Uses of Interface
st.orm.repository.Repository
Packages that use Repository
-
Uses of Repository in st.orm.repository
Subinterfaces of Repository in st.orm.repositoryModifier and TypeInterfaceDescriptioninterfaceEntityRepository<E extends Record & Entity<ID>,ID> Provides a generic interface with CRUD operations for entities.interfaceProjectionRepository<P extends Record & Projection<ID>,ID> Provides a generic interface with read operations for projections.Methods in st.orm.repository with type parameters of type RepositoryModifier and TypeMethodDescription<R extends Repository>
RRepositoryLookup.repository(Class<R> type) Returns a proxy for the repository of the given type. -
Uses of Repository in st.orm.spi
Classes in st.orm.spi that implement RepositoryModifier and TypeClassDescriptionclassEntityRepositoryImpl<E extends Record & Entity<ID>,ID> Default implementation ofEntityRepository.final classProjectionRepositoryImpl<P extends Record & Projection<ID>,ID> Default implementation ofProjectionRepository. -
Uses of Repository in st.orm.template.impl
Methods in st.orm.template.impl with type parameters of type RepositoryModifier and TypeMethodDescription<R extends Repository>
RORMTemplateImpl.repository(Class<R> type) Returns a proxy for the repository of the given type.