Uses of Interface
org.hibernate.loader.EntityAliases
-
Packages that use EntityAliases Package Description org.hibernate.loader org.hibernate.loader.custom org.hibernate.loader.plan.exec.spi Defines the SPI for the load query generated for the LoadPlan and the ResultSet processor. -
-
Uses of EntityAliases in org.hibernate.loader
Classes in org.hibernate.loader that implement EntityAliases Modifier and Type Class 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.Methods in org.hibernate.loader that return EntityAliases Modifier and Type Method Description protected EntityAliases[]
BasicLoader. getEntityAliases()
protected abstract EntityAliases[]
Loader. getEntityAliases()
Get the result set descriptor -
Uses of EntityAliases in org.hibernate.loader.custom
Methods in org.hibernate.loader.custom that return EntityAliases Modifier and Type Method Description EntityAliases
CollectionFetchReturn. getElementEntityAliases()
EntityAliases
CollectionReturn. getElementEntityAliases()
protected EntityAliases[]
CustomLoader. getEntityAliases()
EntityAliases
EntityFetchReturn. getEntityAliases()
EntityAliases
RootReturn. getEntityAliases()
Constructors in org.hibernate.loader.custom with parameters of type EntityAliases Constructor Description CollectionFetchReturn(java.lang.String alias, NonScalarReturn owner, java.lang.String ownerProperty, CollectionAliases collectionAliases, EntityAliases elementEntityAliases, LockMode lockMode)
CollectionReturn(java.lang.String alias, java.lang.String ownerEntityName, java.lang.String ownerProperty, CollectionAliases collectionAliases, EntityAliases elementEntityAliases, LockMode lockMode)
EntityFetchReturn(java.lang.String alias, EntityAliases entityAliases, NonScalarReturn owner, java.lang.String ownerProperty, LockMode lockMode)
RootReturn(java.lang.String alias, java.lang.String entityName, EntityAliases entityAliases, LockMode lockMode)
-
Uses of EntityAliases in org.hibernate.loader.plan.exec.spi
Methods in org.hibernate.loader.plan.exec.spi that return EntityAliases Modifier and Type Method Description EntityAliases
EntityReferenceAliases. getColumnAliases()
Obtain the column aliases for the select fragment columns associated with the described entity reference.
-