Uses of Class
org.hibernate.dialect.Replacer
-
Packages that use Replacer Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate. -
-
Uses of Replacer in org.hibernate.dialect
Methods in org.hibernate.dialect that return Replacer Modifier and Type Method Description static ReplacerMySQLDialect. datetimeFormat(String format)static ReplacerOracleDialect. datetimeFormat(String format, boolean useFm, boolean resetFm)ReplacerPostgreSQLDialect. datetimeFormat(String format)static ReplacerSpannerDialect. datetimeFormat(String format)static ReplacerSQLServerDialect. datetimeFormat(String format)ReplacerReplacer. replace(String placeholder, String replacement)
-