@Repository public interface IInvitationGroupRepository extends org.springframework.data.jpa.repository.JpaRepository<InvitationGroupEntity,Long>
Modifier and Type | Method and Description |
---|---|
List<InvitationGroupEntity> |
findByCreatedByUser(String createdBy) |
deleteAllInBatch, deleteInBatch, findAll, findAll, findAll, flush, getOne, save, saveAndFlush
List<InvitationGroupEntity> findByCreatedByUser(String createdBy)
Copyright © 2015 Powered by Sergey. All rights reserved.