public interface EmbeddableSource extends AttributeSourceContainer
Modifier and Type | Method and Description |
---|---|
String |
getParentReferenceAttributeName() |
Map<EntityMode,String> |
getTuplizerClassMap() |
JavaTypeDescriptor |
getTypeDescriptor() |
boolean |
isDynamic()
Indicates whether this embeddable/component is dynamic (represented as a Map),
or whether a dedicated class for it is available.
|
boolean |
isUnique() |
attributeSources, getAttributePathBase, getAttributeRoleBase, getLocalMetadataBuildingContext
getToolingHintContext
JavaTypeDescriptor getTypeDescriptor()
String getParentReferenceAttributeName()
Map<EntityMode,String> getTuplizerClassMap()
boolean isDynamic()
true
indicates that the composition is represented as a Map;
false
indicates there is a dedicated class for representing the
composition.boolean isUnique()
Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.