|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.mystique.infrastructure.persistence.JpaRepository<T,ID>
public abstract class JpaRepository<T,ID>
| Field Summary | |
|---|---|
protected javax.persistence.EntityManager |
entityManager
|
| Constructor Summary | |
|---|---|
JpaRepository()
|
|
| Method Summary | |
|---|---|
void |
remove(T entity)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sourceforge.mystique.domain.repository.SimpleRepository |
|---|
findById, store |
| Field Detail |
|---|
protected javax.persistence.EntityManager entityManager
| Constructor Detail |
|---|
public JpaRepository()
| Method Detail |
|---|
@Transactional
public void remove(T entity)
throws RepositoryException
remove in interface SimpleRepository<T,ID>RepositoryException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||