Static Public Member Functions | |
| static int | delete_by_ID (Session session, int id) |
| static List | get_all (Session session) |
| static Object[] | get_all (Session session, int firstResult, int maxResults) |
| static TP | get_by_ID (Session session, int id) |
| static TP | get_by_Name (Session session, String name) |
| static Object[] | get_by_Wildcarded_Name (Session session, String name, int firstResult, int maxResults) |
| static void | insert (Session session, TP tp) |
| static void | update (Session session, TP tp) |
Static Private Attributes | |
| static Logger | logger = Logger.getLogger(TP_DAO.class) |
| static int de.fhg.fokus.hss.db.op.TP_DAO.delete_by_ID | ( | Session | session, | |
| int | id | |||
| ) | [static] |
| static List de.fhg.fokus.hss.db.op.TP_DAO.get_all | ( | Session | session | ) | [static] |
| static Object [] de.fhg.fokus.hss.db.op.TP_DAO.get_all | ( | Session | session, | |
| int | firstResult, | |||
| int | maxResults | |||
| ) | [static] |
| static TP de.fhg.fokus.hss.db.op.TP_DAO.get_by_ID | ( | Session | session, | |
| int | id | |||
| ) | [static] |
| static TP de.fhg.fokus.hss.db.op.TP_DAO.get_by_Name | ( | Session | session, | |
| String | name | |||
| ) | [static] |
| static Object [] de.fhg.fokus.hss.db.op.TP_DAO.get_by_Wildcarded_Name | ( | Session | session, | |
| String | name, | |||
| int | firstResult, | |||
| int | maxResults | |||
| ) | [static] |
| static void de.fhg.fokus.hss.db.op.TP_DAO.insert | ( | Session | session, | |
| TP | tp | |||
| ) | [static] |
| static void de.fhg.fokus.hss.db.op.TP_DAO.update | ( | Session | session, | |
| TP | tp | |||
| ) | [static] |
Logger de.fhg.fokus.hss.db.op.TP_DAO.logger = Logger.getLogger(TP_DAO.class) [static, private] |
1.5.2