Uses of Class
net.sf.persism.Result
-
Uses of Result in net.sf.persism
Modifier and TypeMethodDescription<T> Result<T>
Session.delete
(T object) Deletes the data object from the database.<T> Result<T>
Session.insert
(T object) Inserts the data object in the database refreshing with autoinc and other defaults that may exist.<T> Result<T>
Session.update
(T object) Updates the data object in the database.