Module storm

Interface Repository

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

    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.