Uses of Package
org.hibernate.persister.entity

Packages that use org.hibernate.persister.entity
org.hibernate.action   
org.hibernate.cache.entry   
org.hibernate.dialect   
org.hibernate.dialect.lock   
org.hibernate.engine   
org.hibernate.event   
org.hibernate.event.def   
org.hibernate.hql.ast.exec   
org.hibernate.hql.ast.tree   
org.hibernate.hql.ast.util   
org.hibernate.hql.classic   
org.hibernate.id   
org.hibernate.impl   
org.hibernate.loader   
org.hibernate.loader.criteria   
org.hibernate.loader.custom   
org.hibernate.loader.entity   
org.hibernate.loader.hql   
org.hibernate.persister   
org.hibernate.persister.collection   
org.hibernate.persister.entity   
org.hibernate.pretty   
org.hibernate.type   
 

Classes in org.hibernate.persister.entity used by org.hibernate.action
EntityPersister
          Concrete EntityPersisters implement mapping and persistence logic for a particular persistent class.
Queryable
          Extends the generic EntityPersister contract to add operations required by the Hibernate Query Language
 

Classes in org.hibernate.persister.entity used by org.hibernate.cache.entry
EntityPersister
          Concrete EntityPersisters implement mapping and persistence logic for a particular persistent class.
 

Classes in org.hibernate.persister.entity used by org.hibernate.dialect
Lockable
          Contract for things that can be locked via a LockingStrategy
 

Classes in org.hibernate.persister.entity used by org.hibernate.dialect.lock
Lockable
          Contract for things that can be locked via a LockingStrategy
 

Classes in org.hibernate.persister.entity used by org.hibernate.engine
EntityPersister
          Concrete EntityPersisters implement mapping and persistence logic for a particular persistent class.
Joinable
          Anything that can be loaded by outer join - namely persisters for classes or collections.
Loadable
          Implemented by a EntityPersister that may be loaded using Loader.
OuterJoinLoadable
          A EntityPersister that may be loaded by outer join using the OuterJoinLoader hierarchy and may be an element of a one-to-many association.
 

Classes in org.hibernate.persister.entity used by org.hibernate.event
EntityPersister
          Concrete EntityPersisters implement mapping and persistence logic for a particular persistent class.
 

Classes in org.hibernate.persister.entity used by org.hibernate.event.def
EntityPersister
          Concrete EntityPersisters implement mapping and persistence logic for a particular persistent class.
 

Classes in org.hibernate.persister.entity used by org.hibernate.hql.ast.exec
Queryable
          Extends the generic EntityPersister contract to add operations required by the Hibernate Query Language
 

Classes in org.hibernate.persister.entity used by org.hibernate.hql.ast.tree
EntityPersister
          Concrete EntityPersisters implement mapping and persistence logic for a particular persistent class.
PropertyMapping
          Abstraction of all mappings that define properties: entities, collection elements.
Queryable
          Extends the generic EntityPersister contract to add operations required by the Hibernate Query Language
 

Classes in org.hibernate.persister.entity used by org.hibernate.hql.ast.util
EntityPersister
          Concrete EntityPersisters implement mapping and persistence logic for a particular persistent class.
Queryable
          Extends the generic EntityPersister contract to add operations required by the Hibernate Query Language
 

Classes in org.hibernate.persister.entity used by org.hibernate.hql.classic
Loadable
          Implemented by a EntityPersister that may be loaded using Loader.
 

Classes in org.hibernate.persister.entity used by org.hibernate.id
EntityPersister
          Concrete EntityPersisters implement mapping and persistence logic for a particular persistent class.
 

Classes in org.hibernate.persister.entity used by org.hibernate.impl
EntityPersister
          Concrete EntityPersisters implement mapping and persistence logic for a particular persistent class.
 

Classes in org.hibernate.persister.entity used by org.hibernate.loader
EntityPersister
          Concrete EntityPersisters implement mapping and persistence logic for a particular persistent class.
Joinable
          Anything that can be loaded by outer join - namely persisters for classes or collections.
Loadable
          Implemented by a EntityPersister that may be loaded using Loader.
OuterJoinLoadable
          A EntityPersister that may be loaded by outer join using the OuterJoinLoader hierarchy and may be an element of a one-to-many association.
 

Classes in org.hibernate.persister.entity used by org.hibernate.loader.criteria
Joinable
          Anything that can be loaded by outer join - namely persisters for classes or collections.
OuterJoinLoadable
          A EntityPersister that may be loaded by outer join using the OuterJoinLoader hierarchy and may be an element of a one-to-many association.
 

Classes in org.hibernate.persister.entity used by org.hibernate.loader.custom
Loadable
          Implemented by a EntityPersister that may be loaded using Loader.
 

Classes in org.hibernate.persister.entity used by org.hibernate.loader.entity
EntityPersister
          Concrete EntityPersisters implement mapping and persistence logic for a particular persistent class.
OuterJoinLoadable
          A EntityPersister that may be loaded by outer join using the OuterJoinLoader hierarchy and may be an element of a one-to-many association.
 

Classes in org.hibernate.persister.entity used by org.hibernate.loader.hql
Loadable
          Implemented by a EntityPersister that may be loaded using Loader.
 

Classes in org.hibernate.persister.entity used by org.hibernate.persister
EntityPersister
          Concrete EntityPersisters implement mapping and persistence logic for a particular persistent class.
 

Classes in org.hibernate.persister.entity used by org.hibernate.persister.collection
AbstractPropertyMapping
          Base implementation of a PropertyMapping
EntityPersister
          Concrete EntityPersisters implement mapping and persistence logic for a particular persistent class.
Joinable
          Anything that can be loaded by outer join - namely persisters for classes or collections.
PropertyMapping
          Abstraction of all mappings that define properties: entities, collection elements.
 

Classes in org.hibernate.persister.entity used by org.hibernate.persister.entity
AbstractEntityPersister
          Basic functionality for persisting an entity via JDBC through either generated or custom SQL
AbstractPropertyMapping
          Base implementation of a PropertyMapping
BasicEntityPropertyMapping
           
EntityPersister
          Concrete EntityPersisters implement mapping and persistence logic for a particular persistent class.
Joinable
          Anything that can be loaded by outer join - namely persisters for classes or collections.
Loadable
          Implemented by a EntityPersister that may be loaded using Loader.
Lockable
          Contract for things that can be locked via a LockingStrategy
OuterJoinLoadable
          A EntityPersister that may be loaded by outer join using the OuterJoinLoader hierarchy and may be an element of a one-to-many association.
PropertyMapping
          Abstraction of all mappings that define properties: entities, collection elements.
Queryable
          Extends the generic EntityPersister contract to add operations required by the Hibernate Query Language
SQLLoadable
          A class persister that supports queries expressed in the platform native SQL dialect
UniqueKeyLoadable
           
 

Classes in org.hibernate.persister.entity used by org.hibernate.pretty
EntityPersister
          Concrete EntityPersisters implement mapping and persistence logic for a particular persistent class.
 

Classes in org.hibernate.persister.entity used by org.hibernate.type
Joinable
          Anything that can be loaded by outer join - namely persisters for classes or collections.