mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-09 04:34:49 +00:00
Removing isNotAudited() method.
This commit is contained in:
parent
966f8c8339
commit
4152b8e782
@ -97,14 +97,6 @@ public boolean isVersioned(String entityName) {
|
||||
return get(entityName) != null;
|
||||
}
|
||||
|
||||
/**
|
||||
* @param entityName
|
||||
* @return true if the given entityName is marked audited with relationTargetAuditMode = NOT_AUDITED
|
||||
*/
|
||||
public boolean isNotAudited(String entityName) {
|
||||
return getNotVersionEntityConfiguration(entityName) != null;
|
||||
}
|
||||
|
||||
public RelationDescription getRelationDescription(String entityName, String propertyName) {
|
||||
EntityConfiguration entCfg = entitiesConfigurations.get(entityName);
|
||||
RelationDescription relDesc = entCfg.getRelationDescription(propertyName);
|
||||
|
Loading…
x
Reference in New Issue
Block a user