| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.type |
Built in and custom Scalar types support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ScalarTypeChar
ScalarType for char.
|
class |
ScalarTypeCharArray
ScalarType for char[].
|
class |
ScalarTypeClass
ScalarType for Class that persists it to VARCHAR column.
|
class |
ScalarTypeClob
ScalarType for String.
|
class |
ScalarTypeCurrency
ScalarType for java.util.Currency which converts to and from a VARCHAR database column.
|
class |
ScalarTypeLocale
ScalarType for java.util.Currency which converts to and from a VARCHAR
database column.
|
class |
ScalarTypeLongVarchar
ScalarType for String.
|
class |
ScalarTypeTimeZone
ScalarType for java.util.TimeZone which converts to and from a VARCHAR
database column.
|
class |
ScalarTypeURI
ScalarType for java.net.URI which converts to and from a VARCHAR database column.
|
class |
ScalarTypeURL
ScalarType for java.net.URL which converts to and from a VARCHAR database column.
|
class |
ScalarTypeUUID
ScalarType for java.util.UUID which converts to and from a VARCHAR database column.
|
Copyright © 2014. All Rights Reserved.