Removing isNotAudited() method.

This commit is contained in:
Hernan 2010-12-17 20:24:48 -02:00 committed by adamw
parent 966f8c8339
commit 4152b8e782

View File

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