Uses of Interface
st.orm.template.SqlTemplate
Packages that use SqlTemplate
-
Uses of SqlTemplate in st.orm.template
Fields in st.orm.template declared as SqlTemplateModifier and TypeFieldDescriptionstatic final SqlTemplateSqlTemplate.JPAThe default SQL template that is optimized for JPA.static final SqlTemplateSqlTemplate.PSThe default SQL template that is optimized for prepared statements.Methods in st.orm.template that return SqlTemplateModifier and TypeMethodDescriptionSqlTemplate.withColumnNameResolver(ColumnNameResolver resolver) Returns a new SQL template with the specified column name resolver.SqlTemplate.withDialect(SqlDialect dialect) Returns a new SQL template with the specified SQL dialect.SqlTemplate.withForeignKeyResolver(ForeignKeyResolver resolver) Returns a new SQL template with the specified foreign key resolver.SqlTemplate.withSupportRecords(boolean supportRecords) Returns a new SQL template with support for records enabled or disabled.SqlTemplate.withTableAliasResolver(TableAliasResolver resolver) Returns a new SQL template with the specified table alias resolver.SqlTemplate.withTableNameResolver(TableNameResolver resolver) Returns a new SQL template with the specified table name resolver. -
Uses of SqlTemplate in st.orm.template.impl
Classes in st.orm.template.impl that implement SqlTemplateModifier and TypeClassDescriptionfinal classThe sql template implementation that is responsible for generating SQL queries.Methods in st.orm.template.impl that return SqlTemplateModifier and TypeMethodDescriptionSqlTemplateImpl.withDialect(SqlDialect dialect) Returns a new SQL template with the specified SQL dialect.