public static class EntityTo.PersistentEntityAccess extends Object
PersistenceEntity
reference of an EntityTo
. Shall only be
used internally and never be external users.Constructor and Description |
---|
PersistentEntityAccess() |
Modifier and Type | Method and Description |
---|---|
protected <ID> void |
setPersistentEntity(EntityTo<ID> eto,
PersistenceEntity<ID> persistentEntity)
Sets the internal
PersistenceEntity reference of the given EntityTo . |
protected <ID> void setPersistentEntity(EntityTo<ID> eto, PersistenceEntity<ID> persistentEntity)
PersistenceEntity
reference of the given EntityTo
.ID
- is the generic type of the ID
.eto
- is the EntityTo
.persistentEntity
- is the PersistenceEntity
.Copyright © 2001–2016 mmm-Team. All rights reserved.