|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Journal in org.chorem.callao.entity |
|---|
| Classes in org.chorem.callao.entity with type parameters of type Journal | |
|---|---|
class |
JournalDAOAbstract<E extends Journal>
Implantation DAO pour l'entité Journal. |
class |
JournalDAOImpl<E extends Journal>
Implantation du DAO pour l'entité Journal. |
| Classes in org.chorem.callao.entity that implement Journal | |
|---|---|
class |
JournalAbstract
Implantation POJO pour l'entité Journal. |
class |
JournalImpl
Implantation des operations pour l'entité Journal. |
| Fields in org.chorem.callao.entity declared as Journal | |
|---|---|
Journal |
TransactionAbstract.journal
|
| Methods in org.chorem.callao.entity that return Journal | |
|---|---|
Journal |
Transaction.getJournal()
|
Journal |
TransactionAbstract.getJournal()
|
| Methods in org.chorem.callao.entity with parameters of type Journal | |
|---|---|
java.util.List<E> |
TransactionDAOAbstract.findAllByJournal(Journal v)
Retourne les éléments ayant comme valeur pour l'attribut journal le paramètre |
E |
TransactionDAOAbstract.findByJournal(Journal v)
Retourne le premier élément trouvé ayant comme valeur pour l'attribut journal le paramètre |
void |
Transaction.setJournal(Journal journal)
|
void |
TransactionAbstract.setJournal(Journal value)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||