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 TypeInfoMapDirectPersistenceUtils. 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 ColumnPayloadDirectPersistenceUtils. 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 TypeInfoMapSLDDataContainer.Builder. getTypeInfoMap()Methods in de.hybris.platform.directpersistence.cache with parameters of type TypeInfoMap Modifier and Type Method Description SLDDataContainer.BuilderSLDDataContainer.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 TypeInfoMapAbstractStoreStatementsBuilder. infoMapMethods 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 TypeInfoMapExtensibleItemEJB. getTypeInfoMap()TypeInfoMapExtensibleItemRemote. getTypeInfoMap()Methods in de.hybris.platform.persistence with parameters of type TypeInfoMap Modifier and Type Method Description protected PropertyAccessExtensibleItemEJB. 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 TypeInfoMapRelationTypeHelper. 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 TypeInfoMapMetaInformationEJB. 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 TypeInfoMapTypeInfoMap. EMPTY_INFOMAPprotected TypeInfoMapItemPropertyCacheKey. infoMethods in de.hybris.platform.persistence.property that return TypeInfoMap Modifier and Type Method Description TypeInfoMapDBPersistenceManager. getPersistenceInfo(PK typePK)TypeInfoMapDBPersistenceManager. getPersistenceInfo(java.lang.String code)Returns a TypeInfoMap instance for each composed type.TypeInfoMapPersistenceManager. getPersistenceInfo(PK typePK)TypeInfoMapPersistenceManager. getPersistenceInfo(java.lang.String typeCode)Methods in de.hybris.platform.persistence.property with parameters of type TypeInfoMap Modifier and Type Method Description static EJBPropertyRowCachePropertyJDBC. 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 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 EJBPropertyRowCachePropertyJDBC. readPropertyRow(java.sql.ResultSet rs, PK itemPK, PK itemTypePK, PK langPK, long timestamp, TypeInfoMap infoMap)static voidPropertyJDBC. updatePropertyTypePKs(TypeInfoMap infoMap, PK itemPK, PK newTypePK)changes all property data rows of one item to the new type pk.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 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 TypeInfoMapYPersistenceManager. getPersistenceInfo(PK typePK)TypeInfoMapYPersistenceManager. getPersistenceInfo(java.lang.String typeCode)protected TypeInfoMapYPersistenceManager. wrap(YComposedType t)
-