|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersistException | |
---|---|
com.mymed.controller.core.manager.reputation.db.table.facade |
Uses of PersistException in com.mymed.controller.core.manager.reputation.db.table.facade |
---|
Methods in com.mymed.controller.core.manager.reputation.db.table.facade that throw PersistException | |
---|---|
void |
ApplicationReputationFacade.persist(ApplicationReputation r)
|
void |
OutcomeFacade.persist(Outcome o)
|
void |
UserReputationFacade.persist(UserReputation u)
|
void |
VerdictFacade.persist(Verdict tc)
this methods persists the object given in input in the database (it could do an INSERT statement or an UPDATE statement depending on the fact that the object given in input has a new id or not). |
void |
VerdictAggregationFacade.persist(VerdictAggregation va)
this methods persists the object given in input in the database (he could do an INSERT statement or an UPDATE statement depending on the fact that the object given in input has a new id or not). |
void |
DbTableAdapter.persistVerdict(Verdict tc)
|
void |
DbTableAdapter.persistVerdictAggregation(VerdictAggregation tc)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |