void |
ExcludeListPersister.addExclusion(EntityType entityType,
String entity) |
void |
DefaultExcludeListPersister.addExclusion(EntityType entityType,
String entity) |
void |
DBExcludeListPersister.addExclusion(EntityType entityType,
String entity) |
void |
FlatFileExcludeListPersister.addExclusion(EntityType entityType,
String entity) |
void |
ExcludeListPersister.deleteExclusion(EntityType entityType,
String entity) |
void |
DefaultExcludeListPersister.deleteExclusion(EntityType entityType,
String entity) |
void |
DBExcludeListPersister.deleteExclusion(EntityType entityType,
String entity) |
void |
FlatFileExcludeListPersister.deleteExclusion(EntityType entityType,
String entity) |
scala.collection.immutable.Set<String> |
ExcludeListPersister.getExcludeSet(EntityType entityType) |
scala.collection.immutable.Set<String> |
DefaultExcludeListPersister.getExcludeSet(EntityType entityType) |
scala.collection.immutable.Set<String> |
DBExcludeListPersister.getExcludeSet(EntityType entityType) |
scala.collection.immutable.Set<String> |
FlatFileExcludeListPersister.getExcludeSet(EntityType entityType) |
boolean |
ExcludeListPersister.isExcluded(EntityType t,
String name) |
boolean |
DefaultExcludeListPersister.isExcluded(EntityType t,
String name) |
boolean |
DBExcludeListPersister.isExcluded(EntityType t,
String name) |
boolean |
FlatFileExcludeListPersister.isExcluded(EntityType t,
String name) |
String |
FlatFileExcludeListPersister.mkFilename(EntityType entityType) |
void |
ExcludeListPersister.setExcludeSet(EntityType entityType,
scala.collection.immutable.Set<String> set) |
void |
DefaultExcludeListPersister.setExcludeSet(EntityType entityType,
scala.collection.immutable.Set<String> set) |
void |
DBExcludeListPersister.setExcludeSet(EntityType entityType,
scala.collection.immutable.Set<String> set) |
void |
FlatFileExcludeListPersister.setExcludeSet(EntityType entityType,
scala.collection.immutable.Set<String> set) |