|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JPQL | |
|---|---|
| net.csdn.jpa.association | |
| net.csdn.jpa.context | |
| net.csdn.jpa.model | |
| Uses of JPQL in net.csdn.jpa.association |
|---|
| Methods in net.csdn.jpa.association that return JPQL | |
|---|---|
JPQL |
Association.limit(Integer limit)
|
JPQL |
Association.offset(Integer offset)
|
JPQL |
Association.order(String orderBy)
|
JPQL |
Association.where(Map whereQuery)
|
JPQL |
Association.where(String where)
|
JPQL |
Association.where(String where,
Map<String,Object> params)
|
| Uses of JPQL in net.csdn.jpa.context |
|---|
| Methods in net.csdn.jpa.context that return JPQL | |
|---|---|
JPQL |
JPAContext.jpql()
|
JPQL |
JPAContext.jpql(String entity)
|
| Uses of JPQL in net.csdn.jpa.model |
|---|
| Methods in net.csdn.jpa.model that return JPQL | |
|---|---|
JPQL |
JPQL.from(String modelAndAlias)
|
JPQL |
JPQL.group(String group)
|
static JPQL |
Model.in(String cc,
List params)
|
JPQL |
JPQL.in(String fieldName,
List params)
|
static JPQL |
Model.in(String cc,
Map params)
|
JPQL |
JPQL.in(String fieldName,
Map bindings)
|
static JPQL |
Model.joins(String cc)
|
JPQL |
JPQL.joins(String joins)
|
static JPQL |
Model.limit(int cc)
|
JPQL |
JPQL.limit(int limit)
|
static JPQL |
Model.offset(int cc)
|
JPQL |
JPQL.offset(int offset)
|
static JPQL |
Model.order(String cc)
|
JPQL |
JPQL.order(String order)
|
static JPQL |
Model.select(String cc)
|
JPQL |
JPQL.select(String select)
|
static JPQL |
Model.where(Map whereQuery)
|
JPQL |
JPQL.where(Map whereQuery)
|
static JPQL |
Model.where(String cc)
|
JPQL |
JPQL.where(String condition)
|
static JPQL |
Model.where(String cc,
Map params)
|
JPQL |
JPQL.where(String condition,
Map params)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||