it.amattioli.dominate.groups
Interface EntityGroupFactory<I extends Serializable,T extends Entity<I>>

Show UML class diagram
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

Method Summary
 List<EntityGroup<I,T>> createGroups()
          Create a set of group.
 

Method Detail

createGroups

List<EntityGroup<I,T>> createGroups()
Create a set of group.

Returns:


Copyright © 2011. All Rights Reserved.