程序包 org.hibernate.jpa.spi
-
接口概要 接口 说明 HibernateEntityManagerFactoryAware 已过时。 (since 5.2) Why do we need an over-arching access to HibernateEntityManagerFactory across multiple contract hierarchies?HibernateEntityManagerImplementor 已过时。 (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 -
类概要 类 说明 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>