Class EJBProperty
java.lang.Object
de.hybris.platform.persistence.property.EJBProperty
- All Implemented Interfaces:
Cloneable
-
Method Summary
Modifier and TypeMethodDescriptionprotected Objectclone()voidcommit()static ObjectconstructKey(String name, PK langPK) property keys are case insensitive regarding names !protected static EJBPropertybooleanprotected booleanexists()getKey()getLang()getName()getValue()booleaninthashCode()booleanbooleanbooleanstatic EJBPropertyremove()voidrollback()toString()voidwroteChanges(boolean success)
-
Method Details
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
constructKey
property keys are case insensitive regarding names ! -
hashCode
public int hashCode() -
equals
-
hasChanged
public boolean hasChanged() -
isInDatabase
public boolean isInDatabase() -
wroteChanges
public void wroteChanges(boolean success) - Parameters:
success- signals if database was updated
-
exists
protected boolean exists() -
getValue1Internal
-
create
-
load
-
getKey
-
isCommitable
public boolean isCommitable() -
getName
-
isLocalized
public boolean isLocalized() -
getLang
-
getValue
-
setValue
-
remove
-
commit
public void commit() -
rollback
public void rollback() -
toString
-