org.hibernate.annotations
Annotation Type Table


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Table

Complementary information to a table either primary or secondary

Author:
Emmanuel Bernard

Required Element Summary
 String appliesTo
          name of the targeted table
 
Optional Element Summary
 Index[] indexes
          Indexes
 

Element Detail

appliesTo

public abstract String appliesTo
name of the targeted table

indexes

public abstract Index[] indexes
Indexes

Default:
{}