Kodo 4.2.0 (DEPRECATED)

kodo.persistence.jdbc
Annotation Type XMappingOverride


Deprecated. use the OpenJPA version of this annotation instead.

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

Allows override of complex embedded or superclass mappings.

Since:
4.0

Optional Element Summary
 Column[] columns
          Deprecated.  
 ContainerTable containerTable
          Deprecated.  
 ElementColumn[] elementColumns
          Deprecated.  
 ElementJoinColumn[] elementJoinColumns
          Deprecated.  
 XJoinColumn[] joinColumns
          Deprecated.  
 KeyColumn[] keyColumns
          Deprecated.  
 KeyJoinColumn[] keyJoinColumns
          Deprecated.  
 String name
          Deprecated.  
 

name

public abstract String name
Deprecated. 
Default:
""

columns

public abstract Column[] columns
Deprecated. 
Default:
{}

joinColumns

public abstract XJoinColumn[] joinColumns
Deprecated. 
Default:
{}

elementColumns

public abstract ElementColumn[] elementColumns
Deprecated. 
Default:
{}

elementJoinColumns

public abstract ElementJoinColumn[] elementJoinColumns
Deprecated. 
Default:
{}

keyColumns

public abstract KeyColumn[] keyColumns
Deprecated. 
Default:
{}

keyJoinColumns

public abstract KeyJoinColumn[] keyJoinColumns
Deprecated. 
Default:
{}

containerTable

public abstract ContainerTable containerTable
Deprecated. 
Default:
@org.apache.openjpa.persistence.jdbc.ContainerTable(specified=false)

Kodo 4.2.0 (DEPRECATED)

Copyright 2015 Oracle, Inc. All Rights Reserved.

This documentation is deprecated and will be removed in the next release of WebLogic Server.


Oracle Fusion Middleware Oracle Kodo 4.2.0 API Reference (DEPRECATED)
11g Release 1 (10.3.6)
Part Number E13950-03