| Package | Description |
|---|---|
| de.hybris.platform.persistence | |
| de.hybris.platform.persistence.property | |
| de.hybris.platform.util.typesystem |
| Modifier and Type | Method and 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 void |
TableJDBC.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,
|
| Modifier and Type | Method and Description |
|---|---|
PropertyTableDefinition |
PersistenceManager.getInitialPersistenceInfos(ComposedTypeRemote type,
boolean reinit) |
PropertyTableDefinition |
DBPersistenceManager.getInitialPersistenceInfos(ComposedTypeRemote type,
boolean reinit) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PropertyTableDefinition> |
PersistenceManager.createInitialPersistenceInfos(java.util.Collection<ComposedTypeRemote> types,
boolean reinit) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyTableDefinition |
YPersistenceManager.getInitialPersistenceInfos(ComposedTypeRemote type,
boolean reinit) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<PropertyTableDefinition> |
YPersistenceManager.createInitialPersistenceInfos(java.util.Collection<ComposedTypeRemote> types,
boolean reinit) |
Copyright © 2018 SAP SE. All Rights Reserved.