Uses of Class
net.sf.persism.PersismException
Packages that use PersismException
-
Uses of PersismException in net.sf.persism
Methods in net.sf.persism that throw PersismExceptionModifier 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.Constructors in net.sf.persism that throw PersismExceptionModifierConstructorDescriptionSession
(Connection connection) Session
(Connection connection, String sessionKey) Constructor for Session where you want to specify the Session Key.