Uses of Class
org.hibernate.engine.jdbc.Size
-
Packages that use Size Package Description org.hibernate.dialect org.hibernate.engine.jdbc Support for various aspects of JDBC interactionorg.hibernate.mapping org.hibernate.type org.hibernate.type.descriptor.sql org.hibernate.type.descriptor.sql.spi -
-
Uses of Size in org.hibernate.dialect
Methods in org.hibernate.dialect that return Size Modifier and Type Method Description Size
Dialect.SizeStrategy. resolveSize(JdbcType jdbcType, JavaType<?> javaType, Integer precision, Integer scale, Long length)
Size
Dialect.SizeStrategyImpl. resolveSize(JdbcType jdbcType, JavaType<?> javaType, Integer precision, Integer scale, Long length)
-
Uses of Size in org.hibernate.engine.jdbc
Methods in org.hibernate.engine.jdbc that return Size Modifier and Type Method Description static Size
Size. length(long length)
static Size
Size. length(long length, Size.LobMultiplier lobMultiplier)
static Size
Size. nil()
static Size
Size. precision(int precision)
static Size
Size. precision(int precision, int scale)
Size
Size. setLength(Long length)
Size
Size. setLobMultiplier(Size.LobMultiplier lobMultiplier)
Size
Size. setPrecision(Integer precision)
Size
Size. setScale(Integer scale)
Methods in org.hibernate.engine.jdbc with parameters of type Size Modifier and Type Method Description void
Size. initialize(Size size)
-
Uses of Size in org.hibernate.mapping
Methods in org.hibernate.mapping that return Size Modifier and Type Method Description Size
Column. getColumnSize(Dialect dialect, Mapping mapping)
-
Uses of Size in org.hibernate.type
Fields in org.hibernate.type declared as Size Modifier and Type Field Description protected static Size
AbstractType. LEGACY_DEFAULT_SIZE
protected static Size
AbstractType. LEGACY_DICTATED_SIZE
Methods in org.hibernate.type that return Size Modifier and Type Method Description protected Size
SerializableToBlobType. getDictatedSize()
-
Uses of Size in org.hibernate.type.descriptor.sql
Methods in org.hibernate.type.descriptor.sql with parameters of type Size Modifier and Type Method Description default String
DdlType. getTypeName(Size size)
-
Uses of Size in org.hibernate.type.descriptor.sql.spi
Methods in org.hibernate.type.descriptor.sql.spi with parameters of type Size Modifier and Type Method Description String
DdlTypeRegistry. getTypeName(int typeCode, Size size)
-