HHH-5879 Open Core ComponentType metamodel
Add a getter to isKey
This commit is contained in:
parent
de7ce17f35
commit
ab0e173f0e
|
@ -88,6 +88,10 @@ public class ComponentType extends AbstractType implements CompositeType {
|
|||
this.tuplizerMapping = metamodel.getTuplizerMapping();
|
||||
}
|
||||
|
||||
public boolean isKey() {
|
||||
return isKey;
|
||||
}
|
||||
|
||||
public EntityModeToTuplizerMapping getTuplizerMapping() {
|
||||
return tuplizerMapping;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue