Uses of Class
net.sf.persism.Result
Packages that use Result
-
Uses of Result in net.sf.persism
Methods in net.sf.persism that return ResultModifier 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.