Uses of Class
de.hybris.platform.util.jdbc.DBColumn
Packages that use DBColumn
Package
Description
-
Uses of DBColumn in de.hybris.platform.persistence.type.update
Methods in de.hybris.platform.persistence.type.update that return DBColumnModifier and TypeMethodDescriptionModelChangedEvent.getCurrentColumnModel()ModelChangedEventImpl.getCurrentColumnModel()Constructors in de.hybris.platform.persistence.type.update with parameters of type DBColumnModifierConstructorDescriptionModelChangedEventImpl(String sourceType, String targetType, DBColumn currentColumnModel, AttributeDescriptorRemote descr) -
Uses of DBColumn in de.hybris.platform.persistence.type.update.misc
Methods in de.hybris.platform.persistence.type.update.misc with parameters of type DBColumn -
Uses of DBColumn in de.hybris.platform.persistence.type.update.strategy
Methods in de.hybris.platform.persistence.type.update.strategy with parameters of type DBColumnModifier and TypeMethodDescriptionbooleanChangeColumnStrategy.doChangeColumn(String targetDefinition, DBColumn originalColumnDef, AttributeDescriptorRemote attributeDescr) booleanChangeColumnStrategyContainer.doChangeColumn(String targetDefinition, DBColumn originalColumnDef, AttributeDescriptorRemote attributeDescr) -
Uses of DBColumn in de.hybris.platform.persistence.type.update.strategy.common
Methods in de.hybris.platform.persistence.type.update.strategy.common with parameters of type DBColumnModifier and TypeMethodDescriptionbooleanSameColumnChangeStrategy.doChangeColumn(String targetDefinition, DBColumn originalMetaData, AttributeDescriptorRemote attributeDescr) -
Uses of DBColumn in de.hybris.platform.persistence.type.update.strategy.oracle
Methods in de.hybris.platform.persistence.type.update.strategy.oracle with parameters of type DBColumnModifier and TypeMethodDescriptionbooleanRawToBlobChangeStrategy.doChangeColumn(String targetDefinition, DBColumn originalMetaData, AttributeDescriptorRemote attributeDescr) protected StringRawToBlobChangeStrategy.getOriginalColumnName(DBColumn originalMetaData) protected StringRawToBlobChangeStrategy.getTableName(DBColumn originalMetaData, String catalog) protected booleanRawToBlobChangeStrategy.isOracleRawToBlob(String targetDefinition, DBColumn originalMetaData) -
Uses of DBColumn in de.hybris.platform.util.jdbc
Methods in de.hybris.platform.util.jdbc that return DBColumnModifier and TypeMethodDescriptionDBTable.addColumn(YAttributeDeployment aDepl, String qualifier, String columnName, String sqlDef, boolean isPK, boolean adjustName) Methods in de.hybris.platform.util.jdbc that return types with arguments of type DBColumnModifier and TypeMethodDescriptionDBTable.getChangedColumns()DBTable.getColumns()DBTableIndex.getColumns()Methods in de.hybris.platform.util.jdbc with parameters of type DBColumnModifier and TypeMethodDescriptionvoidDBTableIndex.addIndexedColumn(DBColumn col, int position, boolean lower) protected de.hybris.platform.util.jdbc.DBTableIndex.IndexedColumnDBTableIndex.getIndexedColumn(DBColumn col) booleanvoidDBTableIndex.removeIndexedColumn(DBColumn col) voidvoidDBTableIndex.setPosition(DBColumn col, int position) -
Uses of DBColumn in de.hybris.platform.util.typesystem
Methods in de.hybris.platform.util.typesystem that return DBColumnModifier and TypeMethodDescriptionYTypeSystemSchemaMapping.getColumn(YAttributeDescriptor ad) Retrieves the mapped column for a given attribute.YTypeSystemSchemaMapping.getColumn(YDeployment deployment, YAttributeDeployment ad) Retrieves the mapped column for a given attribute deployment within a item deployment.Methods in de.hybris.platform.util.typesystem that return types with arguments of type DBColumnModifier and TypeMethodDescriptionYTypeSystemSchemaMapping.getColumns(YDeployment depl) Returns all mapped attributes for a given item deployment.Methods in de.hybris.platform.util.typesystem with parameters of type DBColumnModifier and TypeMethodDescriptionprotected voidYTypeSystemSchemaMapping.assertSchema(DBColumn col) voidYTypeSystemSchemaMapping.assignColumn(YDeployment deployment, YAttributeDeployment ad, DBColumn column) Assigns a attribute deployment to a certain column.