public interface RelSetCreator<M extends IEntityModel<N>,N extends IEntity>
| Modifier and Type | Method and Description |
|---|---|
RelSet<M,N> |
deriveRelationSet(M model)
Returns the relation set for the given model.
|
RelSet<M,N> |
deriveRelationSet(M model,
Collection<N> entities)
Returns the relation set for the given collection of entities
of the model.
|
RelSet<M,N> deriveRelationSet(M model)
model, - the modelRelSet<M,N> deriveRelationSet(M model, Collection<N> entities)
model, - the modela - collection of entities of the modelCopyright © 2017. All rights reserved.