接口 EntityReturn
-
- 所有超级接口:
EntityReference,FetchSource,Return
- 所有已知实现类:
EntityReturnImpl
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- 作者:
- Steve Ebersole
-
-
方法概要
-
从接口继承的方法 org.hibernate.loader.plan.spi.EntityReference
getEntityPersister, getIdentifierDescription, getQuerySpaceUid
-
从接口继承的方法 org.hibernate.loader.plan.spi.FetchSource
getBidirectionalEntityReferences, getFetches, getPropertyPath, resolveEntityReference
-
-