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

Part Number E27170-01

weblogic.ejbgen
Annotation Type JarSettings


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


Optional Element Summary
 JarSettings.CreateTables createTables
          Whether to create tables.
 String disableWarning
          A comma-separated line of warnings to disable when running ejbc.
 String ejbClientJar
          Specifies the name of the client JAR to be generated.
 Constants.Bool enableBeanClassRedeploy
          (True|False) Determines whether this EJB can be redeployed without redeploying the entire module.
 

createTables

public abstract JarSettings.CreateTables createTables
Whether to create tables.

Default:
weblogic.ejbgen.JarSettings.CreateTables.UNSPECIFIED

ejbClientJar

public abstract String ejbClientJar
Specifies the name of the client JAR to be generated. If multiple EJBs have this tag, only one of the specified JAR files will be included in the deployment descriptor.

Default:
"UNSPECIFIED"

enableBeanClassRedeploy

public abstract Constants.Bool enableBeanClassRedeploy
(True|False) Determines whether this EJB can be redeployed without redeploying the entire module.

Default:
weblogic.ejbgen.Constants.Bool.UNSPECIFIED

disableWarning

public abstract String disableWarning
A comma-separated line of warnings to disable when running ejbc.

Default:
"UNSPECIFIED"

Copyright 1996, 2013, 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.2)

Part Number E27170-01