|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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 | |
SQLQueryParser(String sqlQuery,
Map alias2Persister,
Map alias2Return,
String[] aliases,
String[] collectionAliases,
SQLLoadableCollection[] collectionPersisters,
String[] suffixes,
String[] collectionSuffixes)
|
|
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. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||