| Package | Description |
|---|---|
| de.hybris.platform.persistence | |
| de.hybris.platform.persistence.property | |
| de.hybris.platform.util.typesystem |
| Modifier and Type | Method and Description |
|---|---|
static Set<String> |
TableJDBC.addUnlocalizedPropertiesToItemTable(Connection conn,
PropertyTableDefinition tableDef,
DBTable table)
Adds unlocalized property columns to existing item table.
|
static void |
TableJDBC.createPropertyTable(Connection conn,
PropertyTableDefinition tableDef)
Creates a new item property table.
|
static Set<String> |
TableJDBC.updatePropertyTable(Connection conn,
PropertyTableDefinition tableDef,
DBTable table)
Modified a existing item property table,
|
| Modifier and Type | Method and Description |
|---|---|
PropertyTableDefinition |
DBPersistenceManager.getInitialPersistenceInfos(ComposedTypeRemote type,
boolean reinit) |
PropertyTableDefinition |
PersistenceManager.getInitialPersistenceInfos(ComposedTypeRemote type,
boolean reinit) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PropertyTableDefinition> |
PersistenceManager.createInitialPersistenceInfos(Collection<ComposedTypeRemote> types,
boolean reinit) |
Collection<PropertyTableDefinition> |
DBPersistenceManager.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.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyTableDefinition |
YPersistenceManager.getInitialPersistenceInfos(ComposedTypeRemote type,
boolean reinit) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PropertyTableDefinition> |
YPersistenceManager.createInitialPersistenceInfos(Collection<ComposedTypeRemote> types,
boolean reinit) |
Copyright © 2017 SAP SE. All Rights Reserved.