it.unibas.esempihibernate.es11bidir
Class DAOStudente

java.lang.Object
  extended by it.unibas.esempihibernate.es11bidir.DAOStudente

public class DAOStudente
extends java.lang.Object


Constructor Summary
DAOStudente()
           
 
Method Summary
static Studente findByMatricola(int matricola)
           
static void makePersistent(Studente studente)
           
static void makeTransient(Studente studente)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DAOStudente

public DAOStudente()
Method Detail

findByMatricola

public static Studente findByMatricola(int matricola)
                                throws DAOException
Throws:
DAOException

makePersistent

public static void makePersistent(Studente studente)
                           throws DAOException
Throws:
DAOException

makeTransient

public static void makeTransient(Studente studente)
                          throws DAOException
Throws:
DAOException