Package org.hibernate.dialect
Class Dialect.SizeStrategyImpl
- java.lang.Object
-
- org.hibernate.dialect.Dialect.SizeStrategyImpl
-
- All Implemented Interfaces:
Dialect.SizeStrategy
- Enclosing class:
- Dialect
public class Dialect.SizeStrategyImpl extends Object implements Dialect.SizeStrategy
-
-
Constructor Summary
Constructors Constructor Description SizeStrategyImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Size
resolveSize(JdbcType jdbcType, JavaType<?> javaType, Integer precision, Integer scale, Long length)
-
-
-
Method Detail
-
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
-
-