Uses of Class
de.hybris.platform.persistence.property.TypeInfoMap
-
-
Uses of TypeInfoMap in de.hybris.platform.directpersistence
Methods in de.hybris.platform.directpersistence that return TypeInfoMap Modifier and Type Method Description static TypeInfoMap
DirectPersistenceUtils. getInfoMapForType(java.lang.String typeCode)
Returns TypeInfoMap object for given typeCode.Methods in de.hybris.platform.directpersistence with parameters of type TypeInfoMap Modifier and Type Method Description static ColumnPayload
DirectPersistenceUtils. createColumnPayloadForProperty(java.lang.String name, java.lang.Object value, TypeInfoMap infoMap)
-
Uses of TypeInfoMap in de.hybris.platform.directpersistence.cache
Methods in de.hybris.platform.directpersistence.cache that return TypeInfoMap Modifier and Type Method Description TypeInfoMap
SLDDataContainer.Builder. getTypeInfoMap()
Methods in de.hybris.platform.directpersistence.cache with parameters of type TypeInfoMap Modifier and Type Method Description SLDDataContainer.Builder
SLDDataContainer.Builder. withTypeInfoMap(TypeInfoMap typeInfoMap)
-
Uses of TypeInfoMap in de.hybris.platform.directpersistence.statement
Fields in de.hybris.platform.directpersistence.statement declared as TypeInfoMap Modifier and Type Field Description protected TypeInfoMap
AbstractStoreStatementsBuilder. infoMap
Methods in de.hybris.platform.directpersistence.statement with parameters of type TypeInfoMap Modifier and Type Method Description protected java.util.Map<ColumnPayload.TargetTableType,java.util.Set<ColumnPayload>>
AbstractEntityStatementsBuilder. mergeDataBasePayload(java.util.Map<ColumnPayload.TargetTableType,java.util.Set<ColumnPayload>> result, java.util.Set<PropertyHolder> payload, TypeInfoMap infoMap)
protected java.util.Map<ColumnPayload.TargetTableType,java.util.Set<ColumnPayload>>
AbstractEntityStatementsBuilder. prepareDataBasePayload(java.util.Set<PropertyHolder> payload, TypeInfoMap infoMap)
Reads passed set of property holders, converts them into ColumnPayload objects and classifies them per target tables (item standard table, lp table and props table). -
Uses of TypeInfoMap in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence that return TypeInfoMap Modifier and Type Method Description TypeInfoMap
ExtensibleItemEJB. getTypeInfoMap()
TypeInfoMap
ExtensibleItemRemote. getTypeInfoMap()
Methods in de.hybris.platform.persistence with parameters of type TypeInfoMap Modifier and Type Method Description protected PropertyAccess
ExtensibleItemEJB. getPropertyAccessInternal(TypeInfoMap info, int type, PK langPK, boolean forWriting, java.lang.String name)
-
Uses of TypeInfoMap in de.hybris.platform.persistence.flexiblesearch.typecache.impl
Constructors in de.hybris.platform.persistence.flexiblesearch.typecache.impl with parameters of type TypeInfoMap Constructor Description DefaultCachedTypeData(TypeInfoMap typeInfoMap)
-
Uses of TypeInfoMap in de.hybris.platform.persistence.links.jdbc.dml
Methods in de.hybris.platform.persistence.links.jdbc.dml that return TypeInfoMap Modifier and Type Method Description static TypeInfoMap
RelationTypeHelper. getTypeInfoMap(java.lang.String relationCode)
-
Uses of TypeInfoMap in de.hybris.platform.persistence.meta
Methods in de.hybris.platform.persistence.meta that return TypeInfoMap Modifier and Type Method Description TypeInfoMap
MetaInformationEJB. getTypeInfoMap()
-
Uses of TypeInfoMap in de.hybris.platform.persistence.property
Fields in de.hybris.platform.persistence.property declared as TypeInfoMap Modifier and Type Field Description static TypeInfoMap
TypeInfoMap. EMPTY_INFOMAP
protected TypeInfoMap
ItemPropertyCacheKey. info
Methods in de.hybris.platform.persistence.property that return TypeInfoMap Modifier and Type Method Description TypeInfoMap
DBPersistenceManager. getPersistenceInfo(PK typePK)
TypeInfoMap
DBPersistenceManager. getPersistenceInfo(java.lang.String code)
Returns a TypeInfoMap instance for each composed type.TypeInfoMap
PersistenceManager. getPersistenceInfo(PK typePK)
TypeInfoMap
PersistenceManager. getPersistenceInfo(java.lang.String typeCode)
Methods in de.hybris.platform.persistence.property with parameters of type TypeInfoMap Modifier and Type Method Description static EJBPropertyRowCache
PropertyJDBC. createProperties(TypeInfoMap infoMap, PK itemPK, PK typePK, PK langPK, long timestamp)
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 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
PropertyJDBC. readPropertyRow(java.sql.ResultSet rs, PK itemPK, PK itemTypePK, PK langPK, long timestamp, TypeInfoMap infoMap)
static void
PropertyJDBC. updatePropertyTypePKs(TypeInfoMap infoMap, PK itemPK, PK newTypePK)
changes all property data rows of one item to the new type pk.static void
PropertyJDBC. 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 TypeInfoMap Constructor Description ItemLocalizedPropertyCacheKey(TypeInfoMap info, PK langPK)
ItemLocalizedPropertyCacheKey(TypeInfoMap info, PK itemPK, PK langPK)
clone constructorItemPropertyCacheKey(TypeInfoMap info)
TypeInfoMap(TypeInfoMap original, PK typePK, PK superTypePK, java.lang.String code)
-
Uses of TypeInfoMap in de.hybris.platform.persistence.property.loader
Methods in de.hybris.platform.persistence.property.loader that return types with arguments of type TypeInfoMap Modifier and Type Method Description java.util.List<TypeInfoMap>
BatchTypeInfoMapLoader. loadAllTypes()
-
Uses of TypeInfoMap in de.hybris.platform.util.typesystem
Methods in de.hybris.platform.util.typesystem that return TypeInfoMap Modifier and Type Method Description TypeInfoMap
YPersistenceManager. getPersistenceInfo(PK typePK)
TypeInfoMap
YPersistenceManager. getPersistenceInfo(java.lang.String typeCode)
protected TypeInfoMap
YPersistenceManager. wrap(YComposedType t)
-