Uses of Class
de.hybris.platform.persistence.property.EJBPropertyRowCache
-
Packages that use EJBPropertyRowCache Package Description de.hybris.platform.persistence de.hybris.platform.persistence.property -
-
Uses of EJBPropertyRowCache in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence that return EJBPropertyRowCache Modifier and Type Method Description protected 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 EJBPropertyRowCache Modifier and Type Method Description static EJBPropertyRowCacheEJBPropertyRowCache. create(long timestamp, java.util.List<java.lang.String> names)create new unlocalized cache without values (assuming null)static EJBPropertyRowCacheEJBPropertyRowCache. createLocalized(PK langPK, long timestamp, java.util.List<java.lang.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 EJBPropertyRowCacheEJBPropertyRowCache. load(long timestamp, java.util.List<java.lang.String> names, java.util.List<java.lang.Object> values)loading unlocalized cachestatic EJBPropertyRowCacheEJBPropertyRowCache. loadLocalized(PK langPK, long timestamp, java.util.List<java.lang.String> names, java.util.List<java.lang.Object> values)loading localized cachestatic EJBPropertyRowCachePropertyJDBC. readPropertyRow(java.sql.ResultSet rs, PK itemPK, PK itemTypePK, PK langPK, long timestamp, TypeInfoMap infoMap)Methods in de.hybris.platform.persistence.property with parameters of type EJBPropertyRowCache Modifier and Type Method Description static java.util.List<java.lang.Object>[]PropertyJDBC. getChangeData(java.sql.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 EJBPropertyRowCache Constructor Description ItemPropertyCacheKey(EJBPropertyRowCache preset)ItemPropertyCacheKey(EJBPropertyRowCache prc, PK itemPK)used by HJMP to pre-load unloc props cache - dont use elsewhere
-