Uses of Interface
org.hibernate.metamodel.model.domain.internal.AttributeContainer.InFlightAccess
-
Packages that use AttributeContainer.InFlightAccess Package Description org.hibernate.metamodel.model.domain Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).org.hibernate.metamodel.model.domain.internal -
-
Uses of AttributeContainer.InFlightAccess in org.hibernate.metamodel.model.domain
Classes in org.hibernate.metamodel.model.domain that implement AttributeContainer.InFlightAccess Modifier and Type Class Description protected class
AbstractManagedType.InFlightAccessImpl
Methods in org.hibernate.metamodel.model.domain that return AttributeContainer.InFlightAccess Modifier and Type Method Description protected AttributeContainer.InFlightAccess<J>
AbstractManagedType. createInFlightAccess()
AttributeContainer.InFlightAccess<J>
AbstractManagedType. getInFlightAccess()
-
Uses of AttributeContainer.InFlightAccess in org.hibernate.metamodel.model.domain.internal
Methods in org.hibernate.metamodel.model.domain.internal that return AttributeContainer.InFlightAccess Modifier and Type Method Description AttributeContainer.InFlightAccess<J>
AttributeContainer. getInFlightAccess()
-