|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.unibas.esempihibernate.es11bidir.DAOStudente
public class DAOStudente
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 |
---|
public DAOStudente()
Method Detail |
---|
public static Studente findByMatricola(int matricola) throws DAOException
DAOException
public static void makePersistent(Studente studente) throws DAOException
DAOException
public static void makeTransient(Studente studente) throws DAOException
DAOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |