Kodo 4.2.0. (DEPRECATED)

kodo.persistence.jdbc
Annotation Type ElementEmbeddedMapping


Deprecated. use the OpenJPA version of this annotation instead.

@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface ElementEmbeddedMapping

Embedded mapping information for an array, collection, or map element.

Since:
4.0

Optional Element Summary
 String nullIndicatorAttributeName
          Deprecated.  
 String nullIndicatorColumnName
          Deprecated.  
 XMappingOverride[] overrides
          Deprecated.  
 

nullIndicatorColumnName

public abstract String nullIndicatorColumnName
Deprecated. 
Default:
""

nullIndicatorAttributeName

public abstract String nullIndicatorAttributeName
Deprecated. 
Default:
""

overrides

public abstract XMappingOverride[] overrides
Deprecated. 
Default:
{}

Kodo 4.2.0. (DEPRECATED)

Copyright 2011 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-02