Author: jgbutler
Date: Tue Feb 26 10:25:25 2008
New Revision: 631326
URL: http://svn.apache.org/viewvc?rev=631326&view=rev
Log:
Abator: Documentation Updates
Removed:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/roadmap.html
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/afterRunning.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/abatorConfiguration.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/abatorContext.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/classPathEntry.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/columnOverride.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/columnRenamingRule.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/commentGenerator.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/daoGenerator.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/generatedKey.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/ignoreColumn.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/javaModelGenerator.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/javaTypeResolver.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/jdbcConnection.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/properties.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/property.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/sqlMapGenerator.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/table.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/xmlconfig.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/generatedobjects/exampleClassUsage.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/generatedobjects/extendingExampleClass.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/generatedobjects/javadao.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/generatedobjects/javamodel.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/generatedobjects/results.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/generatedobjects/sqlmap.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/intro.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/license.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/menu.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/philosophy.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/quickstart.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/reference/building.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/reference/extending.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/reference/intro.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/running.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/usage/db2.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/usage/intro.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/usage/mysql.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/usage/oracle.html
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/whatsNew.html
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/afterRunning.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/afterRunning.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
---
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/afterRunning.html
(original)
+++
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/afterRunning.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="index.html" target="_top">Frames</a>
+ <a href="afterRunning.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>Tasks After Running Abator</h1>
<p>After you run Abator, you will need to create or modify other iBATIS
configuration
artifacts. The main tasks are as follows:</p>
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/abatorConfiguration.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/abatorConfiguration.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
---
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/abatorConfiguration.html
(original)
+++
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/abatorConfiguration.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="../abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="../index.html" target="_top">Frames</a>
+ <a href="abatorConfiguration.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>The <abatorConfiguration> Element</h1>
<p>The <abatorConfiguration> element is the root element of an
Abator configuration file. The file should contain the following DOCTYPE:
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/abatorContext.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/abatorContext.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
---
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/abatorContext.html
(original)
+++
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/abatorContext.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="../abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="../index.html" target="_top">Frames</a>
+ <a href="abatorContext.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>The <abatorContext> Element</h1>
<p>The <abatorContext> element is used to specify the environment for
generating a set of objects. Child elements are used to specify the database
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/classPathEntry.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/classPathEntry.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
---
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/classPathEntry.html
(original)
+++
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/classPathEntry.html
Tue Feb 26 10:25:25 2008
@@ -7,12 +7,21 @@
<link type="text/css" rel="stylesheet" href="../abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="../index.html" target="_top">Frames</a>
+ <a href="classPathEntry.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>The <classPathEntry> Element</h1>
<p>The <classPathEntry> element is used to specify the location of
the JDBC driver specified in the
<a href="jdbcConnection.html"><jdbcConnection></a> element. All JAR
files
and directories specified with these child elements will be added to the search
path for JDBC drivers during the Abator run.</p>
+<p>This element is option and is not requiredi if you add the driver to the
+runtime classpath in some other manner (e.g. with the <code>-cp</code> argument
+of the <code>java</code> command</p>
<h2>Required Attributes</h2>
<table border="1" cellspacing="0" cellpadding="5">
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/columnOverride.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/columnOverride.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
---
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/columnOverride.html
(original)
+++
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/columnOverride.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="../abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="../index.html" target="_top">Frames</a>
+ <a href="columnOverride.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>The <columnOverride> Element</h1>
<p>The <columnOverride> element is used to change certain attributes of
an
introspected database column from their calculated values. This element is an
optional child
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/columnRenamingRule.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/columnRenamingRule.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
---
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/columnRenamingRule.html
(original)
+++
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/columnRenamingRule.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="../abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="../index.html" target="_top">Frames</a>
+ <a href="columnRenamingRule.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>The <columnRenamingRule> Element</h1>
<p>The <columnRenamingRule> element is used to tell Abator to rename
database columns before calulating the corresponding property
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/commentGenerator.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/commentGenerator.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
---
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/commentGenerator.html
(original)
+++
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/commentGenerator.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="../abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="../index.html" target="_top">Frames</a>
+ <a href="commentGenerator.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>The <commentGenerator> Element</h1>
<p>The <commentGenerator> element is used to define properties of the
Comment Generator.
The Comment Generator is used to generate comments for the various elements
generated by Abator
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/daoGenerator.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/daoGenerator.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
---
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/daoGenerator.html
(original)
+++
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/daoGenerator.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="../abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="../index.html" target="_top">Frames</a>
+ <a href="daoGenerator.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>The <daoGenerator> Element</h1>
<p>The <daoGenerator> element is used to define properties of the DAO
generator. The DAO Generator builds DAOs in a variety of different formats -
one
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/generatedKey.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/generatedKey.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
---
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/generatedKey.html
(original)
+++
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/generatedKey.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="../abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="../index.html" target="_top">Frames</a>
+ <a href="generatedKey.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>The <generatedKey> Element</h1>
<p>The <generatedKey> element is used to specify properties for
auto generated keys (from identity field or sequences). If you specify this
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/ignoreColumn.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/ignoreColumn.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
---
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/ignoreColumn.html
(original)
+++
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/ignoreColumn.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="../abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="../index.html" target="_top">Frames</a>
+ <a href="ignoreColumn.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>The <ignoreColumn> Element</h1>
<p>The <ignoreColumn> element is used to tell Abator to ignore a column
in an introspected table. No generated SQL will refer to the column, and no
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/javaModelGenerator.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/javaModelGenerator.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
---
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/javaModelGenerator.html
(original)
+++
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/javaModelGenerator.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="../abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="../index.html" target="_top">Frames</a>
+ <a href="javaModelGenerator.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>The <javaModelGenerator> Element</h1>
<p>The <javaModelGenerator> element is used to define properties of the
Java model
generator. The Java Model Generator builds primary key classes, record
classes, and
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/javaTypeResolver.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/javaTypeResolver.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
---
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/javaTypeResolver.html
(original)
+++
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/javaTypeResolver.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="../abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="../index.html" target="_top">Frames</a>
+ <a href="javaTypeResolver.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>The <javaTypeResolver> Element</h1>
<p>The <javaTypeResolver> element is used to define properties of the
Java Type Resolver.
The Java Type Resolver is used to calculate Java types from database column
information.
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/jdbcConnection.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/jdbcConnection.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
---
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/jdbcConnection.html
(original)
+++
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/jdbcConnection.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="../abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="../index.html" target="_top">Frames</a>
+ <a href="jdbcConnection.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>The <jdbcConnection> Element</h1>
<p>The <jdbcConnection> element is used to specify the properties of
the database connection required to introspect tables. Abator uses JDBC's
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/properties.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/properties.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
---
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/properties.html
(original)
+++
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/properties.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="../abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="../index.html" target="_top">Frames</a>
+ <a href="properties.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>The <properties> Element</h1>
<p>The <properties> element is used to specify an external properties
file
for use in the parsing of the configuration. Any attribute in the
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/property.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/property.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
---
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/property.html
(original)
+++
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/property.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="../abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="../index.html" target="_top">Frames</a>
+ <a href="property.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>The <property> Element</h1>
<p>The <property> element is used to specify properties for many of the
other elements. The documentation page for each element that supports the
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/sqlMapGenerator.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/sqlMapGenerator.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
---
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/sqlMapGenerator.html
(original)
+++
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/sqlMapGenerator.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="../abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="../index.html" target="_top">Frames</a>
+ <a href="sqlMapGenerator.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>The <sqlMapGenerator> Element</h1>
<p>The <sqlMapGenerator> element is used to define properties of the SQL
map
generator. The SQL Map Generator builds an iBATIS formatted SQL map for each
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/table.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/table.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
---
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/table.html
(original)
+++
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/table.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="../abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="../index.html" target="_top">Frames</a>
+ <a href="table.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>The <table> Element</h1>
<p>The <table> element is used to select a table in the database for
introspection. Selected tables will cause the following objects to be
generated
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/xmlconfig.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/xmlconfig.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
---
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/xmlconfig.html
(original)
+++
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/configreference/xmlconfig.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="../abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="../index.html" target="_top">Frames</a>
+ <a href="xmlconfig.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>XML Configuration File Reference</h1>
<p>In the most common use case, Abator is driven by an XML configuration file.
The configuration file tells Abator:</p>
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/generatedobjects/exampleClassUsage.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/generatedobjects/exampleClassUsage.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
---
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/generatedobjects/exampleClassUsage.html
(original)
+++
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/generatedobjects/exampleClassUsage.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="../abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="../index.html" target="_top">Frames</a>
+ <a href="exampleClassUsage.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>Example Class Usage Notes</h1>
<p>Using the example class is different depending on the value of the
<code>generatorSet</code>
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/generatedobjects/extendingExampleClass.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/generatedobjects/extendingExampleClass.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
---
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/generatedobjects/extendingExampleClass.html
(original)
+++
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/generatedobjects/extendingExampleClass.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="../abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="../index.html" target="_top">Frames</a>
+ <a href="extendingExampleClass.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>Extending the Example Classes</h1>
<p><b>Important:</b> the information on this page only applies to classes
generated with the Java2 or Java5 generator sets.</p>
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/generatedobjects/javadao.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/generatedobjects/javadao.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
---
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/generatedobjects/javadao.html
(original)
+++
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/generatedobjects/javadao.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="../abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="../index.html" target="_top">Frames</a>
+ <a href="javadao.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>Abator Generated Java DAO Classes</h1>
<p>Abator generates DAO classes of several types. For each table in the
configuration, Abator
generates a Java Interface that describes DAO methods, and a Java Class that
implements the
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/generatedobjects/javamodel.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/generatedobjects/javamodel.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
---
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/generatedobjects/javamodel.html
(original)
+++
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/generatedobjects/javamodel.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="../abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="../index.html" target="_top">Frames</a>
+ <a href="javamodel.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>Abator Generated Java Model Classes</h1>
<p>Abator generates Java classes that correspond to the fields in a database
table.
The generated classes are a type of domain object, but should in no way be
confused
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/generatedobjects/results.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/generatedobjects/results.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
---
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/generatedobjects/results.html
(original)
+++
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/generatedobjects/results.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="../abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="../index.html" target="_top">Frames</a>
+ <a href="results.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>Using the Abator Generated Objects</h1>
<p>Abator generates three types of objects:</p>
<ol>
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/generatedobjects/sqlmap.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/generatedobjects/sqlmap.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
---
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/generatedobjects/sqlmap.html
(original)
+++
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/generatedobjects/sqlmap.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="../abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="../index.html" target="_top">Frames</a>
+ <a href="sqlmap.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>Abator Generated SQL Map Files</h1>
<p>Abator generates SQL Map files that conform to iBATIS' SQL Map DTD. The
files contain many different
elements based on the characteristics of the table, and on the configuration
options you specify.
Modified: ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/intro.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/intro.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
--- ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/intro.html
(original)
+++ ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/intro.html Tue
Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="index.html" target="_top">Frames</a>
+ <a href="intro.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>Introduction to Abator</h1>
<p><b>Abator:</b> <i>One who abates a nuisance.</i>
<font size="-2">(<a target="_blank"
href="http://dictionary.reference.com/search?q=abator">
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/license.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/license.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
--- ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/license.html
(original)
+++ ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/license.html Tue
Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="index.html" target="_top">Frames</a>
+ <a href="license.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>Abator Licensing Information</h1>
<p>Copyright 2006 The Apache Software Foundation</p>
<p>Licensed under the Apache License, Version 2.0 (the "License");
Modified: ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/menu.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/menu.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
--- ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/menu.html
(original)
+++ ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/menu.html Tue
Feb 26 10:25:25 2008
@@ -49,7 +49,6 @@
<a href="reference/building.html" target="mainFrame">Building
Abator from Source</a><br/>
<a href="reference/extending.html" target="mainFrame">Extending
Abator</a><br/>
<a href="philosophy.html" target="mainFrame">Design Philosophy</a><br/>
- <a href="roadmap.html" target="mainFrame">Future Roadmap</a><br/>
<a href="license.html" target="mainFrame">Licensing Information</a><br/>
</p>
</body>
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/philosophy.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/philosophy.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
--- ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/philosophy.html
(original)
+++ ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/philosophy.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="index.html" target="_top">Frames</a>
+ <a href="philosophy.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>Abator Philosophy and Apology</h1>
<p>Some philosophical questions might be raised by this tool because the
tool is more focused on database tables than on the domain model.
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/quickstart.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/quickstart.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
--- ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/quickstart.html
(original)
+++ ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/quickstart.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="index.html" target="_top">Frames</a>
+ <a href="quickstart.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>Abator Quick Start Guide</h1>
<p>To get up and running quickly with Abator, follow these steps:</p>
<ol>
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/reference/building.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/reference/building.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
---
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/reference/building.html
(original)
+++
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/reference/building.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="../abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="../index.html" target="_top">Frames</a>
+ <a href="building.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>Building Abator from Source</h1>
<p>All Abator distributions include source code. The only compile time
dependency Abator
has is on <code>ant.jar</code> - for successful compilation of the included
Ant task.
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/reference/extending.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/reference/extending.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
---
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/reference/extending.html
(original)
+++
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/reference/extending.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="../abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="../index.html" target="_top">Frames</a>
+ <a href="extending.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>Extending Abator</h1>
<p>Abator is designed for extensibility. All code generation is performed
using a
simple DOM representation of Java and XML elements that is included with
Abator.</p>
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/reference/intro.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/reference/intro.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
---
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/reference/intro.html
(original)
+++
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/reference/intro.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="../abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="../index.html" target="_top">Frames</a>
+ <a href="intro.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>Abator Reference Information</h1>
<p>This section collects useful information related to technical topics
with Abator.</p>
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/running.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/running.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
--- ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/running.html
(original)
+++ ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/running.html Tue
Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="index.html" target="_top">Frames</a>
+ <a href="running.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>Running Abator</h1>
<p>Abator can be run in the following ways:</p>
<ul>
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/usage/db2.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/usage/db2.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
--- ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/usage/db2.html
(original)
+++ ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/usage/db2.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="../abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="../index.html" target="_top">Frames</a>
+ <a href="db2.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>Abator DB2 Usage Notes</h1>
<h2>LONG VARCHAR Fields</h2>
<p>By default Abator will map LONG VARCHAR fields to the
<code>java.lang.String</code> data type,
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/usage/intro.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/usage/intro.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
--- ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/usage/intro.html
(original)
+++ ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/usage/intro.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="../abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="../index.html" target="_top">Frames</a>
+ <a href="intro.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>Abator Usage Notes</h1>
<p>This section collects usage information for different databases.</p>
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/usage/mysql.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/usage/mysql.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
--- ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/usage/mysql.html
(original)
+++ ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/usage/mysql.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="../abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="../index.html" target="_top">Frames</a>
+ <a href="mysql.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>Abator MySql Usage Notes</h1>
<h2>Unsigned Fields</h2>
<p>MySql supports both signed, and unsigned, numeric fields. These are not
JDBC types, so Abator
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/usage/oracle.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/usage/oracle.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
---
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/usage/oracle.html
(original)
+++
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/usage/oracle.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="../abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="../index.html" target="_top">Frames</a>
+ <a href="oracle.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>Abator Oracle Usage Notes</h1>
<h2>Public Synonyms</h2>
<p>If you want to generate objects for a table that has a public synonym, you
Modified:
ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/whatsNew.html
URL:
http://svn.apache.org/viewvc/ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/whatsNew.html?rev=631326&r1=631325&r2=631326&view=diff
==============================================================================
--- ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/whatsNew.html
(original)
+++ ibatis/trunk/java/mapper/mapper2/tools/abator/core/htmldoc/whatsNew.html
Tue Feb 26 10:25:25 2008
@@ -7,6 +7,12 @@
<link type="text/css" rel="stylesheet" href="abator.css"/>
</head>
<body>
+<p align="right">
+ <font size="-2">
+ <a href="index.html" target="_top">Frames</a>
+ <a href="whatsNew.html" target="_top">No Frames</a>
+ </font>
+</p>
<h1>What's New in Abator</h1>
<h2>Version 1.1.0</h2>
<h3>Announcements</h3>