public interface IEntityDependency extends Comparable<IEntityDependency>
Modifier and Type | Method and Description |
---|---|
Object |
findValue(List<IEntityImportConfig<?>> configs) |
Class<de.xima.cmn.dao.interfaces.IEntity<Long>> |
getEntityClass() |
String |
getFieldDescriptor()
Describes the field on the entity (or its members), that has a dependency.
|
compareTo
String getFieldDescriptor()
String
describing the dependency fieldClass<de.xima.cmn.dao.interfaces.IEntity<Long>> getEntityClass()
Class
of the dependencyObject findValue(List<IEntityImportConfig<?>> configs)
configs
- List
of import configs to look for valuenull
otherwiseCopyright © 2021 XIMA MEDIA GmbH. All rights reserved.