Uses of Class
de.hybris.platform.persistence.property.PropertyTableDefinition
Packages that use PropertyTableDefinition
Package
Description
-
Uses of PropertyTableDefinition in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence with parameters of type PropertyTableDefinitionModifier and TypeMethodDescriptionTableJDBC.addUnlocalizedPropertiesToItemTable(Connection conn, PropertyTableDefinition tableDef, DBTable table) Adds unlocalized property columns to existing item table.static voidTableJDBC.createPropertyTable(Connection conn, PropertyTableDefinition tableDef) Creates a new item property table.TableJDBC.updatePropertyTable(Connection conn, PropertyTableDefinition tableDef, DBTable table) Modified a existing item property table, -
Uses of PropertyTableDefinition in de.hybris.platform.persistence.property
Methods in de.hybris.platform.persistence.property that return PropertyTableDefinitionModifier and TypeMethodDescriptionDBPersistenceManager.getInitialPersistenceInfos(ComposedTypeRemote type, boolean reinit) PersistenceManager.getInitialPersistenceInfos(ComposedTypeRemote type, boolean reinit) Methods in de.hybris.platform.persistence.property that return types with arguments of type PropertyTableDefinitionModifier and TypeMethodDescriptionDBPersistenceManager.createInitialPersistenceInfos(Collection types, boolean reinit) should only be called during initialization! this analyzes the collection of item type and creates new TypeInfoMap instances for them.PersistenceManager.createInitialPersistenceInfos(Collection<ComposedTypeRemote> types, boolean reinit) -
Uses of PropertyTableDefinition in de.hybris.platform.util.typesystem
Methods in de.hybris.platform.util.typesystem that return PropertyTableDefinitionModifier and TypeMethodDescriptionYPersistenceManager.getInitialPersistenceInfos(ComposedTypeRemote type, boolean reinit) Methods in de.hybris.platform.util.typesystem that return types with arguments of type PropertyTableDefinitionModifier and TypeMethodDescriptionYPersistenceManager.createInitialPersistenceInfos(Collection<ComposedTypeRemote> types, boolean reinit)