Package org.hibernate.loader.plan.spi
Interface EntityReturn
-
- All Superinterfaces:
EntityReference,FetchSource,Return
public interface EntityReturn extends EntityReference, Return
Models the an entity as rootReturn. Pertinent to entity loader (LoadPlan.Disposition.ENTITY_LOADER) and mixed (LoadPlan.Disposition.MIXED) LoadPlans
-
-
Method Summary
-
Methods inherited from interface org.hibernate.loader.plan.spi.EntityReference
getEntityPersister, getIdentifierDescription, getQuerySpaceUid
-
Methods inherited from interface org.hibernate.loader.plan.spi.FetchSource
getBidirectionalEntityReferences, getFetches, getPropertyPath, resolveEntityReference
-
-