Removing isNotAudited() method.
This commit is contained in:
parent
1a081d29cb
commit
83b1f22ea9
|
@ -97,14 +97,6 @@ public class EntitiesConfigurations {
|
|||
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…
Reference in New Issue