mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-24 20:36:28 +00:00
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 ComponentType(TypeFactory.TypeScope typeScope, ComponentMetamodel metamod
|
||||
this.tuplizerMapping = metamodel.getTuplizerMapping();
|
||||
}
|
||||
|
||||
public boolean isKey() {
|
||||
return isKey;
|
||||
}
|
||||
|
||||
public EntityModeToTuplizerMapping getTuplizerMapping() {
|
||||
return tuplizerMapping;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user