Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

weblogic.ejbgen
Annotation Type Compatibility


@Retention(value=CLASS)
@Target(value=java.lang.annotation.ElementType.TYPE)
public @interface Compatibility


Optional Element Summary
 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
 

serializeCharArrayToBytes

public abstract Constants.Bool serializeCharArrayToBytes
(True|False) Whether a cmp-field of type char[] mappedto bytes should be serialized

Default:
weblogic.ejbgen.Constants.Bool.UNSPECIFIED

disableStringTrimming

public abstract Constants.Bool disableStringTrimming
(True|False) Whether to disable String trimming

Default:
weblogic.ejbgen.Constants.Bool.UNSPECIFIED

serializeByteArrayToOracleBlob

public abstract Constants.Bool serializeByteArrayToOracleBlob
(True|False) Whether a cmp-field of type byte[] mappedto a OracleBlob should be serialized

Default:
weblogic.ejbgen.Constants.Bool.UNSPECIFIED

allowReadonlyCreateAndRemove

public abstract Constants.Bool allowReadonlyCreateAndRemove
(True|False) Whether to allow read only create and remove

Default:
weblogic.ejbgen.Constants.Bool.UNSPECIFIED

findersReturnNulls

public abstract Constants.Bool findersReturnNulls
(True|False) Whether to allow finder methods to return null

Default:
weblogic.ejbgen.Constants.Bool.UNSPECIFIED

Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02