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 protectedAbstractEntityState(PersistencePool pool, ItemDeployment depl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancheckPK(PK pk)protected java.lang.StringgetColumn(java.lang.String qualifier)protected ItemDeploymentgetDeployment()protected PersistencePoolgetPool()protected java.lang.StringgetTable()-
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()
-
-