Package org.hibernate.metamodel.spi
Interface ValueAccess
- All Known Implementing Classes:
EmbeddableInitializerImpl.EmbeddableInitializerData,NonAggregatedIdentifierMappingInitializer.NonAggregatedIdentifierMappingInitializerData,StructAttributeValues
Provides access to the values for a managed type (currently just embeddables).
- Author:
- Christian Beikov
- See Also:
-
Method Summary
-
Method Details
-
getValues
Object[] getValues()The complete set of values. -
getValue
Access to an individual value. -
getOwner
Access to the owner of the instance being instantiated
-