@Retention(value=CLASS)
@Target(value=java.lang.annotation.ElementType.TYPE)
public @interface Compatibility
Modifier and Type | Optional Element and Description |
---|---|
Constants.Bool |
allowReadonlyCreateAndRemove
(True|False) Whether to allow read only create and remove
|
Constants.Bool |
disableStringTrimming
(True|False) Whether to disable String trimming
|
Constants.Bool |
findersReturnNulls
(True|False) Whether to allow finder methods to return null
|
Constants.Bool |
serializeByteArrayToOracleBlob
(True|False) Whether a cmp-field of type byte[] mappedto a OracleBlob should be serialized
|
Constants.Bool |
serializeCharArrayToBytes
(True|False) Whether a cmp-field of type char[] mappedto bytes should be serialized
|
public abstract Constants.Bool serializeCharArrayToBytes
public abstract Constants.Bool disableStringTrimming
public abstract Constants.Bool serializeByteArrayToOracleBlob
public abstract Constants.Bool allowReadonlyCreateAndRemove
public abstract Constants.Bool findersReturnNulls