Index
All Classes and Interfaces|All Packages|Serialized Form
P
- Parameters - Class in net.sf.persism
-
Helper Class to represent parameters to a query.
- params(Object...) - Static method in class net.sf.persism.Parameters
-
Static initializer for a new set of Parameters.
- params(Map<String, Object>) - Static method in class net.sf.persism.Parameters
-
Static initializer for named parameters.
- PersismException - Exception in net.sf.persism
-
General RuntimeException used by Persism.
- PersismException(String) - Constructor for exception net.sf.persism.PersismException
-
PersismException with a message
- PersismException(String, Throwable) - Constructor for exception net.sf.persism.PersismException
-
PersismException with a message and a cause
- Persistable<T> - Interface in net.sf.persism
-
Indicates that Persism should keep track of changed columns in order to only include those columns in the SQL UPDATE statement.
- PersistableObject<T> - Class in net.sf.persism
-
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.
- PersistableObject() - Constructor for class net.sf.persism.PersistableObject
- primary() - Element in annotation interface net.sf.persism.annotations.Column
-
Indicates that this column is a primary key.
- proc(String) - Static method in class net.sf.persism.SQL
-
Static initializer for a new SQL stored procedure string.
All Classes and Interfaces|All Packages|Serialized Form