Uses of Interface
org.hibernate.persister.collection.SQLLoadableCollection

Packages that use SQLLoadableCollection
org.hibernate.loader.custom This package defines a framework for custom loaders that accept handwritten SQL 
org.hibernate.persister.collection This package abstracts the persistence mechanism for collections. 
 

Uses of SQLLoadableCollection in org.hibernate.loader.custom
 

Constructors in org.hibernate.loader.custom with parameters of type SQLLoadableCollection
ColumnCollectionAliases(Map userProvidedAliases, SQLLoadableCollection persister)
           
 

Uses of SQLLoadableCollection in org.hibernate.persister.collection
 

Classes in org.hibernate.persister.collection that implement SQLLoadableCollection
 class AbstractCollectionPersister
          Base implementation of the QueryableCollection interface.
 class BasicCollectionPersister
          Collection persister for collections of values and many-to-many associations.
 class OneToManyPersister
          Collection persister for one-to-many associations.
 



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