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 interface
AttributeContainer.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()
-
-