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 classDialect.SizeStrategyImplMethods in org.hibernate.dialect that return Dialect.SizeStrategy Modifier and Type Method Description Dialect.SizeStrategyDialect. getSizeStrategy()A customDialect.SizeStrategyfor column types.Dialect.SizeStrategyDialectDelegateWrapper. getSizeStrategy()Dialect.SizeStrategyMySQLDialect. getSizeStrategy()Dialect.SizeStrategySQLServerDialect. getSizeStrategy()Dialect.SizeStrategySybaseASEDialect. getSizeStrategy()
-