Package de.hybris.platform.persistence
Class AbstractEntityState
- java.lang.Object
-
- de.hybris.platform.persistence.AbstractEntityState
-
- All Implemented Interfaces:
EntityState
public abstract class AbstractEntityState extends java.lang.Object implements EntityState
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractEntityState(PersistencePool pool, ItemDeployment depl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.persistence.hjmp.EntityState
getFullBeanName, getPK
-
-
-
-
Constructor Detail
-
AbstractEntityState
protected AbstractEntityState(PersistencePool pool, ItemDeployment depl)
-
-
Method Detail
-
getTable
protected java.lang.String getTable()
-
getColumn
protected java.lang.String getColumn(java.lang.String qualifier)
-
checkPK
protected boolean checkPK(PK pk)
-
getPool
protected PersistencePool getPool()
-
getDeployment
protected ItemDeployment getDeployment()
-
-