Save This Page
Home » hibernate-entity-src-20081106 » org.hibernate » annotations » [javadoc | source]
org.hibernate.annotations
public class: IndexColumn [javadoc | source]
org.hibernate.annotations.IndexColumn
Describe an index column of a List
Method from org.hibernate.annotations.IndexColumn Summary:
base,   columnDefinition,   name,   nullable
Method from org.hibernate.annotations.IndexColumn Detail:
 int base() 
    index in DB start from base
 String columnDefinition() 
    column definition, default to an appropriate integer
 String name() 
    column name
 boolean nullable() 
    is the index nullable