it.amattioli.dominate.groups
Interface EntityGroupFactory<I extends Serializable,T extends Entity<I>>
- Type Parameters:
I - T -
- All Known Implementing Classes:
- GroupingFactory
public interface EntityGroupFactory<I extends Serializable,T extends Entity<I>>
Objects that implement this interface can be used to create a set of EntityGroup.
The rule used to actually create the groups is implementation dependent.
- Author:
- andrea
createGroups
List<EntityGroup<I,T>> createGroups()
- Create a set of group.
- Returns:
Copyright © 2011. All Rights Reserved.