oracle.cabo.ui.tools
Class BuildBeanDOAdapter
java.lang.Object
|
+--oracle.cabo.ui.tools.BuildBeanDOAdapter
- public class BuildBeanDOAdapter
- extends java.lang.Object
Tool for creating DataObjects from JavaBeans.
Usage: java oracle.cabo.ui.tools.BuildBeanDOAdapter
[-options] BeanClassName [OutClassName]
where options include:
-d Specify where to place generated source
-fast Creates a faster implementation, but one that
cannot be directly edited if the underlying
bean changes - it must be regenerated
-allmethods Allows access to non-standard "getter" methods in bean.
(With this switch, all method names are considered,
regardless of whether they begin with "get" or "is".)
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuildBeanDOAdapter
public BuildBeanDOAdapter()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
Copyright © 2002,2003, Oracle. All Rights Reserved.