- All Known Subinterfaces:
EntityRepository<E,,ID> ProjectionRepository<P,ID>
- All Known Implementing Classes:
EntityRepositoryImpl,ProjectionRepositoryImpl
public interface Repository
Base interface for all repositories.
-
Method Summary
-
Method Details
-
orm
ORMTemplate orm()Provides access to the underlying ORM template.- Returns:
- the ORM template.
-