See: Description
Interface | Description |
---|---|
AvailableSettings |
Defines the available HEM settings, both JPA-defined as well as Hibernate-specific
NOTE : Does *not* include
Environment values. |
HibernateEntityManager |
Additional contract for Hibernate implementations of
EntityManager providing access to various Hibernate
specific functionality. |
HibernateEntityManagerFactory |
Contract giving access to the underlying
SessionFactory from an EntityManagerFactory |
HibernateQuery |
Marker interface for Hibernate generated JPA queries so that we can access the underlying Hibernate query objects.
|
Class | Description |
---|---|
HibernatePersistenceProvider |
The Hibernate
PersistenceProvider implementation |
QueryHints |
Defines the supported JPA query hints
|
TypedParameterValue |
Can be used to bind query parameter values.
|
Enum | Description |
---|---|
SchemaGenAction | Deprecated
Use
Action instead |
SchemaGenSource | Deprecated
Use
SourceType instead. |
Copyright © 2017 JBoss by Red Hat. All rights reserved.