Uses of Package
org.hibernate.persister.entity

Packages that use org.hibernate.persister.entity
org.hibernate.action This package defines "actions" that are scheduled for asycnchronous execution by the event listeners. 
org.hibernate.cache.entry This package defines formats for disassembled state kept in the second level cache. 
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.event This package defines an event framework for Hibernate. 
org.hibernate.event.def This package defines a default set of event listeners that implements the default behaviors of Hibernate. 
org.hibernate.hql.ast.exec   
org.hibernate.hql.ast.tree   
org.hibernate.hql.ast.util   
org.hibernate.hql.classic This package contains the Hibernate 2.x query parser which is being end-of-lifed. 
org.hibernate.id This package contains internal implementation classes for the main API interfaces. 
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
org.hibernate.loader This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects. 
org.hibernate.loader.criteria This package defines the criteria query compiler and loader  
org.hibernate.loader.custom This package defines a framework for custom loaders that accept handwritten SQL  
org.hibernate.loader.entity This package defines entity loaders  
org.hibernate.loader.hql This package defines a loader for the AST-based query parser  
org.hibernate.persister A persister defines a mapping strategy for a collection or entity. 
org.hibernate.persister.collection This package abstracts the persistence mechanism for collections. 
org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. 
org.hibernate.pretty Classes for pretty printing things for exception and log messages. 
org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. 
 

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.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.
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.