public class Query<T> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Query.Property |
Constructor and Description |
---|
Query(Query.Property[] properties,
String table) |
Modifier and Type | Method and Description |
---|---|
Query<T> |
distinct() |
Query<T> |
having(String exp) |
T |
query() |
T |
querySingle() |
Query<T> |
setMaxResult(int maxResult) |
Copyright © 2015. All Rights Reserved.