org.apache.openjpa.persistence.jdbc
Annotation Type XTable
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface XTable
Extended table.
- Since:
- 0.4.0
- Author:
- Abe White
name
public abstract String name
catalog
public abstract String catalog
- Default:
- ""
schema
public abstract String schema
- Default:
- ""
indexes
public abstract Index[] indexes
- Default:
- {}
foreignKeys
public abstract ForeignKey[] foreignKeys
- Default:
- {}
uniqueConstraints
public abstract Unique[] uniqueConstraints
- Default:
- {}
Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.