Package org.hibernate.jpa.spi
-
Interface Summary Interface Description HibernateEntityManagerFactoryAware Deprecated. (since 5.2) Why do we need an over-arching access to HibernateEntityManagerFactory across multiple contract hierarchies?HibernateEntityManagerImplementor Deprecated. (since 5.2) move these methods to SessionImplementorHibernateEntityManagerImplementor.QueryOptions HibernateEntityManagerImplementor.QueryOptions.ResultMetadataValidator IdentifierGeneratorStrategyProvider Provide a set of IdentifierGenerator strategies allowing to override the Hibernate Core default onesJpaCompliance Encapsulates settings controlling whether certain aspects of the JPA spec should be strictly followed.MutableJpaCompliance NullTypeBindableParameterRegistration<T> AParameterRegistrationthat allows providing Java type information when binding a null value for a parameter when there is no other available type information for that parameter.ParameterBind<T> Represents the value currently bound to a particular (bindable) parameter.ParameterRegistration<T> Hibernate specific extension to the JPAParametercontract as known to theQueryandStoredProcedureQueryimplementations.StoredProcedureQueryParameterRegistration<T> ParameterRegistration extension specifically for stored procedure parameters exposing some functionality of Hibernate's nativeParameterRegistrationcontract -
Class Summary Class Description CriteriaQueryTupleTransformer ResultTransformer adapter for handling Tuple results from Criteria queriesNativeQueryTupleTransformer ResultTransformer adapter for handling Tuple results from Native queriesTupleBuilderTransformer ResultTransformer adapter for handling Tuple results from HQL/JPQL queriesTupleBuilderTransformer.HqlTupleElementImpl<X>