public abstract class AbstractEntityState extends java.lang.Object implements EntityState
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractEntityState(PersistencePool pool,
ItemDeployment depl) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkPK(PK pk) |
protected java.lang.String |
getColumn(java.lang.String qualifier) |
protected ItemDeployment |
getDeployment() |
protected PersistencePool |
getPool() |
protected java.lang.String |
getTable() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFullBeanName, getPKprotected AbstractEntityState(PersistencePool pool, ItemDeployment depl)
protected java.lang.String getTable()
protected java.lang.String getColumn(java.lang.String qualifier)
protected boolean checkPK(PK pk)
protected PersistencePool getPool()
protected ItemDeployment getDeployment()
Copyright © 2018 SAP SE. All Rights Reserved.