Uses of Interface
org.chorem.callao.entity.Journal

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 TransactionAbstract.getJournal()
           
 Journal Transaction.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 TransactionAbstract.setJournal(Journal value)
           
 void Transaction.setJournal(Journal journal)
           
 



Copyright © 2008-2009 CodeLutin. All Rights Reserved.