| 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 SessionImplementor 
 | 
| HibernateEntityManagerImplementor.QueryOptions | |
| HibernateEntityManagerImplementor.QueryOptions.ResultMetadataValidator | |
| IdentifierGeneratorStrategyProvider | 
 Provide a set of IdentifierGenerator strategies allowing to override the Hibernate Core default ones 
 | 
| JpaCompliance | 
 Encapsulates settings controlling whether certain aspects of the JPA spec
 should be strictly followed. 
 | 
| MutableJpaCompliance | |
| NullTypeBindableParameterRegistration<T> | 
 A  
ParameterRegistration that 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 JPA  
Parameter contract as known to the
 Query and StoredProcedureQuery implementations. | 
| StoredProcedureQueryParameterRegistration<T> | 
 ParameterRegistration extension specifically for stored procedure parameters
 exposing some functionality of Hibernate's native
  
ParameterRegistration contract | 
| Class | Description | 
|---|---|
| CriteriaQueryTupleTransformer | 
 ResultTransformer adapter for handling Tuple results from Criteria queries 
 | 
| NativeQueryTupleTransformer | 
 ResultTransformer adapter for handling Tuple results from Native queries 
 | 
| TupleBuilderTransformer | 
 ResultTransformer adapter for handling Tuple results from HQL/JPQL queries 
 | 
| TupleBuilderTransformer.HqlTupleElementImpl<X> | 
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.