kodo.persistence.jdbc
Annotation Type ContainerTable
@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface ContainerTable
Table for array, collection, or map elements.
- Since:
- 4.0
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:
- @kodo.persistence.jdbc.ForeignKey(specified=false)
joinIndex
public abstract Index joinIndex
- Default:
- @kodo.persistence.jdbc.Index(specified=false)
specified
public abstract boolean specified
- Default:
- true
Copyright 2001-2006 BEA Systems, Inc. All Rights Reserved.