Uses of Interface
st.orm.template.JpaTemplate
Packages that use JpaTemplate
-
Uses of JpaTemplate in st.orm.template
Methods in st.orm.template that return JpaTemplateModifier and TypeMethodDescriptionstatic JpaTemplateJpaTemplate.of(jakarta.persistence.EntityManager entityManager) Creates a new JPA template for the given entity manager.JpaTemplate.withColumnNameResolver(ColumnNameResolver columnNameResolver) Returns a new JPA template with the specified column name resolver.JpaTemplate.withForeignKeyResolver(ForeignKeyResolver foreignKeyResolver) Returns a new JPA template with the specified foreign key resolver.JpaTemplate.withProviderFilter(Predicate<Provider> providerFilter) Returns a new JPA template with the specified provider filter.JpaTemplate.withTableAliasResolver(TableAliasResolver tableAliasResolver) Returns a new JPA template with the specified table alias resolver.JpaTemplate.withTableNameResolver(TableNameResolver tableNameResolver) Returns a new JPA template with the specified table name resolver. -
Uses of JpaTemplate in st.orm.template.impl
Classes in st.orm.template.impl that implement JpaTemplateMethods in st.orm.template.impl that return JpaTemplateModifier and TypeMethodDescriptionJpaTemplateImpl.withColumnNameResolver(ColumnNameResolver columnNameResolver) Returns a new jpa statement template with the specified column name resolver.JpaTemplateImpl.withForeignKeyResolver(ForeignKeyResolver foreignKeyResolver) Returns a new jpa statement template with the specified foreign key resolver.JpaTemplateImpl.withProviderFilter(Predicate<Provider> providerFilter) Returns a new jpa statement template with the specified provider filter.JpaTemplateImpl.withTableAliasResolver(TableAliasResolver tableAliasResolver) Returns a new JPA template with the specified table alias resolver.JpaTemplateImpl.withTableNameResolver(TableNameResolver tableNameResolver) Returns a new JPA template with the specified table name resolver.