HHH-5879 Open Core ComponentType metamodel
Add a getter to isKey
This commit is contained in:
parent
ffd659ff77
commit
1ae42c886e
|
@ -90,6 +90,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