Uses of Class
st.orm.template.impl.SqlTemplateImpl
Packages that use SqlTemplateImpl
-
Uses of SqlTemplateImpl in st.orm.template.impl
Methods in st.orm.template.impl that return SqlTemplateImplModifier and TypeMethodDescriptionSqlTemplateImpl.withColumnNameResolver(ColumnNameResolver columnNameResolver) Returns a new SQL template with the specified column name resolver.SqlTemplateImpl.withForeignKeyResolver(ForeignKeyResolver foreignKeyResolver) Returns a new SQL template with the specified foreign key resolver.SqlTemplateImpl.withSupportRecords(boolean supportRecords) Returns a new SQL template with support for records enabled or disabled.SqlTemplateImpl.withTableAliasResolver(TableAliasResolver tableAliasResolver) Returns a new SQL template with the specified table alias resolver.SqlTemplateImpl.withTableNameResolver(TableNameResolver tableNameResolver) Returns a new SQL template with the specified table name resolver.