- All Known Subinterfaces:
EntityRepository<E,,ID> ProjectionRepository<P,ID>
public interface Repository
Base interface for all Storm repositories, providing access to the underlying
ORMTemplate.
Both EntityRepository and ProjectionRepository extend this interface. Custom repository
interfaces should extend one of those specialized interfaces rather than this one directly.
- See Also:
-
Method Summary
-
Method Details
-
orm
ORMTemplate orm()Provides access to the underlying ORM template.- Returns:
- the ORM template.
-