Package net.sf.persism


package net.sf.persism
Persism main API.
Version:
2.2.0
Author:
Dan Howard
  • Class
    Description
    Helper Class to represent parameters to a query.
    General RuntimeException used by Persism.
    Indicates that Persism should keep track of changed columns in order to only include those columns in the SQL UPDATE statement.
    Persism uses information from this class to detect which properties are modified in your data objects and only includes those columns in the SQL UPDATE statements.
    Result of an insert, update or delete.
    Performs various read and write operations in the database.
    Simple wrapper for SQL String.