Interface | Description |
---|---|
HibernateEntityManagerFactoryAware |
Internal contact for things that have
HibernateEntityManagerFactory access. |
HibernateEntityManagerImplementor |
Additional internal contracts for the Hibernate
EntityManager implementation. |
HibernateEntityManagerImplementor.QueryOptions | |
HibernateEntityManagerImplementor.QueryOptions.ResultMetadataValidator | |
IdentifierGeneratorStrategyProvider |
Provide a set of IdentifierGenerator strategies allowing to override the Hibernate Core default ones
|
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 |
---|---|
AbstractEntityManagerImpl | |
AbstractEntityManagerImpl.TupleBuilderTransformer | |
AbstractEntityManagerImpl.TupleBuilderTransformer.HqlTupleElementImpl<X> | |
AbstractQueryImpl<X> |
Base class for implementing both
Query and TypedQuery , including
query references built from criteria queries. |
BaseQueryImpl |
Intended as the base class for all
Query implementations, including
TypedQuery and StoredProcedureQuery . |
BaseQueryImpl.ParameterBindImpl<T> |
Copyright © 2017 JBoss by Red Hat. All rights reserved.