Interface CriteriaQueryOptions


  • public interface CriteriaQueryOptions
    • Method Detail

      • validate

        default void validate​(Type[] returnTypes)
      • getSelection

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

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

        default 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