Create a new Criteria, by given data.
Holds to retrieve a fixed number maxResults of objects from the given data.
Holds an integer that represents the first row in your result set, starting with row 0.
Holds given original data list which criteria work on.
Holds added restrictions to constrain the results to be retrieved.
Holds given orders to ordering the result set.
Get the results.
Get the results.
This method tells Criteria to retrieve a fixed number maxResults of objects.
This method takes an integer that represents the first row in your result set, starting with row 0.
Binds all methods to the instance.
to bind
Get the results.
Generated using TypeDoc
Provides create criteria on object[] data.