Uses of Class
de.hybris.bootstrap.ddl.model.YTable
-
Packages that use YTable Package Description de.hybris.bootstrap.ddl de.hybris.bootstrap.ddl.model -
-
Uses of YTable in de.hybris.bootstrap.ddl
Methods in de.hybris.bootstrap.ddl with parameters of type YTable Modifier and Type Method Description protected booleanDatabaseModelGenerator. canReuseExistingColumnForAttribute(YColumn existingColumn, YAttributeDescriptor attributeDescriptor, YTable targetTable) -
Uses of YTable in de.hybris.bootstrap.ddl.model
Methods in de.hybris.bootstrap.ddl.model that return YTable Modifier and Type Method Description YTableYDbModel. getLocalizedTable(java.lang.String tableName)YTableYDbModel. getMappedTable(YComposedType yComposedType)YTableYDbModel. getTable(java.lang.String tableName)Methods in de.hybris.bootstrap.ddl.model that return types with arguments of type YTable Modifier and Type Method Description java.util.List<YTable>YDbModel. getLocalizedTables()java.util.Map<java.lang.String,YTable>YDbModel. getTables()java.util.Map<java.lang.String,YTable>YDbTableProvider. getTables()
-