Removing isNotAudited() method.

This commit is contained in:
Hernan 2010-12-17 20:24:48 -02:00 committed by adamw
parent 1a081d29cb
commit 83b1f22ea9
1 changed files with 0 additions and 8 deletions

View File

@ -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);