Uses of Interface
st.orm.template.TableAliasResolver
Packages that use TableAliasResolver
-
Uses of TableAliasResolver in st.orm.template
Fields in st.orm.template declared as TableAliasResolverModifier and TypeFieldDescriptionstatic final TableAliasResolverTableAliasResolver.DEFAULTThe default table alias resolver.Methods in st.orm.template that return TableAliasResolverModifier and TypeMethodDescriptionstatic TableAliasResolverTableAliasResolver.camelCaseAbbreviation()Resolves the alias for a table using camel case abbreviation.SqlTemplate.tableAliasResolver()Returns the table alias resolver that is used by this template.Methods in st.orm.template with parameters of type TableAliasResolverModifier and TypeMethodDescriptionJpaTemplate.withTableAliasResolver(TableAliasResolver tableAliasResolver) Returns a new JPA template with the specified table alias resolver.PreparedStatementTemplate.withTableAliasResolver(TableAliasResolver tableAliasResolver) Returns a new prepared statement template with the specified table alias resolver.SqlTemplate.withTableAliasResolver(TableAliasResolver resolver) Returns a new SQL template with the specified table alias resolver. -
Uses of TableAliasResolver in st.orm.template.impl
Methods in st.orm.template.impl that return TableAliasResolverModifier and TypeMethodDescriptionSqlTemplateImpl.tableAliasResolver()Returns the table alias resolver that is used by this template.Methods in st.orm.template.impl with parameters of type TableAliasResolverModifier and TypeMethodDescriptionJpaTemplateImpl.withTableAliasResolver(TableAliasResolver tableAliasResolver) Returns a new JPA template with the specified table alias resolver.PreparedStatementTemplateImpl.withTableAliasResolver(TableAliasResolver tableAliasResolver) Returns a new prepared statement template with the specified table alias resolver.SqlTemplateImpl.withTableAliasResolver(TableAliasResolver tableAliasResolver) Returns a new SQL template with the specified table alias resolver.Constructors in st.orm.template.impl with parameters of type TableAliasResolverModifierConstructorDescriptionSqlTemplateImpl(boolean positionalOnly, boolean expandCollection, boolean supportRecords, ModelBuilder modelBuilder, TableAliasResolver tableAliasResolver, SqlDialect dialect)