Modifier and Type |
Method and Description |
static PItem[] |
cnd(Condition cnd) |
static PItem |
cndAuto(Entity<?> en,
Object obj) |
static PItem |
cndColumn(MappingField mappingField,
Object def) |
static PItem |
cndColumn(String colName,
MappingField mappingField,
Object def) |
static PItem |
cndId(Entity<?> en,
Number id) |
static PItem |
cndName(Entity<?> en,
String name) |
static PItem |
cndPk(Entity<?> en,
Object[] pks) |
static PItem |
entityTableName() |
static PItem |
entityViewName() |
static PItem |
insertFields() |
static PItem |
insertValues() |
static Pager |
pager(Condition cnd) |
static PItem |
queryEntityFields() |
static PItem |
sqlType() |
static PItem |
updateFields(Object refer) |
static PItem |
updateFieldsBy(Chain chain) |
static PItem |
wrap(String str) |
static PItem |
wrapf(String fmt,
Object... args) |