public class AbstractVoPersistent<E extends BusinessDi,VO extends BusinessVo> extends AbstractPersistent<E> implements VoHolder<VO>
| 限定符和类型 | 字段和说明 |
|---|---|
protected VO |
m_Vo |
m_DriveIt, m_Id, PERSISTENCE_CLEAR, PERSISTENCE_NEW, PERSISTENCE_REINDEX, PERSISTENCE_REMOVE, PERSISTENCE_TRANSIENT| 限定符 | 构造器和说明 |
|---|---|
protected |
AbstractVoPersistent(E di)
以业务依赖接口构造对象
|
protected |
AbstractVoPersistent(E di,
boolean persistent)
以依赖接口构造对象,且指定是否持久
|
protected |
AbstractVoPersistent(E di,
String id)
以依赖接口及ID构造对象
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
genPersistenceId()
已过时。
|
protected void |
genPersistenceId(String prefix)
已过时。
|
VO |
getVo() |
protected void |
initPersistenceId()
初始化对象ID
|
protected void |
initPersistenceId(String prefix)
初始化对象ID
|
void |
setVo(VO vo) |
String |
tryDriveIt() |
enablePersistent, getBusinessDi, getDriveIt, getPersistenceId, getPersistenceVersion, getPersister, iDo, initPersistence, isPersistenceMark, isPersistenceOfOwner, isPersistenceUpdating, isPersistent, markPersistenceUpdate, markPersistenceUpdate, onAfterPersistence, onAfterReflect, onBeforePersistence, onDriveIt, persistenceUpdateNow, setPersistenceMark, toStringprotected VO extends BusinessVo m_Vo
protected AbstractVoPersistent(E di)
di - 业务依赖接口protected AbstractVoPersistent(E di, boolean persistent)
di - 依赖接口persistent - 是否持久protected void initPersistenceId()
AbstractPersistentinitPersistenceId 在类中 AbstractPersistent<E extends BusinessDi>protected void initPersistenceId(String prefix)
AbstractPersistentinitPersistenceId 在类中 AbstractPersistent<E extends BusinessDi>@Deprecated protected void genPersistenceId()
AbstractPersistentgenPersistenceId 在类中 AbstractPersistent<E extends BusinessDi>AbstractPersistent.initPersistenceId()@Deprecated protected void genPersistenceId(String prefix)
AbstractPersistentgenPersistenceId 在类中 AbstractPersistent<E extends BusinessDi>prefix - 前缀AbstractPersistent.initPersistenceId()public String tryDriveIt()
tryDriveIt 在接口中 cn.weforward.common.DistributedObjecttryDriveIt 在类中 AbstractPersistent<E extends BusinessDi>public void setVo(VO vo)
setVo 在接口中 VoHolder<VO extends BusinessVo>public VO getVo()
getVo 在接口中 VoHolder<VO extends BusinessVo>Copyright © 2022. All rights reserved.