| Modifier and Type | Method and Description |
|---|---|
PropertyQuery<T> |
addEquals(String name,
String value) |
PropertyQuery<T> |
addIn(String name,
String value) |
List<T> |
execute() |
PropertyQuery<T> |
sortBy(String sortBy) |
public PropertyQuery<T> addEquals(String name, String value)
public PropertyQuery<T> addIn(String name, String value)
public PropertyQuery<T> sortBy(String sortBy)
Copyright © 2018. All rights reserved.