Uses of Interface
st.orm.template.ORMTemplate
Packages that use ORMTemplate
-
Uses of ORMTemplate in st.orm
Methods in st.orm that return ORMTemplateModifier and TypeMethodDescriptionstatic ORMTemplateTemplates.ORM(jakarta.persistence.EntityManager entityManager) Returns anORMTemplatefor use with JPA.static ORMTemplateTemplates.ORM(Connection connection) Returns anORMTemplatefor use with JDBC.static ORMTemplateTemplates.ORM(DataSource dataSource) Returns anORMTemplatefor use with JDBC. -
Uses of ORMTemplate in st.orm.repository
Methods in st.orm.repository that return ORMTemplateModifier and TypeMethodDescriptionRepository.orm()Provides access to the underlying ORM template. -
Uses of ORMTemplate in st.orm.spi
Fields in st.orm.spi declared as ORMTemplateModifier and TypeFieldDescriptionprotected final ORMTemplateBaseRepositoryImpl.ormTemplateprotected final ORMTemplateBaseRepositoryImpl.ormTemplateMethods in st.orm.spi with parameters of type ORMTemplateModifier and TypeMethodDescription<ID,E extends Record & Entity<ID>>
EntityRepository<E, ID> DefaultEntityRepositoryProviderImpl.getEntityRepository(ORMTemplate ormTemplate, Model<E, ID> model) <ID,E extends Record & Entity<ID>>
EntityRepository<E, ID> EntityRepositoryProvider.getEntityRepository(ORMTemplate ormTemplate, Model<E, ID> model) static <ID,E extends Record & Entity<ID>>
EntityRepository<E, ID> Providers.getEntityRepository(ORMTemplate ormTemplate, Model<E, ID> model, Predicate<? super EntityRepositoryProvider> filter) <ID,P extends Record & Projection<ID>>
ProjectionRepository<P, ID> DefaultProjectionRepositoryProviderImpl.getProjectionRepository(ORMTemplate ormTemplate, Model<P, ID> model) <ID,P extends Record & Projection<ID>>
ProjectionRepository<P, ID> ProjectionRepositoryProvider.getProjectionRepository(ORMTemplate ormTemplate, Model<P, ID> model) static <ID,P extends Record & Projection<ID>>
ProjectionRepository<P, ID> Providers.getProjectionRepository(ORMTemplate ormTemplate, Model<P, ID> model, Predicate<? super ProjectionRepositoryProvider> filter) Constructors in st.orm.spi with parameters of type ORMTemplateModifierConstructorDescriptionEntityRepositoryImpl(ORMTemplate ormTemplate, Model<E, ID> model) ProjectionRepositoryImpl(ORMTemplate ormTemplate, Model<P, ID> model) -
Uses of ORMTemplate in st.orm.template
Methods in st.orm.template that return ORMTemplateModifier and TypeMethodDescriptionstatic ORMTemplatePreparedStatementTemplate.ORM(Connection connection) Creates a new ORM template for the given connection.static ORMTemplatePreparedStatementTemplate.ORM(DataSource dataSource) Creates a new ORM template for the given data source.JpaTemplate.toORM()Returns an ORM template for this JPA template.PreparedStatementTemplate.toORM()Returns an ORM template that is backed by this prepared statement template. -
Uses of ORMTemplate in st.orm.template.impl
Classes in st.orm.template.impl that implement ORMTemplateMethods in st.orm.template.impl that return ORMTemplate