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 
 | 
| Enum | Description | 
|---|---|
| SchemaGenAction | 
 Describes the allowable values of the  and
  
AvailableSettings.SCHEMA_GEN_SCRIPTS_ACTION settings. | 
| SchemaGenSource | 
 Describes the allowable values of the  and
  settings. 
 | 
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.