Uses of Interface
org.hibernate.loader.plan.spi.EntityIdentifierDescription
-
Packages that use EntityIdentifierDescription Package Description org.hibernate.loader.plan.build.spi Defines the SPI for building a metamodel-driven LoadPlanorg.hibernate.loader.plan.spi Defines the SPI for the building blocks that make up a LoadPlan. -
-
Uses of EntityIdentifierDescription in org.hibernate.loader.plan.build.spi
Subinterfaces of EntityIdentifierDescription in org.hibernate.loader.plan.build.spi Modifier and Type Interface Description interfaceExpandingEntityIdentifierDescriptionDescribes an entity identifier description that allows adding fetches; used while building aEntityIdentifierDescription. -
Uses of EntityIdentifierDescription in org.hibernate.loader.plan.spi
Methods in org.hibernate.loader.plan.spi that return EntityIdentifierDescription Modifier and Type Method Description EntityIdentifierDescriptionEntityReference. getIdentifierDescription()Get the description of this entity's identifier descriptor.
-