mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 09:05:21 +00:00
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 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