Java Doc for CmpRelation.java in  » EJB-Server-resin-3.1.5 » resin » com » caucho » ejb » cfg21 » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » EJB Server resin 3.1.5 » resin » com.caucho.ejb.cfg21 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.caucho.ejb.cfg21.CmpRelation

CmpRelation
public class CmpRelation (Code)
Configuraton for a cmp-relation.



Constructor Summary
public  CmpRelation(EjbConfig config)
    
public  CmpRelation()
    

Method Summary
public  voidaddSourceSQLColumn(String sqlColumn, String references)
     Add a source sql columns.
public  voidaddTargetSQLColumn(String sqlColumn, String references)
     Add a target sql columns.
public  CmpRelationRolecreateEjbRelationshipRole()
    
public  CmpRelationRole.SqlColumncreateSourceSqlColumn()
     Creates a target sql column.
public  CmpRelationRole.SqlColumncreateTargetSqlColumn()
     Creates a target sql column.
public  booleanequals(Object o)
     Returns true if this is the same relation.
public  StringgetLocation()
     Gets the location.
public  StringgetName()
     Returns the relation name.
public  StringgetSQLTable()
     Returns the SQL table for a three-table relation.
public  booleangetSourceCascadeDelete()
     Returns the source cascade-delete property.
public  StringgetSourceEJB()
     Returns the source ejb name.
public  StringgetSourceField()
     Returns the source field name.
public  StringgetSourceMultiplicity()
     Returns the source multiplicity property.
public  StringgetSourceOrderBy()
     Returns the source order-by property.
public  CmpRelationRolegetSourceRole()
     Returns the source role.
public  SqlRelation[]getSourceSQLColumns()
     Returns the source sql columns.
public  booleangetTargetCascadeDelete()
     Returns the target cascade-delete property.
public  StringgetTargetEJB()
     Returns the target ejb name.
public  StringgetTargetField()
     Returns the target field name.
public  StringgetTargetMultiplicity()
     Returns the target multiplicity property.
public  StringgetTargetOrderBy()
     Returns the target order-by property.
public  CmpRelationRolegetTargetRole()
     Returns the target role.
public  SqlRelation[]getTargetSQLColumns()
     Returns the target sql columns.
public  voidinit()
     Initialization sanity checks.
public  voidmerge(CmpRelation newRel)
     Merges the relation.
public  voidsetConfigLocation(String filename, int line)
     Sets the location.
public  voidsetEJBRelationName(String name)
     Sets the relation name.
public  voidsetName(String name)
     Sets the relation name.
public  voidsetSQLTable(String sqlTable)
     Sets the SQL tarble for a three-table relation.
public  voidsetSourceCascadeDelete(boolean sourceCascadeDelete)
     Sets the source cascade-delete property.
public  voidsetSourceEJB(String sourceEJB)
     Sets the source ejb.
public  voidsetSourceField(String sourceField)
     Sets the source field.
public  voidsetSourceMultiplicity(String sourceMultiplicity)
     Sets the source multiplicity property.
public  voidsetSourceOrderBy(String sourceOrderBy)
     Sets the source order-by property.
public  voidsetTargetCascadeDelete(boolean targetCascadeDelete)
     Sets the target cascade-delete property.
public  voidsetTargetEJB(String targetEJB)
     Sets the target ejb.
public  voidsetTargetField(String targetField)
     Sets the target field.
public  voidsetTargetMultiplicity(String targetMultiplicity)
     Sets the target multiplicity property.
public  voidsetTargetOrderBy(String targetOrderBy)
     Sets the target order-by property.


Constructor Detail
CmpRelation
public CmpRelation(EjbConfig config)(Code)
Creates a new cmp-relation



CmpRelation
public CmpRelation()(Code)
Creates a new cmp-relation




Method Detail
addSourceSQLColumn
public void addSourceSQLColumn(String sqlColumn, String references)(Code)
Add a source sql columns.



addTargetSQLColumn
public void addTargetSQLColumn(String sqlColumn, String references)(Code)
Add a target sql columns.



createEjbRelationshipRole
public CmpRelationRole createEjbRelationshipRole() throws ConfigException(Code)
Configures the ejb-relationship-role



createSourceSqlColumn
public CmpRelationRole.SqlColumn createSourceSqlColumn()(Code)
Creates a target sql column.



createTargetSqlColumn
public CmpRelationRole.SqlColumn createTargetSqlColumn()(Code)
Creates a target sql column.



equals
public boolean equals(Object o)(Code)
Returns true if this is the same relation.



getLocation
public String getLocation()(Code)
Gets the location.



getName
public String getName()(Code)
Returns the relation name.



getSQLTable
public String getSQLTable()(Code)
Returns the SQL table for a three-table relation.



getSourceCascadeDelete
public boolean getSourceCascadeDelete()(Code)
Returns the source cascade-delete property.



getSourceEJB
public String getSourceEJB()(Code)
Returns the source ejb name.



getSourceField
public String getSourceField()(Code)
Returns the source field name.



getSourceMultiplicity
public String getSourceMultiplicity()(Code)
Returns the source multiplicity property.



getSourceOrderBy
public String getSourceOrderBy()(Code)
Returns the source order-by property.



getSourceRole
public CmpRelationRole getSourceRole()(Code)
Returns the source role.



getSourceSQLColumns
public SqlRelation[] getSourceSQLColumns()(Code)
Returns the source sql columns.



getTargetCascadeDelete
public boolean getTargetCascadeDelete()(Code)
Returns the target cascade-delete property.



getTargetEJB
public String getTargetEJB()(Code)
Returns the target ejb name.



getTargetField
public String getTargetField()(Code)
Returns the target field name.



getTargetMultiplicity
public String getTargetMultiplicity()(Code)
Returns the target multiplicity property.



getTargetOrderBy
public String getTargetOrderBy()(Code)
Returns the target order-by property.



getTargetRole
public CmpRelationRole getTargetRole()(Code)
Returns the target role.



getTargetSQLColumns
public SqlRelation[] getTargetSQLColumns()(Code)
Returns the target sql columns.



init
public void init() throws ConfigException(Code)
Initialization sanity checks.



merge
public void merge(CmpRelation newRel) throws ConfigException(Code)
Merges the relation.



setConfigLocation
public void setConfigLocation(String filename, int line)(Code)
Sets the location.



setEJBRelationName
public void setEJBRelationName(String name)(Code)
Sets the relation name.



setName
public void setName(String name)(Code)
Sets the relation name.



setSQLTable
public void setSQLTable(String sqlTable)(Code)
Sets the SQL tarble for a three-table relation.



setSourceCascadeDelete
public void setSourceCascadeDelete(boolean sourceCascadeDelete)(Code)
Sets the source cascade-delete property.



setSourceEJB
public void setSourceEJB(String sourceEJB)(Code)
Sets the source ejb.



setSourceField
public void setSourceField(String sourceField)(Code)
Sets the source field.



setSourceMultiplicity
public void setSourceMultiplicity(String sourceMultiplicity) throws ConfigException(Code)
Sets the source multiplicity property.



setSourceOrderBy
public void setSourceOrderBy(String sourceOrderBy)(Code)
Sets the source order-by property.



setTargetCascadeDelete
public void setTargetCascadeDelete(boolean targetCascadeDelete)(Code)
Sets the target cascade-delete property.



setTargetEJB
public void setTargetEJB(String targetEJB)(Code)
Sets the target ejb.



setTargetField
public void setTargetField(String targetField)(Code)
Sets the target field.



setTargetMultiplicity
public void setTargetMultiplicity(String targetMultiplicity) throws ConfigException(Code)
Sets the target multiplicity property.



setTargetOrderBy
public void setTargetOrderBy(String targetOrderBy)(Code)
Sets the target order-by property.



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.