Uses of Interface
org.hibernate.loader.plan.exec.spi.EntityReferenceAliases
-
Packages that use EntityReferenceAliases Package Description org.hibernate.loader.plan.exec.spi Defines the SPI for the load query generated for the LoadPlan and the ResultSet processor. -
-
Uses of EntityReferenceAliases in org.hibernate.loader.plan.exec.spi
Methods in org.hibernate.loader.plan.exec.spi that return EntityReferenceAliases Modifier and Type Method Description EntityReferenceAliases
CollectionReferenceAliases. getEntityElementAliases()
Obtain the entity reference aliases for the element values when the element of the collection is an entity.EntityReferenceAliases
AliasResolutionContext. resolveEntityReferenceAliases(java.lang.String querySpaceUid)
Resolve the given QuerySpace UID to the EntityReferenceAliases representing the SQL aliases used in building the SQL query.
-