Package org.hibernate.dialect
Class Dialect.SizeStrategyImpl
java.lang.Object
org.hibernate.dialect.Dialect.SizeStrategyImpl
- All Implemented Interfaces:
Dialect.SizeStrategy
- Enclosing class:
- Dialect
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
SizeStrategyImpl
public SizeStrategyImpl()
-
-
Method Details
-
resolveSize
public Size resolveSize(JdbcType jdbcType, JavaType<?> javaType, Integer precision, Integer scale, Long length) Description copied from interface:Dialect.SizeStrategy
- Specified by:
resolveSize
in interfaceDialect.SizeStrategy
- Returns:
- a non-null
Size
-