Package com.samskivert.jdbc.depot.annotation

Enum Summary
GenerationType Defines the types of primary key generation.
 

Annotation Types Summary
Column Is used to specify a mapped column for a persistent property or field.
Computed Marks a field as computed, meaning it is ignored for schema purposes and it does not directly correspond to a column in a table.
Entity Specifies the primary field(s) of an entity.
FullTextIndex This annotation is used to specify that a full text index is to be included in the generated DDL for a table.
GeneratedValue Provides for the specification of generation strategies for the values of primary keys.
Id Specifies the primary key property or field of an entity.
Index Defines an index on an entity table.
TableGenerator This annotation defines a primary key generator that may be referenced by name when a generator element is specified for the GeneratedValue annotation.
Transient This annotation specifies that the property or field is not persistent.
UniqueConstraint This annotation is used to specify that a unique constraint is to be included in the generated DDL for a table.
 



Copyright © 2000-2008 Michael Bayne. All Rights Reserved.