Uses of Class
de.hybris.platform.persistence.property.EJBProperty
-
Packages that use EJBProperty Package Description de.hybris.platform.persistence.property -
-
Uses of EJBProperty in de.hybris.platform.persistence.property
Methods in de.hybris.platform.persistence.property that return EJBProperty Modifier and Type Method Description protected static EJBProperty
EJBProperty. create(java.lang.String name, PK lang, java.lang.Object value)
static EJBProperty
EJBProperty. load(java.lang.String name, PK langPK, java.lang.Object value)
static EJBProperty
OldPropertyJDBC. readOldProperty(java.sql.ResultSet rs, PK itemPK)
Methods in de.hybris.platform.persistence.property that return types with arguments of type EJBProperty Modifier and Type Method Description java.util.Collection<EJBProperty>
EJBPropertyCache. getEJBProperties()
java.util.Collection<EJBProperty>
EJBPropertyCache. getUpdateableProperties()
Methods in de.hybris.platform.persistence.property with parameters of type EJBProperty Modifier and Type Method Description boolean
OldPropertyJDBC.DumpPropertyConverter. convert(PK itemPK, PK typePK, EJBProperty dumpProp)
Method parameters in de.hybris.platform.persistence.property with type arguments of type EJBProperty Modifier and Type Method Description static EJBPropertyCache
EJBPropertyCache. load(long timestamp, java.util.Collection<EJBProperty> allProps)
-