Package se.vgregion.dao.domain.patterns.repository.db.jpa

Package for jpa repositories.

See:
          Description

Interface Summary
JpaRepository<T extends Entity<T,ID>,ID extends Serializable,PK extends Serializable> An extended repository interface specific for JPA
 

Class Summary
AbstractJpaRepository<T extends Entity<T,ID>,ID extends Serializable,PK extends Serializable> An abstract default implementation of a DatabaseRepository.
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.
 

Package se.vgregion.dao.domain.patterns.repository.db.jpa Description

Package for jpa repositories.



Copyright © 2010. All Rights Reserved.