| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OptimisticCacheSource | |
|---|---|
| org.hibernate.id | This package contains internal implementation classes for the main API interfaces. | 
| org.hibernate.persister.entity | This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. | 
| org.hibernate.test.annotations.persister | |
| Uses of OptimisticCacheSource in org.hibernate.id | 
|---|
| Subinterfaces of OptimisticCacheSource in org.hibernate.id | |
|---|---|
|  interface | PostInsertIdentityPersisterA persister that may have an identity assigned by execution of a SQL INSERT. | 
| Uses of OptimisticCacheSource in org.hibernate.persister.entity | 
|---|
| Subinterfaces of OptimisticCacheSource in org.hibernate.persister.entity | |
|---|---|
|  interface | EntityPersisterImplementors define mapping and persistence logic for a particular strategy of entity mapping. | 
|  interface | LoadableImplemented by a EntityPersister that may be loaded using Loader. | 
|  interface | LockableContract for things that can be locked via a LockingStrategy. | 
|  interface | OuterJoinLoadableA EntityPersister that may be loaded by outer join using the OuterJoinLoader hierarchy and may be an element of a one-to-many association. | 
|  interface | QueryableExtends the generic EntityPersister contract to add operations required by the Hibernate Query Language | 
|  interface | SQLLoadableA class persister that supports queries expressed in the platform native SQL dialect | 
|  interface | UniqueKeyLoadable | 
| Classes in org.hibernate.persister.entity that implement OptimisticCacheSource | |
|---|---|
|  class | AbstractEntityPersisterBasic functionality for persisting an entity via JDBC through either generated or custom SQL | 
|  class | JoinedSubclassEntityPersisterAn EntityPersister implementing the normalized "table-per-subclass" mapping strategy | 
|  class | SingleTableEntityPersisterThe default implementation of the EntityPersister interface. | 
|  class | UnionSubclassEntityPersisterImplementation of the "table-per-concrete-class" or "roll-down" mapping strategy for an entity and its inheritence hierarchy. | 
| Uses of OptimisticCacheSource in org.hibernate.test.annotations.persister | 
|---|
| Classes in org.hibernate.test.annotations.persister that implement OptimisticCacheSource | |
|---|---|
|  class | EntityPersister | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||