Package net.sf.persism.annotations


package net.sf.persism.annotations
Persism annotations.
Version:
2.2.0
Author:
Dan Howard
  • Annotation 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.
    Defines the table name for a given class.
    Indicates this class represents a view.