public interface ObjectIdentityService
| Modifier and Type | Method and Description |
|---|---|
void |
addObjectIdentity(long entityId,
Class<?> entityClass) |
void |
removeObjectIdentity(long entityId,
Class<?> entityClass) |
void addObjectIdentity(long entityId,
Class<?> entityClass)
entityId - : the entity identityClass - : the entity's classvoid removeObjectIdentity(long entityId,
Class<?> entityClass)
entityId - : the entity identityClass - : the entity's classCopyright © 2010–2017 Henix, henix.fr. All rights reserved.