public abstract class AbstractPItem extends Object implements PItem
| Modifier and Type | Field and Description |
|---|---|
protected Pojo |
pojo |
protected boolean |
top |
| Constructor and Description |
|---|
AbstractPItem() |
| Modifier and Type | Method and Description |
|---|---|
protected Entity<?> |
_en(Entity<?> en) |
protected String |
_fmtcolnm(Entity<?> en,
String name) |
protected FieldMatcher |
getFieldMatcher() |
Pojo |
getPojo() |
protected SqlType |
getSqlType() |
boolean |
isTop() |
void |
setPojo(Pojo pojo)
设置所属的 POJO 对象
|
AbstractPItem |
setTop(boolean top) |
protected void |
setupPojo(Pojo pojo) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitjoinAdaptor, joinParams, joinSql, paramCount, toStringprotected Pojo pojo
protected boolean top
protected SqlType getSqlType()
protected FieldMatcher getFieldMatcher()
protected void setupPojo(Pojo pojo)
public AbstractPItem setTop(boolean top)
public boolean isTop()
Copyright © 2017. All rights reserved.