public class EntityListDependency extends Object implements IEntityDependency
| Constructor and Description |
|---|
EntityListDependency(String fieldName,
List<String> uuids,
String entityClassName) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(IEntityDependency o) |
boolean |
equals(Object obj) |
Class<de.xima.cmn.dao.interfaces.IEntity<Long>> |
getEntityClass() |
String |
getFieldDescriptor()
Describes the field on the entity (or its members), that has a dependency.
|
List<UUID> |
getUuids() |
int |
hashCode() |
void |
setUuids(List<UUID> uuids) |
String |
toString() |
void |
updateEntity(de.xima.cmn.dao.interfaces.IEntity<Long> entity,
List<de.xima.cmn.dao.interfaces.IEntity<Long>> depEntities) |
public EntityListDependency(String fieldName, List<String> uuids, String entityClassName) throws ClassNotFoundException
ClassNotFoundExceptionpublic String getFieldDescriptor()
IEntityDependencygetFieldDescriptor in interface IEntityDependencyString describing the dependency fieldpublic Class<de.xima.cmn.dao.interfaces.IEntity<Long>> getEntityClass()
getEntityClass in interface IEntityDependencyClass of the dependencypublic void updateEntity(de.xima.cmn.dao.interfaces.IEntity<Long> entity, List<de.xima.cmn.dao.interfaces.IEntity<Long>> depEntities) throws Exception
Exceptionpublic int compareTo(IEntityDependency o)
compareTo in interface Comparable<IEntityDependency>Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.