PDF (US Ltr)
- 3.7Mb
PDF (A4)
- 3.7Mb
QueryDomainType represents the domain type of a query. The domain type validates property names that are used to filter results.
public interface QueryDomainType<E> extends, QueryDefinition<E> {
// Public Methodspublic abstract PredicateOperand get(String propertyName);
public abstract Class<E> getType();
}