public class ServerNoteFactory extends HibernateFactory
| Modifier and Type | Method and Description | 
|---|---|
| static void | delete(Note note)Deletes a note | 
| protected org.apache.log4j.Logger | getLogger()Get the Logger for the derived class so log messages show up on the
 correct class | 
| static void | save(Note noteIn)Insert or Update a Note. | 
addConfigurator, blobToByteArray, byteArrayToBlob, closeSession, closeSessionFactory, commitTransaction, createSessionFactory, createSessionFactory, executeCallableMode, executeSelectMode, getBlobContents, getByteArrayContents, getObject, getSession, initialize, inTransaction, isClosed, isInitialized, listObjectsByNamedQuery, listObjectsByNamedQuery, listObjectsByNamedQuery, lockObject, lookupObjectByNamedQuery, lookupObjectByNamedQuery, reload, removeObject, rollbackTransaction, saveObject, saveObject, stringToByteArrayprotected org.apache.log4j.Logger getLogger()
getLogger in class HibernateFactorypublic static void save(Note noteIn)
noteIn - Note to be stored in database.public static void delete(Note note)
note - The note to delete