|
Oracle Fusion Middleware Java API Reference for Oracle TopLink 11g Release 1 (11.1.1) E28847-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value={TYPE,METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface StructConverter
A StructConverter is a special type of converter that handles the conversion of a specific database Struct type. This is normally used for extended database types such as spatial geometric types. A StructConverter is different than a regular attribute Converter, and does not implement the same interface. A StructConverter will be used to convert any matching Struct type.
StructConverter| Required Element Summary | |
|---|---|
java.lang.String |
converter(Required) The StructConverter class to be used. |
java.lang.String |
name(Required) Name this converter. |
| Element Detail |
|---|
public abstract java.lang.String name
public abstract java.lang.String converter
StructConverter, StructConverterType
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||