Package io.micronaut.data.jpa.repository
package io.micronaut.data.jpa.repository
JPA-specific repository interfaces.
- Since:
- 1.0.0
- Author:
- graemerocher
- 
InterfacesClassDescriptionJpaRepository<E,ID> Simple composed repository interface that includesCrudRepositoryandPageableRepository.Interface to allow execution ofSpecifications based on the JPA criteria API.