Package net.sf.persism.annotations

Persism annotations.

See:
          Description

Annotation Types Summary
Column Optional annotation defining a column mapping for a property on the class.
NotMapped Indicates that the property is not mapped to a column.
QueryResult Indicates that the class represents the result of query instead of a table.
TableName Defines the table name for a given class.
 

Package net.sf.persism.annotations Description

Persism annotations.