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.dialect This package abstracts the SQL dialect of the underlying database. 
org.hibernate.dialect.lock   
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
          Implementors define mapping and persistence logic for a particular strategy of entity mapping.
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
          Implementors define mapping and persistence logic for a particular strategy of entity mapping.
 

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
          Implementors define mapping and persistence logic for a particular strategy of entity mapping.
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
          Implementors define mapping and persistence logic for a particular strategy of entity mapping.
 

Classes in org.hibernate.persister.entity used by org.hibernate.event.def
EntityPersister
          Implementors define mapping and persistence logic for a particular strategy of entity mapping.
 

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
          Implementors define mapping and persistence logic for a particular strategy of entity mapping.
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
          Implementors define mapping and persistence logic for a particular strategy of entity mapping.
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
          Implementors define mapping and persistence logic for a particular strategy of entity mapping.
 

Classes in org.hibernate.persister.entity used by org.hibernate.impl
EntityPersister
          Implementors define mapping and persistence logic for a particular strategy of entity mapping.
 

Classes in org.hibernate.persister.entity used by org.hibernate.loader
EntityPersister
          Implementors define mapping and persistence logic for a particular strategy of entity mapping.
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
          Implementors define mapping and persistence logic for a particular strategy of entity mapping.
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
          Implementors define mapping and persistence logic for a particular strategy of entity mapping.
 

Classes in org.hibernate.persister.entity used by org.hibernate.persister.collection
AbstractPropertyMapping
          Basic implementation of the PropertyMapping contract.
EntityPersister
          Implementors define mapping and persistence logic for a particular strategy of entity mapping.
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
AbstractEntityPersister.InclusionChecker
           
AbstractPropertyMapping
          Basic implementation of the PropertyMapping contract.
BasicEntityPropertyMapping
           
EntityPersister
          Implementors define mapping and persistence logic for a particular strategy of entity mapping.
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
Queryable.Declarer
           
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
          Implementors define mapping and persistence logic for a particular strategy of entity mapping.
 

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.
 



Copyright © null-null Red Hat Middleware, LLC. All Rights Reserved