public class Persister extends HibernateEngine
DB_DELETE, DB_INSERT, DB_UPDATE| Modifier and Type | Method and Description | 
|---|---|
| static boolean | delete(java.lang.Object o) | 
| static boolean | delete(java.lang.Object o,
      boolean commit) | 
| static Persister | getInstance()returns the current Persister instance | 
| static boolean | insert(java.lang.Object o) | 
| static boolean | insert(java.lang.Object o,
      boolean commit) | 
| static boolean | update(java.lang.Object o) | 
| static boolean | update(java.lang.Object o,
      boolean commit) | 
beginTransaction, closeFactory, commit, createQuery, exec, exec, exec, execJoinQuery, execQuery, execSQLQuery, execUpdate, execUpdate, get, get, getByCriteria, getByCriteria, getObjectsForClass, getObjectsForClassWhere, getOrBeginTransaction, isAvailable, isPersisting, load, load, rollback, selectScalar, setPersistingpublic static Persister getInstance()
public static boolean insert(java.lang.Object o)
public static boolean update(java.lang.Object o)
public static boolean delete(java.lang.Object o)
public static boolean insert(java.lang.Object o,
                             boolean commit)
public static boolean update(java.lang.Object o,
                             boolean commit)
public static boolean delete(java.lang.Object o,
                             boolean commit)
Copyright © 2004-2014 The YAWL Foundation.