Package | Description |
---|---|
org.hibernate.loader |
This package defines functionality for processing JDBC
result sets and returning complex graphs of persistent
objects.
|
org.hibernate.loader.custom |
This package defines a framework for custom loaders that accept
handwritten SQL
|
org.hibernate.loader.plan.exec.internal |
Provides the internal implementations for generating the load query from the LoadPlan and the ResultSet processor.
|
org.hibernate.loader.plan.exec.spi |
Defines the SPI for the load query generated for the LoadPlan and the ResultSet processor.
|
Modifier and Type | Class and Description |
---|---|
class |
ColumnEntityAliases
EntityAliases that chooses the column names over the alias names.
|
class |
DefaultEntityAliases
EntityAliases which handles the logic of selecting user provided aliases (via return-property),
before using the default aliases.
|
Modifier and Type | Method and Description |
---|---|
protected abstract EntityAliases[] |
Loader.getEntityAliases()
Get the result set descriptor
|
protected EntityAliases[] |
BasicLoader.getEntityAliases() |
Modifier and Type | Method and Description |
---|---|
EntityAliases |
CollectionReturn.getElementEntityAliases() |
EntityAliases |
CollectionFetchReturn.getElementEntityAliases() |
EntityAliases |
RootReturn.getEntityAliases() |
EntityAliases |
EntityFetchReturn.getEntityAliases() |
protected EntityAliases[] |
CustomLoader.getEntityAliases() |
Constructor and Description |
---|
CollectionFetchReturn(String alias,
NonScalarReturn owner,
String ownerProperty,
CollectionAliases collectionAliases,
EntityAliases elementEntityAliases,
LockMode lockMode) |
CollectionReturn(String alias,
String ownerEntityName,
String ownerProperty,
CollectionAliases collectionAliases,
EntityAliases elementEntityAliases,
LockMode lockMode) |
EntityFetchReturn(String alias,
EntityAliases entityAliases,
NonScalarReturn owner,
String ownerProperty,
LockMode lockMode) |
RootReturn(String alias,
String entityName,
EntityAliases entityAliases,
LockMode lockMode) |
Modifier and Type | Method and Description |
---|---|
EntityAliases |
EntityReferenceAliasesImpl.getColumnAliases() |
Constructor and Description |
---|
EntityReferenceAliasesImpl(String tableAlias,
EntityAliases columnAliases) |
Modifier and Type | Method and Description |
---|---|
EntityAliases |
EntityReferenceAliases.getColumnAliases()
Obtain the column aliases for the select fragment columns associated with the described entity reference.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.