- All Known Implementing Classes:
DefaultEntityRepositoryProviderImpl
Provides pluggable entity repository logic.
-
Nested Class Summary
Nested classes/interfaces inherited from interface st.orm.spi.Orderable
Orderable.After, Orderable.AfterAny, Orderable.Before, Orderable.BeforeAny -
Method Summary
Modifier and TypeMethodDescription<ID,E extends Record & Entity<ID>>
EntityRepository<E, ID> getEntityRepository(ORMTemplate ormTemplate, Model<E, ID> model)
-
Method Details
-
getEntityRepository
<ID,E extends Record & Entity<ID>> EntityRepository<E,ID> getEntityRepository(@Nonnull ORMTemplate ormTemplate, @Nonnull Model<E, ID> model)
-