Package org.javers.repository.api
Class QueryParams
java.lang.Object
org.javers.repository.api.QueryParams
Container for additional query parameters
used for filtering Snapshots to be fetched from database.
- See Also:
-
Method Details
-
changeAggregate
-
nextPage
-
limit
public int limit()- See Also:
-
skip
public int skip()- See Also:
-
hasSnapshotQueryLimit
public boolean hasSnapshotQueryLimit() -
snapshotQueryLimit
-
from
- See Also:
-
fromInstant
- See Also:
-
to
- See Also:
-
toInstant
- See Also:
-
toCommitId
- See Also:
-
commitIds
- See Also:
-
commitProperties
-
commitPropertiesLike
-
changedProperties
-
version
- See Also:
-
fromVersion
- See Also:
-
toVersion
- See Also:
-
author
- See Also:
-
authorLikeIgnoreCase
-
isAggregate
public boolean isAggregate()- See Also:
-
isLoadCommitProps
public boolean isLoadCommitProps() -
snapshotType
-
toString
-