Package | Description |
---|---|
org.hibernate.loader.custom |
This package defines a framework for custom loaders that accept
handwritten SQL
|
org.hibernate.loader.custom.sql | |
org.hibernate.persister.collection |
This package abstracts the persistence mechanism for collections.
|
Constructor and Description |
---|
ColumnCollectionAliases(Map userProvidedAliases,
SQLLoadableCollection persister) |
Modifier and Type | Method and Description |
---|---|
SQLLoadableCollection |
SQLQueryReturnProcessor.ResultAliasContext.getCollectionPersister(String alias) |
Modifier and Type | Class and Description |
---|---|
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 © 2017 JBoss by Red Hat. All rights reserved.