Uses of Class
net.sf.persism.Result

Packages that use Result
Package
Description
Persism main API.
  • Uses of Result in net.sf.persism

    Methods in net.sf.persism that return Result
    Modifier and Type
    Method
    Description
    <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.