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. 
org.hibernate.test.annotations.persister   
 

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.
 

Uses of SQLLoadableCollection in org.hibernate.test.annotations.persister
 

Classes in org.hibernate.test.annotations.persister that implement SQLLoadableCollection
 class CollectionPersister
           
 



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