public interface DbLoaderDelegate
| Modifier and Type | Method and Description |
|---|---|
void |
dbEntityAdded(DbEntity entity) |
void |
dbEntityRemoved(DbEntity entity) |
boolean |
dbRelationship(DbEntity entity)
Called before relationship loading for a
DbEntity. |
boolean |
dbRelationshipLoaded(DbEntity entity,
DbRelationship relationship)
Called before relationship will be added into db-entity but after it was loaded from db
|
void dbEntityAdded(DbEntity entity)
void dbEntityRemoved(DbEntity entity)
boolean dbRelationship(DbEntity entity)
DbEntity.entity - DbEntity for which DbRelationship is about to be loaded.boolean dbRelationshipLoaded(DbEntity entity, DbRelationship relationship)
entity - Copyright © 2001–2019 Apache Cayenne. All rights reserved.