Uses of Class
net.sf.persism.PersismException
-
Uses of PersismException in net.sf.persism
Modifier and TypeMethodDescription<T> Result<T>
Session.delete
(T object) Deletes the data object from the database.boolean
Fetch an object from the database by it's primary key(s).<T> Result<T>
Session.insert
(T object) Inserts the data object in the database refreshing with autoinc and other defaults that may exist.void
Persistable.saveReadState()
Saves the current state of the data object to later detect changes for SQL UPDATE statements.final void
PersistableObject.saveReadState()
<T> Result<T>
Session.update
(T object) Updates the data object in the database.ModifierConstructorDescriptionSession
(Connection connection) Session
(Connection connection, String sessionKey) Constructor for Session where you want to specify the Session Key.