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

Part Number E27170-02

weblogic.ejbgen
Annotation Type SqlShapeTable


public @interface SqlShapeTable

Created by IntelliJ IDEA. User: mkovacs Date: Dec 14, 2004 Time: 3:58:18 PM To change this template use File | Settings | File Templates.


Required Element Summary
 String[] columns
           
 String name
           
 
Optional Element Summary
 String ejbRelationshipRoleName
           
 

Element Detail

name

public abstract String name

columns

public abstract String[] columns

ejbRelationshipRoleName

public abstract String ejbRelationshipRoleName
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-02