|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.unibas.acim2pincohibernate.persistenza.DAOAutomobile
public class DAOAutomobile
Constructor Summary | |
---|---|
DAOAutomobile()
|
Method Summary | |
---|---|
static Automobile |
findByTarga(java.lang.String targa)
|
static void |
makePersistent(Automobile automobile)
|
static void |
makeTransient(Automobile automobile)
|
static void |
scambiaTarghe(Automobile automobile1,
Automobile automobile2)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DAOAutomobile()
Method Detail |
---|
public static Automobile findByTarga(java.lang.String targa) throws DAOException
DAOException
public static void makePersistent(Automobile automobile) throws DAOException
DAOException
public static void makeTransient(Automobile automobile) throws DAOException
DAOException
public static void scambiaTarghe(Automobile automobile1, Automobile automobile2) throws DAOException
DAOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |