Interface AttributeContainer<J>
-
- All Known Implementing Classes:
AbstractIdentifiableType,AbstractManagedType,EmbeddableTypeImpl,EntityTypeImpl,MappedSuperclassTypeImpl
public interface AttributeContainer<J>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceAttributeContainer.InFlightAccess<J>Used during creation of the type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeContainer.InFlightAccess<J>getInFlightAccess()
-
-
-
Method Detail
-
getInFlightAccess
AttributeContainer.InFlightAccess<J> getInFlightAccess()
-
-