Uses of Class
de.hybris.platform.persistence.property.EJBPropertyCache
-
Packages that use EJBPropertyCache Package Description de.hybris.platform.persistence.property -
-
Uses of EJBPropertyCache in de.hybris.platform.persistence.property
Methods in de.hybris.platform.persistence.property that return EJBPropertyCache Modifier and Type Method Description static EJBPropertyCacheEJBPropertyCache. create(long timestamp)static EJBPropertyCacheOldPropertyJDBC. createProperties(PK itemPK, long timestamp, java.lang.String oldPropTableName)static EJBPropertyCacheOldPropertyJDBC. getProperties(PK itemPK, long timestamp, java.lang.String oldPropTableName)static EJBPropertyCacheEJBPropertyCache. load(long timestamp, java.util.Collection<EJBProperty> allProps)Methods in de.hybris.platform.persistence.property with parameters of type EJBPropertyCache Modifier and Type Method Description static voidOldPropertyJDBC. writeOldProperties(EJBPropertyCache oldPropCache, PK itemPK, PK typePK, java.lang.String tableName)
-