|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| ObjectStringConverter | Interface for an object that can be converted to/from a String. |
| Class Summary | |
|---|---|
| BigDecimalStringConverter | Class to handle the conversion between java.math.BigDecimal and a String form. |
| BigIntegerStringConverter | Class to handle the conversion between java.math.BigInteger and a String form. |
| CurrencyStringConverter | Class to handle the conversion between java.util.Currency and a String form. |
| LocaleStringConverter | Class to handle the conversion between java.util.Currency and a String form. |
| StringBufferStringConverter | Class to handle the conversion between java.lang.StringBuffer and a String form. |
| TimeZoneStringConverter | Class to handle the conversion between java.util.TimeZone and a String form. |
| TypeManager | Registry of java type support. |
| URIStringConverter | Class to handle the conversion between java.net.URI and a String form. |
| URLStringConverter | Class to handle the conversion between java.net.URL and a String form. |
| UUIDStringConverter | Class to handle the conversion between java.util.UUID and a String form. |
Package providing basic java type handling for DataNucleus. TypeManager provides the entry point for accessing java type capabilities in DataNucleus. ObjectStringConverter provides an interface for converting between a java type and a String for particular benefit in datastores that don't support native handling of that type. Each java type that provides conversion to String has its own implementation of this interface.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||