Interface OwnedValuedModelPart

All Superinterfaces:
Bindable, JavaTypedExpressible, JdbcMappingContainer, MappingModelExpressible, ModelPart, SelectableMappings, ValuedModelPart, ValueMapping
All Known Subinterfaces:
AggregatedIdentifierMapping, AttributeMapping, BasicEntityIdentifierMapping, PluralAttributeMapping, SingleAttributeIdentifierMapping, SingularAttributeMapping
All Known Implementing Classes:
AbstractAttributeMapping, AbstractSingularAttributeMapping, AbstractStateArrayContributorMapping, AnonymousTupleBasicEntityIdentifierMapping, AnonymousTupleBasicValuedModelPart, AnonymousTupleEmbeddedEntityIdentifierMapping, BasicAttributeMapping, BasicEntityIdentifierMappingImpl, DiscriminatedAssociationAttributeMapping, EmbeddedAttributeMapping, EmbeddedIdentifierMappingImpl, InverseNonAggregatedIdentifierMapping, PluralAttributeMappingImpl, ToOneAttributeMapping, VirtualEmbeddedAttributeMapping

public interface OwnedValuedModelPart extends ValuedModelPart
Marker interface for valued model parts that have a declaring/owner type.
  • Method Details