org.apache.openjpa.persistence.jdbc
Annotation Type ContainerTable
@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface ContainerTable
Table for array, collection, or map elements.
- Since:
- 0.4.0
- Author:
- Abe White
name
public abstract String name
- Default:
- ""
catalog
public abstract String catalog
- Default:
- ""
schema
public abstract String schema
- Default:
- ""
joinColumns
public abstract XJoinColumn[] joinColumns
- Default:
- {}
joinForeignKey
public abstract ForeignKey joinForeignKey
- Default:
- @org.apache.openjpa.persistence.jdbc.ForeignKey(specified=false)
joinIndex
public abstract Index joinIndex
- Default:
- @org.apache.openjpa.persistence.jdbc.Index(specified=false)
specified
public abstract boolean specified
- Default:
- true
Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.