Uses of Interface
org.hibernate.dialect.Dialect.SizeStrategy
-
Packages that use Dialect.SizeStrategy Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate. -
-
Uses of Dialect.SizeStrategy in org.hibernate.dialect
Classes in org.hibernate.dialect that implement Dialect.SizeStrategy Modifier and Type Class Description class
Dialect.SizeStrategyImpl
Methods in org.hibernate.dialect that return Dialect.SizeStrategy Modifier and Type Method Description Dialect.SizeStrategy
Dialect. getSizeStrategy()
A customDialect.SizeStrategy
for column types.Dialect.SizeStrategy
DialectDelegateWrapper. getSizeStrategy()
Dialect.SizeStrategy
MySQLDialect. getSizeStrategy()
Dialect.SizeStrategy
SQLServerDialect. getSizeStrategy()
Dialect.SizeStrategy
SybaseASEDialect. getSizeStrategy()
-