Uses of Package
org.hibernate.persister.collection

Packages that use org.hibernate.persister.collection
org.hibernate.action.internal   
org.hibernate.cache.spi.entry This package defines formats for disassembled state kept in the second level cache. 
org.hibernate.collection.internal   
org.hibernate.collection.spi   
org.hibernate.criterion A framework for defining restriction criteria and order criteria. 
org.hibernate.ejb.criteria.path   
org.hibernate.engine.internal   
org.hibernate.engine.loading.internal   
org.hibernate.engine.spi   
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.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.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.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.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. 
org.hibernate.usertype Interfaces for user-defined custom types. 
 

Classes in org.hibernate.persister.collection used by org.hibernate.action.internal
CollectionPersister
          A strategy for persisting a collection role.
 

Classes in org.hibernate.persister.collection used by org.hibernate.cache.spi.entry
CollectionPersister
          A strategy for persisting a collection role.
 

Classes in org.hibernate.persister.collection used by org.hibernate.collection.internal
BasicCollectionPersister
          Collection persister for collections of values and many-to-many associations.
CollectionPersister
          A strategy for persisting a collection role.
 

Classes in org.hibernate.persister.collection used by org.hibernate.collection.spi
CollectionPersister
          A strategy for persisting a collection role.
 

Classes in org.hibernate.persister.collection used by org.hibernate.criterion
QueryableCollection
          A collection role that may be queried or loaded by outer join.
 

Classes in org.hibernate.persister.collection used by org.hibernate.ejb.criteria.path
CollectionPersister
          A strategy for persisting a collection role.
 

Classes in org.hibernate.persister.collection used by org.hibernate.engine.internal
CollectionPersister
          A strategy for persisting a collection role.
 

Classes in org.hibernate.persister.collection used by org.hibernate.engine.loading.internal
CollectionPersister
          A strategy for persisting a collection role.
 

Classes in org.hibernate.persister.collection used by org.hibernate.engine.spi
CollectionPersister
          A strategy for persisting a collection role.
 

Classes in org.hibernate.persister.collection used by org.hibernate.event.internal
CollectionPersister
          A strategy for persisting a collection role.
 

Classes in org.hibernate.persister.collection used by org.hibernate.event.spi
CollectionPersister
          A strategy for persisting a collection role.
 

Classes in org.hibernate.persister.collection used by org.hibernate.hql.internal.ast.tree
QueryableCollection
          A collection role that may be queried or loaded by outer join.
 

Classes in org.hibernate.persister.collection used by org.hibernate.hql.internal.ast.util
QueryableCollection
          A collection role that may be queried or loaded by outer join.
 

Classes in org.hibernate.persister.collection used by org.hibernate.hql.internal.classic
CollectionPersister
          A strategy for persisting a collection role.
 

Classes in org.hibernate.persister.collection used by org.hibernate.internal
CollectionPersister
          A strategy for persisting a collection role.
 

Classes in org.hibernate.persister.collection used by org.hibernate.loader
CollectionPersister
          A strategy for persisting a collection role.
QueryableCollection
          A collection role that may be queried or loaded by outer join.
 

Classes in org.hibernate.persister.collection used by org.hibernate.loader.collection
CollectionPersister
          A strategy for persisting a collection role.
QueryableCollection
          A collection role that may be queried or loaded by outer join.
 

Classes in org.hibernate.persister.collection used by org.hibernate.loader.custom
CollectionPersister
          A strategy for persisting a collection role.
SQLLoadableCollection
           
 

Classes in org.hibernate.persister.collection used by org.hibernate.loader.entity
QueryableCollection
          A collection role that may be queried or loaded by outer join.
 

Classes in org.hibernate.persister.collection used by org.hibernate.loader.hql
CollectionPersister
          A strategy for persisting a collection role.
 

Classes in org.hibernate.persister.collection used by org.hibernate.metamodel.binding
CollectionPersister
          A strategy for persisting a collection role.
 

Classes in org.hibernate.persister.collection used by org.hibernate.persister.collection
AbstractCollectionPersister
          Base implementation of the QueryableCollection interface.
CollectionPersister
          A strategy for persisting a collection role.
QueryableCollection
          A collection role that may be queried or loaded by outer join.
SQLLoadableCollection
           
 

Classes in org.hibernate.persister.collection used by org.hibernate.persister.internal
CollectionPersister
          A strategy for persisting a collection role.
 

Classes in org.hibernate.persister.collection used by org.hibernate.persister.spi
CollectionPersister
          A strategy for persisting a collection role.
 

Classes in org.hibernate.persister.collection used by org.hibernate.pretty
CollectionPersister
          A strategy for persisting a collection role.
 

Classes in org.hibernate.persister.collection used by org.hibernate.type
CollectionPersister
          A strategy for persisting a collection role.
 

Classes in org.hibernate.persister.collection used by org.hibernate.usertype
CollectionPersister
          A strategy for persisting a collection role.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.