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.booleanFetch 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.voidPersistable.saveReadState()Saves the current state of the data object to later detect changes for SQL UPDATE statements.final voidPersistableObject.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.