Package de.hybris.bootstrap.ddl.sql
Interface ColumnNativeTypeDecorator
- All Known Implementing Classes:
HanaBlobColumnNativeTypeDecorator
public interface ColumnNativeTypeDecorator
This is extension point which allows to decorate or change native sql type for given column.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanMethod invoked to check whether this implementation can be used or not.Method invoked to decorate/change sql type for given column
-
Method Details
-
canBeUsed
Method invoked to check whether this implementation can be used or not.- Parameters:
column- columnnativeType- current native type- Returns:
- returns true if this implementation can be used
-
decorate
Method invoked to decorate/change sql type for given column- Parameters:
column- columnnativeType- current native type- Returns:
- returns new native type
-