- java.lang.Object
-
- org.eclipse.persistence.config.StructConverterType
-
public class StructConverterType extends Object
This class contains predefined StructConverter types. Users can use these types to define what StructConverter to use. For instance: @StructConverter(name="JGeom", converter="JGEOMETRY")- Author:
- tware
-
-
Constructor Summary
Constructors Constructor Description StructConverterType()Deprecated, for removal: This API element is subject to removal in a future version.This constructor will be marked private and the class final.
-
-
-
Field Detail
-
JGeometry
public static final String JGeometry
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StructConverterType
@Deprecated(since="4.0.3", forRemoval=true) public StructConverterType()
Deprecated, for removal: This API element is subject to removal in a future version.This constructor will be marked private and the class final. It is not designed for extensibility.
-
-