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