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 Entity<ID>,ID> Provides a generic interface with CRUD operations for entities.interfaceProjectionRepository<P extends 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.