Criteria transfer object pattern allows client-side components to construct serializable versions of {@link PersistentEntityCriteria} instances, which canthen be passed through the chosen communication mechanism to the remote (server-side) component. This way, the user can create persistent entity criteria on the client side and use {@link CriteriaTransferObjectConverter} to transformthem into corresponding {@link PersistentEntityCriteria}instances seamlessly on the server.
This class essentially acts as map-based container for {@link FilterAndSortCriteria} instances, defining basicentity criteria for target entity properties on the client. @see FilterAndSortCriteria @see CriteriaTransferObjectConverter @see PersistentEntityCriteria @author vojtech.szocs
|
|