Uses of Class
de.hybris.platform.persistence.property.EJBPropertyRowCache
Packages that use EJBPropertyRowCache
-
Uses of EJBPropertyRowCache in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence that return EJBPropertyRowCacheModifier and TypeMethodDescriptionprotected EJBPropertyRowCacheExtensibleItemEJB.getModifiedUnlocalizedPropertyCache()used by HJMP to get modifed unloc property cache to save it together with item row itself. -
Uses of EJBPropertyRowCache in de.hybris.platform.persistence.property
Methods in de.hybris.platform.persistence.property that return EJBPropertyRowCacheModifier and TypeMethodDescriptionstatic EJBPropertyRowCachecreate new unlocalized cache without values (assuming null)static EJBPropertyRowCacheEJBPropertyRowCache.createLocalized(PK langPK, long timestamp, List<String> names) create new localized cache without values (assuming null)static EJBPropertyRowCachePropertyJDBC.createProperties(TypeInfoMap infoMap, PK itemPK, PK typePK, PK langPK, long timestamp) static EJBPropertyRowCachePropertyJDBC.getProperties(TypeInfoMap infoMap, PK itemPK, PK typePK, PK langPK, long timestamp) reads all unlocalized or localized properties of one language for a specified item in a property cache object.static EJBPropertyRowCacheloading unlocalized cachestatic EJBPropertyRowCacheEJBPropertyRowCache.loadLocalized(PK langPK, long timestamp, List<String> names, List<Object> values) loading localized cachestatic EJBPropertyRowCachePropertyJDBC.readPropertyRow(ResultSet rs, PK itemPK, PK itemTypePK, PK langPK, long timestamp, TypeInfoMap infoMap) Methods in de.hybris.platform.persistence.property with parameters of type EJBPropertyRowCacheModifier and TypeMethodDescriptionPropertyJDBC.getChangeData(Connection con, TypeInfoMap infoMap, EJBPropertyRowCache prc, boolean localized) for a modified property cache this puts together the list of columns, values and value classes.static voidPropertyJDBC.writeProperties(EJBPropertyRowCache prc, PK itemPK, PK typePK, TypeInfoMap infoMap, boolean localized) saves all changed properties of one property cache.Constructors in de.hybris.platform.persistence.property with parameters of type EJBPropertyRowCacheModifierConstructorDescriptionprotectedItemPropertyCacheKey(EJBPropertyRowCache prc, PK itemPK) used by HJMP to pre-load unloc props cache - dont use elsewhere