Interface EventJPARepository
-
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<EventEntity,Long>,org.springframework.data.jpa.repository.JpaSpecificationExecutor<EventEntity>,org.springframework.data.repository.Repository<EventEntity,Long>
@Repository public interface EventJPARepository extends org.springframework.data.repository.CrudRepository<EventEntity,Long>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<EventEntity>