Class AbstractPropertyAccess
java.lang.Object
de.hybris.platform.persistence.property.AbstractPropertyAccess
- All Implemented Interfaces:
PropertyAccess
- Direct Known Subclasses:
EJBPropertyCache,EJBPropertyRowCache
-
Field Summary
Fields inherited from interface de.hybris.platform.persistence.property.PropertyAccess
BASE_QUALIFIER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voiddispose()protected voidfinal PropertyOwnergetOwner()final longfinal voidregisterOwner(PropertyOwner owner) final voidsetVersion(long vers) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.persistence.property.PropertyAccess
commitProperties, getAllProperties, getProperty, getPropertyNames, hasModifiedProperties, removeProperty, rollbackProperties, setProperty
-
Constructor Details
-
AbstractPropertyAccess
protected AbstractPropertyAccess(long version)
-
-
Method Details
-
registerOwner
- Specified by:
registerOwnerin interfacePropertyAccess
-
dispose
public final void dispose()- Specified by:
disposein interfacePropertyAccess
-
getOwner
-
getVersion
public final long getVersion() -
setVersion
public final void setVersion(long vers) -
firePropertyDataChanged
protected void firePropertyDataChanged()
-