Uses of Package
org.hibernate.persister.collection

Packages that use org.hibernate.persister.collection
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.collection This package defines a framework for collection wrappers. 
org.hibernate.criterion A framework for defining restriction criteria and order criteria. 
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.engine.loading   
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.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.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.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.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.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
CollectionPersister
          A strategy for persisting a collection role.
 

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

Classes in org.hibernate.persister.collection used by org.hibernate.collection
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.criterion
QueryableCollection
          A collection role that may be queried or loaded by outer join.
 

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

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

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

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

Classes in org.hibernate.persister.collection used by org.hibernate.hql.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.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.classic
CollectionPersister
          A strategy for persisting a collection role.
 

Classes in org.hibernate.persister.collection used by org.hibernate.impl
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.persister
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.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 © 2009 Hibernate.org. All Rights Reserved.