Interface CriteriaQueryOptions


  • public interface CriteriaQueryOptions
    • Method Summary

      All Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      org.hibernate.query.criteria.internal.compile.InterpretedParameterMetadata getParameterMetadata()  
      default org.hibernate.query.criteria.internal.SelectionImplementor<?> getSelection()  
      default java.util.List<org.hibernate.query.criteria.internal.ValueHandlerFactory.ValueHandler> getValueHandlers()
      Get the conversions for the individual tuples in the query results.
      default void validate​(org.hibernate.type.Type[] returnTypes)  
    • Method Detail

      • validate

        default void validate​(org.hibernate.type.Type[] returnTypes)
      • getSelection

        default org.hibernate.query.criteria.internal.SelectionImplementor<?> getSelection()
      • getParameterMetadata

        org.hibernate.query.criteria.internal.compile.InterpretedParameterMetadata getParameterMetadata()
      • getValueHandlers

        default java.util.List<org.hibernate.query.criteria.internal.ValueHandlerFactory.ValueHandler> getValueHandlers()
        Get the conversions for the individual tuples in the query results.
        Returns:
        Value conversions to be applied to the JPA QL results