Uses of Interface
st.orm.template.PreparedStatementTemplate
Packages that use PreparedStatementTemplate
-
Uses of PreparedStatementTemplate in st.orm.template
Methods in st.orm.template that return PreparedStatementTemplateModifier and TypeMethodDescriptionstatic PreparedStatementTemplatePreparedStatementTemplate.of(Connection connection) Creates a new prepared statement template for the given connection.static PreparedStatementTemplatePreparedStatementTemplate.of(DataSource dataSource) Creates a new prepared statement template for the given data source.PreparedStatementTemplate.withColumnNameResolver(ColumnNameResolver columnNameResolver) Returns a new prepared statement template with the specified column name resolver.PreparedStatementTemplate.withForeignKeyResolver(ForeignKeyResolver foreignKeyResolver) Returns a new prepared statement template with the specified foreign key resolver.PreparedStatementTemplate.withProviderFilter(Predicate<Provider> providerFilter) Returns a new prepared statement template with the specified provider filter.PreparedStatementTemplate.withTableAliasResolver(TableAliasResolver tableAliasResolver) Returns a new prepared statement template with the specified table alias resolver.PreparedStatementTemplate.withTableNameResolver(TableNameResolver tableNameResolver) Returns a new prepared statement template with the specified table name resolver. -
Uses of PreparedStatementTemplate in st.orm.template.impl
Classes in st.orm.template.impl that implement PreparedStatementTemplateMethods in st.orm.template.impl that return PreparedStatementTemplateModifier and TypeMethodDescriptionPreparedStatementTemplateImpl.withTableAliasResolver(TableAliasResolver tableAliasResolver) Returns a new prepared statement template with the specified table alias resolver.