Uses of Class
de.hybris.platform.persistence.property.PropertyTableDefinition
-
Packages that use PropertyTableDefinition Package Description de.hybris.platform.persistence de.hybris.platform.persistence.property de.hybris.platform.util.typesystem -
-
Uses of PropertyTableDefinition in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence with parameters of type PropertyTableDefinition Modifier and Type Method Description static java.util.Set<java.lang.String>TableJDBC. addUnlocalizedPropertiesToItemTable(java.sql.Connection conn, PropertyTableDefinition tableDef, DBTable table)Adds unlocalized property columns to existing item table.static voidTableJDBC. createPropertyTable(java.sql.Connection conn, PropertyTableDefinition tableDef)Creates a new item property table.static java.util.Set<java.lang.String>TableJDBC. updatePropertyTable(java.sql.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 PropertyTableDefinition Modifier and Type Method Description PropertyTableDefinitionDBPersistenceManager. getInitialPersistenceInfos(ComposedTypeRemote type, boolean reinit)PropertyTableDefinitionPersistenceManager. getInitialPersistenceInfos(ComposedTypeRemote type, boolean reinit)Methods in de.hybris.platform.persistence.property that return types with arguments of type PropertyTableDefinition Modifier and Type Method Description java.util.Collection<PropertyTableDefinition>DBPersistenceManager. createInitialPersistenceInfos(java.util.Collection types, boolean reinit)should only be called during initialization! this analyzes the collection of item type and creates new TypeInfoMap instances for them.java.util.Collection<PropertyTableDefinition>PersistenceManager. createInitialPersistenceInfos(java.util.Collection<ComposedTypeRemote> types, boolean reinit) -
Uses of PropertyTableDefinition in de.hybris.platform.util.typesystem
Methods in de.hybris.platform.util.typesystem that return PropertyTableDefinition Modifier and Type Method Description PropertyTableDefinitionYPersistenceManager. getInitialPersistenceInfos(ComposedTypeRemote type, boolean reinit)Methods in de.hybris.platform.util.typesystem that return types with arguments of type PropertyTableDefinition Modifier and Type Method Description java.util.Collection<PropertyTableDefinition>YPersistenceManager. createInitialPersistenceInfos(java.util.Collection<ComposedTypeRemote> types, boolean reinit)
-