public class Association extends Object
| Constructor and Description |
|---|
Association(Model object,
String field,
String targetField,
String type) |
Association(Model object,
String field,
String targetField,
String type,
String tableName,
String master) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(JPABase model) |
boolean |
add(Map params) |
long |
count() |
long |
count(String countStr) |
void |
delete() |
List |
fetch() |
JPQL |
limit(Integer limit) |
JPQL |
offset(Integer offset) |
JPQL |
order(String orderBy) |
void |
remove(JPABase model) |
boolean |
set(JPABase model) |
JPQL |
where(Map whereQuery) |
JPQL |
where(String where) |
JPQL |
where(String where,
Map<String,Object> params) |
Copyright © 2018. All Rights Reserved.