| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.type |
Built in and custom Scalar types support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ScalarTypeBytesBinary
ScalarType for Types.BINARY to byte[].
|
class |
ScalarTypeBytesBlob
ScalarType for BLOB.
|
class |
ScalarTypeBytesLongVarbinary
ScalarType for Longvarbinary.
|
class |
ScalarTypeBytesVarbinary
ScalarType for Types.VARBINARY to byte[].
|
| Constructor and Description |
|---|
ScalarTypeBytesEncrypted(ScalarTypeBytesBase baseType,
DataEncryptSupport dataEncryptSupport) |
ScalarTypeEncryptedWrapper(ScalarType<T> wrapped,
ScalarTypeBytesBase byteArrayType,
DataEncryptSupport dataEncryptSupport) |
Copyright © 2014. All Rights Reserved.