Package io.micronaut.data.jpa.repository
JPA-specific repository interfaces.
- Since:
- 1.0.0
- Author:
- graemerocher
-
Interface Summary Interface Description JpaRepository<E,ID> Simple composed repository interface that includesCrudRepository
andPageableRepository
.JpaSpecificationExecutor<T> Interface to allow execution ofSpecification
s based on the JPA criteria API.