Module storm.java

Interface Repository

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

    Modifier and Type
    Method
    Description
    orm()
    Provides access to the underlying ORM template.
  • Method Details

    • orm

      Provides access to the underlying ORM template.
      Returns:
      the ORM template.