All Classes and Interfaces

Class
Description
Optional annotation defining a column mapping for a property on the class.
Indicates that the property value is set by joining from another table (pojo class).
Indicates that the property is not mapped to a column.
Indicates that the class represents the result of query instead of a table.
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.
Defines the table name for a given class.
Indicates this class represents a view.