Interface TicketRepository

All Superinterfaces:
org.springframework.data.repository.CrudRepository<TicketEntity,Long>, org.springframework.data.jpa.repository.JpaRepository<TicketEntity,Long>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<TicketEntity>, org.springframework.data.repository.ListCrudRepository<TicketEntity,Long>, org.springframework.data.repository.ListPagingAndSortingRepository<TicketEntity,Long>, org.springframework.data.repository.PagingAndSortingRepository<TicketEntity,Long>, org.springframework.data.repository.query.QueryByExampleExecutor<TicketEntity>, org.springframework.data.repository.Repository<TicketEntity,Long>

public interface TicketRepository extends org.springframework.data.jpa.repository.JpaRepository<TicketEntity,Long>, org.springframework.data.jpa.repository.JpaSpecificationExecutor<TicketEntity>