blob: a005eeef46eb038d348a838b94361471323cd862 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_06) on Wed Jul 19 14:45:51 EDT 2006 -->
<TITLE>
NamedObjectFactory (Apache Cayenne API Documentation - v.2.0-incubating-SNAPSHOT)
</TITLE>
<META NAME="keywords" CONTENT="org.apache.cayenne.project.NamedObjectFactory class">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../apache-javadoc.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="NamedObjectFactory (Apache Cayenne API Documentation - v.2.0-incubating-SNAPSHOT)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../org/apache/cayenne/project/FlatProjectView.html" title="class in org.apache.cayenne.project"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/apache/cayenne/project/PartialProject.html" title="class in org.apache.cayenne.project"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/apache/cayenne/project/NamedObjectFactory.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="NamedObjectFactory.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.cayenne.project</FONT>
<BR>
Class NamedObjectFactory</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.cayenne.project.NamedObjectFactory</B>
</PRE>
<HR>
<DL>
<DT><PRE>public abstract class <B>NamedObjectFactory</B><DT>extends java.lang.Object</DL>
</PRE>
<P>
Factory class that generates various Cayenne objects with
default names that are unique in their corresponding context.
Supports creation of the following
objects:
<ul>
<li>DataMap</li>
<li>ObjEntity</li>
<li>ObjAttribute</li>
<li>ObjRelationship</li>
<li>DbEntity</li>
<li>DerivedDbEntity</li>
<li>DbAttribute</li>
<li>DerivedDbAttribute</li>
<li>DbRelationship</li>
<li>DataNode</li>
<li>DataDomain</li>
<li>Query</li>
<li>Procedure</li>
<li>ProcedureParameter</li>
</ul>
This is a helper class used mostly by GUI and database
reengineering classes.
<P>
<P>
<DL>
<DT><B>Author:</B></DT>
<DD>Andrei Adamchik</DD>
</DL>
<HR>
<P>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../org/apache/cayenne/project/NamedObjectFactory.html#NamedObjectFactory()">NamedObjectFactory</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected abstract &nbsp;java.lang.Object</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/cayenne/project/NamedObjectFactory.html#create(java.lang.String, java.lang.Object)">create</A></B>(java.lang.String&nbsp;name,
java.lang.Object&nbsp;namingContext)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Internal factory method.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/cayenne/project/NamedObjectFactory.html#createName(java.lang.Class, java.lang.Object)">createName</A></B>(java.lang.Class&nbsp;objectClass,
java.lang.Object&nbsp;namingContext)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/cayenne/project/NamedObjectFactory.html#createName(java.lang.Class, java.lang.Object, java.lang.String)">createName</A></B>(java.lang.Class&nbsp;objectClass,
java.lang.Object&nbsp;namingContext,
java.lang.String&nbsp;nameBase)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.Object</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/cayenne/project/NamedObjectFactory.html#createObject(java.lang.Class, java.lang.Object)">createObject</A></B>(java.lang.Class&nbsp;objectClass,
java.lang.Object&nbsp;namingContext)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates an object using an appropriate factory class.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;java.lang.Object</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/cayenne/project/NamedObjectFactory.html#createObject(java.lang.Class, java.lang.Object, java.lang.String)">createObject</A></B>(java.lang.Class&nbsp;objectClass,
java.lang.Object&nbsp;namingContext,
java.lang.String&nbsp;nameBase)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../org/apache/cayenne/map/Relationship.html" title="class in org.apache.cayenne.map">Relationship</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/cayenne/project/NamedObjectFactory.html#createRelationship(org.apache.cayenne.map.Entity, org.apache.cayenne.map.Entity, boolean)">createRelationship</A></B>(<A HREF="../../../../org/apache/cayenne/map/Entity.html" title="class in org.apache.cayenne.map">Entity</A>&nbsp;srcEnt,
<A HREF="../../../../org/apache/cayenne/map/Entity.html" title="class in org.apache.cayenne.map">Entity</A>&nbsp;targetEnt,
boolean&nbsp;toMany)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a relationship using an appropriate factory class.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected abstract &nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/cayenne/project/NamedObjectFactory.html#isNameInUse(java.lang.String, java.lang.Object)">isNameInUse</A></B>(java.lang.String&nbsp;name,
java.lang.Object&nbsp;namingContext)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Checks if the name is already taken by another sibling
in the same context.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/cayenne/project/NamedObjectFactory.html#makeName(java.lang.Object)">makeName</A></B>(java.lang.Object&nbsp;namingContext)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a unique name for the new object and constructs
this object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/cayenne/project/NamedObjectFactory.html#makeName(java.lang.Object, java.lang.String)">makeName</A></B>(java.lang.Object&nbsp;namingContext,
java.lang.String&nbsp;nameBase)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;java.lang.Object</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/cayenne/project/NamedObjectFactory.html#makeObject(java.lang.Object)">makeObject</A></B>(java.lang.Object&nbsp;namingContext)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a unique name for the new object and constructs this object.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;java.lang.Object</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/cayenne/project/NamedObjectFactory.html#makeObject(java.lang.Object, java.lang.String)">makeObject</A></B>(java.lang.Object&nbsp;namingContext,
java.lang.String&nbsp;nameBase)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected abstract &nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../org/apache/cayenne/project/NamedObjectFactory.html#nameBase()">nameBase</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a base default name, like "UntitledEntity", etc.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="NamedObjectFactory()"><!-- --></A><H3>
NamedObjectFactory</H3>
<PRE>
public <B>NamedObjectFactory</B>()</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="createName(java.lang.Class, java.lang.Object)"><!-- --></A><H3>
createName</H3>
<PRE>
public static java.lang.String <B>createName</B>(java.lang.Class&nbsp;objectClass,
java.lang.Object&nbsp;namingContext)</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="createName(java.lang.Class, java.lang.Object, java.lang.String)"><!-- --></A><H3>
createName</H3>
<PRE>
public static java.lang.String <B>createName</B>(java.lang.Class&nbsp;objectClass,
java.lang.Object&nbsp;namingContext,
java.lang.String&nbsp;nameBase)</PRE>
<DL>
<DD><DL>
<DT><B>Since:</B></DT>
<DD>1.0.5</DD>
</DL>
</DD>
</DL>
<HR>
<A NAME="createObject(java.lang.Class, java.lang.Object)"><!-- --></A><H3>
createObject</H3>
<PRE>
public static java.lang.Object <B>createObject</B>(java.lang.Class&nbsp;objectClass,
java.lang.Object&nbsp;namingContext)</PRE>
<DL>
<DD>Creates an object using an appropriate factory class.
If no factory is found for the object, NullPointerException is
thrown.
<p><i>Note that newly created object is not added to the parent.
This behavior can be changed later.</i></p>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="createObject(java.lang.Class, java.lang.Object, java.lang.String)"><!-- --></A><H3>
createObject</H3>
<PRE>
public static java.lang.Object <B>createObject</B>(java.lang.Class&nbsp;objectClass,
java.lang.Object&nbsp;namingContext,
java.lang.String&nbsp;nameBase)</PRE>
<DL>
<DD><DL>
<DT><B>Since:</B></DT>
<DD>1.0.5</DD>
</DL>
</DD>
</DL>
<HR>
<A NAME="createRelationship(org.apache.cayenne.map.Entity, org.apache.cayenne.map.Entity, boolean)"><!-- --></A><H3>
createRelationship</H3>
<PRE>
public static <A HREF="../../../../org/apache/cayenne/map/Relationship.html" title="class in org.apache.cayenne.map">Relationship</A> <B>createRelationship</B>(<A HREF="../../../../org/apache/cayenne/map/Entity.html" title="class in org.apache.cayenne.map">Entity</A>&nbsp;srcEnt,
<A HREF="../../../../org/apache/cayenne/map/Entity.html" title="class in org.apache.cayenne.map">Entity</A>&nbsp;targetEnt,
boolean&nbsp;toMany)</PRE>
<DL>
<DD>Creates a relationship using an appropriate factory class.
If no factory is found for the object, NullPointerException is
thrown.
<p><i>Note that newly created object is not added to the parent.
This behavior can be changed later.</i></p>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="makeName(java.lang.Object)"><!-- --></A><H3>
makeName</H3>
<PRE>
protected java.lang.String <B>makeName</B>(java.lang.Object&nbsp;namingContext)</PRE>
<DL>
<DD>Creates a unique name for the new object and constructs
this object.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="makeName(java.lang.Object, java.lang.String)"><!-- --></A><H3>
makeName</H3>
<PRE>
protected java.lang.String <B>makeName</B>(java.lang.Object&nbsp;namingContext,
java.lang.String&nbsp;nameBase)</PRE>
<DL>
<DD><DL>
<DT><B>Since:</B></DT>
<DD>1.0.5</DD>
</DL>
</DD>
</DL>
<HR>
<A NAME="makeObject(java.lang.Object)"><!-- --></A><H3>
makeObject</H3>
<PRE>
protected java.lang.Object <B>makeObject</B>(java.lang.Object&nbsp;namingContext)</PRE>
<DL>
<DD>Creates a unique name for the new object and constructs this object.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="makeObject(java.lang.Object, java.lang.String)"><!-- --></A><H3>
makeObject</H3>
<PRE>
protected java.lang.Object <B>makeObject</B>(java.lang.Object&nbsp;namingContext,
java.lang.String&nbsp;nameBase)</PRE>
<DL>
<DD><DL>
<DT><B>Since:</B></DT>
<DD>1.0.5</DD>
</DL>
</DD>
</DL>
<HR>
<A NAME="nameBase()"><!-- --></A><H3>
nameBase</H3>
<PRE>
protected abstract java.lang.String <B>nameBase</B>()</PRE>
<DL>
<DD>Returns a base default name, like "UntitledEntity", etc.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="create(java.lang.String, java.lang.Object)"><!-- --></A><H3>
create</H3>
<PRE>
protected abstract java.lang.Object <B>create</B>(java.lang.String&nbsp;name,
java.lang.Object&nbsp;namingContext)</PRE>
<DL>
<DD>Internal factory method. Invoked after the name is figured out.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="isNameInUse(java.lang.String, java.lang.Object)"><!-- --></A><H3>
isNameInUse</H3>
<PRE>
protected abstract boolean <B>isNameInUse</B>(java.lang.String&nbsp;name,
java.lang.Object&nbsp;namingContext)</PRE>
<DL>
<DD>Checks if the name is already taken by another sibling
in the same context.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../org/apache/cayenne/project/FlatProjectView.html" title="class in org.apache.cayenne.project"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/apache/cayenne/project/PartialProject.html" title="class in org.apache.cayenne.project"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?org/apache/cayenne/project/NamedObjectFactory.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="NamedObjectFactory.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright &#169; 2001-2006 <a href=
"http://apache.org" target="_top">Apache.org</a> All Rights Reserved.</i>
</BODY>
</HTML>