Uses of Class
com.skava.oms.entity.criteria.AbstractSpecificationBuilder
Packages that use AbstractSpecificationBuilder
Package
Description
This package contains the for entity criteria
This package contains the collection criteria
This package contains the Criteria for order
-
Uses of AbstractSpecificationBuilder in com.skava.oms.entity.criteria
Methods in com.skava.oms.entity.criteria that return AbstractSpecificationBuilderModifier and TypeMethodDescriptionAbstractSpecificationBuilder.searchWith
(String key, String operation, Object value) This method defines calls the SearchCriteria class with params key, operation and valueThis method defines calls the SortCriteria class with key and operation -
Uses of AbstractSpecificationBuilder in com.skava.oms.entity.criteria.collection
Subclasses of AbstractSpecificationBuilder in com.skava.oms.entity.criteria.collectionModifier and TypeClassDescriptionclass
This extends the AbstractSpecificationBuilder to create the same for the collection -
Uses of AbstractSpecificationBuilder in com.skava.oms.entity.criteria.order
Subclasses of AbstractSpecificationBuilder in com.skava.oms.entity.criteria.orderModifier and TypeClassDescriptionclass
The class builds specification for order. this extends the AbstractSpecificationBuilder to create the same for the order