Uses of Interface
org.hibernate.dialect.Dialect.SizeStrategy
Packages that use Dialect.SizeStrategy
Package
Description
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.SizeStrategyMethods in org.hibernate.dialect that return Dialect.SizeStrategyModifier and TypeMethodDescriptionDialect.getSizeStrategy()
A customDialect.SizeStrategy
for column types.DialectDelegateWrapper.getSizeStrategy()
MySQLDialect.getSizeStrategy()
SQLServerDialect.getSizeStrategy()
SybaseASEDialect.getSizeStrategy()