Uses of Interface
se.vgregion.dao.domain.patterns.repository.db.jpa.JpaRepository

Uses of JpaRepository in se.vgregion.dao.domain.patterns.repository.db.jpa
 

Classes in se.vgregion.dao.domain.patterns.repository.db.jpa that implement JpaRepository
 class AbstractJpaRepository<T extends Entity<T,ID>,ID extends Serializable,PK extends Serializable>
          An abstract default implementation of a DatabaseRepository.
 class DefaultJpaRepository<T extends Entity<T,Long>>
          A convenient implementation of JpaRepository where Entity ID and database primary key(PK) are equal and of type Long.
 



Copyright © 2010. All Rights Reserved.