| Package | Description |
|---|---|
| de.hybris.platform.persistence | |
| de.hybris.platform.persistence.property |
| Modifier and Type | Method and Description |
|---|---|
protected EJBPropertyRowCache |
ExtensibleItemEJB.getModifiedUnlocalizedPropertyCache()
used by HJMP to get modifed unloc property cache to save it together with item row itself.
|
| Modifier and Type | Method and Description |
|---|---|
static EJBPropertyRowCache |
EJBPropertyRowCache.create(long timestamp,
java.util.List<java.lang.String> names)
create new unlocalized cache without values (assuming null)
|
static EJBPropertyRowCache |
EJBPropertyRowCache.createLocalized(PK langPK,
long timestamp,
java.util.List<java.lang.String> names)
create new localized cache without values (assuming null)
|
static EJBPropertyRowCache |
PropertyJDBC.createProperties(TypeInfoMap infoMap,
PK itemPK,
PK typePK,
PK langPK,
long timestamp) |
static EJBPropertyRowCache |
PropertyJDBC.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 EJBPropertyRowCache |
EJBPropertyRowCache.load(long timestamp,
java.util.List<java.lang.String> names,
java.util.List<java.lang.Object> values)
loading unlocalized cache
|
static EJBPropertyRowCache |
EJBPropertyRowCache.loadLocalized(PK langPK,
long timestamp,
java.util.List<java.lang.String> names,
java.util.List<java.lang.Object> values)
loading localized cache
|
static EJBPropertyRowCache |
PropertyJDBC.readPropertyRow(java.sql.ResultSet rs,
PK itemPK,
PK itemTypePK,
PK langPK,
long timestamp,
TypeInfoMap infoMap) |
| Modifier and Type | Method and 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 void |
PropertyJDBC.writeProperties(EJBPropertyRowCache prc,
PK itemPK,
PK typePK,
TypeInfoMap infoMap,
boolean localized)
saves all changed properties of one property cache.
|
| Constructor and Description |
|---|
ItemPropertyCacheKey(EJBPropertyRowCache preset) |
ItemPropertyCacheKey(EJBPropertyRowCache prc,
PK itemPK)
used by HJMP to pre-load unloc props cache - dont use elsewhere
|
Copyright © 2018 SAP SE. All Rights Reserved.