T
- ID
- public interface UESJPAEntityRepository<T,ID extends java.io.Serializable> extends UESEntityRepository<T,ID>, org.springframework.data.jpa.repository.JpaRepository<T,ID>
The common UES Repository parent for all DAOs that use the JPA for its realization.
It is based on Spring Data JPA