Uses of Package
org.hibernate.persister.entity

Packages that use org.hibernate.persister.entity
org.hibernate This package defines the central Hibernate APIs. 
org.hibernate.action.internal   
org.hibernate.cache.internal   
org.hibernate.cache.spi Defines the Hibernate second level caching SPI. 
org.hibernate.cache.spi.entry This package defines formats for disassembled state kept in the second level cache. 
org.hibernate.cfg.beanvalidation   
org.hibernate.dialect This package abstracts the SQL dialect of the underlying database. 
org.hibernate.dialect.lock   
org.hibernate.ejb.event   
org.hibernate.engine.internal   
org.hibernate.engine.profile   
org.hibernate.engine.spi   
org.hibernate.envers.entities.mapper.relation.lazy   
org.hibernate.envers.event   
org.hibernate.envers.synchronization.work   
org.hibernate.event.internal This package defines a default set of event listeners that implements the default behaviors of Hibernate. 
org.hibernate.event.spi   
org.hibernate.hql.internal.ast.exec   
org.hibernate.hql.internal.ast.tree   
org.hibernate.hql.internal.ast.util   
org.hibernate.hql.internal.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.internal An internal package containing mostly implementations of central Hibernate APIs. 
org.hibernate.loader This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects. 
org.hibernate.loader.collection This package defines collection initializers 
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.metamodel.binding   
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.persister.internal   
org.hibernate.persister.spi   
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
EntityPersister
          Implementors define mapping and persistence logic for a particular strategy of entity mapping.
 

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

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

Classes in org.hibernate.persister.entity used by org.hibernate.cache.spi.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.cfg.beanvalidation
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.ejb.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.engine.internal
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.
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.engine.profile
EntityPersister
          Implementors define mapping and persistence logic for a particular strategy of entity mapping.
 

Classes in org.hibernate.persister.entity used by org.hibernate.engine.spi
EntityPersister
          Implementors define mapping and persistence logic for a particular strategy of entity mapping.
Loadable
          Implemented by a EntityPersister that may be loaded using Loader.
 

Classes in org.hibernate.persister.entity used by org.hibernate.envers.entities.mapper.relation.lazy
EntityPersister
          Implementors define mapping and persistence logic for a particular strategy of entity mapping.
 

Classes in org.hibernate.persister.entity used by org.hibernate.envers.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.envers.synchronization.work
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.internal
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.spi
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.internal.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.internal.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.internal.ast.util
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.internal.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.internal
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.collection
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.metamodel.binding
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
           
DiscriminatorMetadata
          Provides the information needed to properly handle type discrimination in HQL queries, either by 'something.class' or 'type(something)' references.
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.persister.internal
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.spi
EntityPersister
          Implementors define mapping and persistence logic for a particular strategy of entity mapping.
 

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 © 2001-2012 Red Hat, Inc. All Rights Reserved.