Java Doc for WeblogicRdbmsBean.java in  » J2EE » openejb3 » org » apache » openejb » jee » wls » 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 » J2EE » openejb3 » org.apache.openejb.jee.wls 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.openejb.jee.wls.WeblogicRdbmsBean

WeblogicRdbmsBean
public class WeblogicRdbmsBean (Code)

Java class for weblogic-rdbms-bean complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="weblogic-rdbms-bean">
 <complexContent>
 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 <sequence>
 <element name="ejb-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
 <element name="data-source-jndi-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
 <element name="unknown-primary-key-field" type="{http://www.bea.com/ns/weblogic/90}unknown-primary-key-field" minOccurs="0"/>
 <element name="table-map" type="{http://www.bea.com/ns/weblogic/90}table-map" maxOccurs="unbounded"/>
 <element name="field-group" type="{http://www.bea.com/ns/weblogic/90}field-group" maxOccurs="unbounded" minOccurs="0"/>
 <element name="relationship-caching" type="{http://www.bea.com/ns/weblogic/90}relationship-caching" maxOccurs="unbounded" minOccurs="0"/>
 <element name="sql-shape" type="{http://www.bea.com/ns/weblogic/90}sql-shape" maxOccurs="unbounded" minOccurs="0"/>
 <element name="weblogic-query" type="{http://www.bea.com/ns/weblogic/90}weblogic-query" maxOccurs="unbounded" minOccurs="0"/>
 <element name="delay-database-insert-until" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 <element name="use-select-for-update" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
 <element name="lock-order" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
 <element name="instance-lock-order" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 <element name="automatic-key-generation" type="{http://www.bea.com/ns/weblogic/90}automatic-key-generation" minOccurs="0"/>
 <element name="check-exists-on-method" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
 <element name="cluster-invalidation-disabled" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
 </sequence>
 <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
 </restriction>
 </complexContent>
 </complexType>
 


Field Summary
protected  AutomaticKeyGenerationautomaticKeyGeneration
    
protected  BooleancheckExistsOnMethod
    
protected  BooleanclusterInvalidationDisabled
    
protected  StringdataSourceJndiName
    
protected  StringdelayDatabaseInsertUntil
    
protected  StringejbName
    
protected  List<FieldGroup>fieldGroup
    
protected  Stringid
    
protected  StringinstanceLockOrder
    
protected  BigIntegerlockOrder
    
protected  List<RelationshipCaching>relationshipCaching
    
protected  List<SqlShape>sqlShape
    
protected  List<TableMap>tableMap
    
protected  UnknownPrimaryKeyFieldunknownPrimaryKeyField
    
protected  BooleanuseSelectForUpdate
    
protected  List<WeblogicQuery>weblogicQuery
    


Method Summary
public  AutomaticKeyGenerationgetAutomaticKeyGeneration()
     Gets the value of the automaticKeyGeneration property.
public  BooleangetCheckExistsOnMethod()
     Gets the value of the checkExistsOnMethod property.
public  BooleangetClusterInvalidationDisabled()
     Gets the value of the clusterInvalidationDisabled property.
public  StringgetDataSourceJndiName()
     Gets the value of the dataSourceJndiName property.
public  StringgetDelayDatabaseInsertUntil()
     Gets the value of the delayDatabaseInsertUntil property.
public  StringgetEjbName()
     Gets the value of the ejbName property.
public  List<FieldGroup>getFieldGroup()
     Gets the value of the fieldGroup property.

This accessor method returns a reference to the live list, not a snapshot.

public  StringgetId()
     Gets the value of the id property.
public  StringgetInstanceLockOrder()
     Gets the value of the instanceLockOrder property.
public  BigIntegergetLockOrder()
     Gets the value of the lockOrder property.
public  List<RelationshipCaching>getRelationshipCaching()
     Gets the value of the relationshipCaching property.

This accessor method returns a reference to the live list, not a snapshot.

public  List<SqlShape>getSqlShape()
     Gets the value of the sqlShape property.

This accessor method returns a reference to the live list, not a snapshot.

public  List<TableMap>getTableMap()
     Gets the value of the tableMap property.

This accessor method returns a reference to the live list, not a snapshot.

public  UnknownPrimaryKeyFieldgetUnknownPrimaryKeyField()
     Gets the value of the unknownPrimaryKeyField property.
public  BooleangetUseSelectForUpdate()
     Gets the value of the useSelectForUpdate property.
public  List<WeblogicQuery>getWeblogicQuery()
     Gets the value of the weblogicQuery property.

This accessor method returns a reference to the live list, not a snapshot.

public  voidsetAutomaticKeyGeneration(AutomaticKeyGeneration value)
     Sets the value of the automaticKeyGeneration property.
public  voidsetCheckExistsOnMethod(Boolean value)
     Sets the value of the checkExistsOnMethod property.
public  voidsetClusterInvalidationDisabled(Boolean value)
     Sets the value of the clusterInvalidationDisabled property.
public  voidsetDataSourceJndiName(String value)
     Sets the value of the dataSourceJndiName property.
public  voidsetDelayDatabaseInsertUntil(String value)
     Sets the value of the delayDatabaseInsertUntil property.
public  voidsetEjbName(String value)
     Sets the value of the ejbName property.
public  voidsetId(String value)
     Sets the value of the id property.
public  voidsetInstanceLockOrder(String value)
     Sets the value of the instanceLockOrder property.
public  voidsetLockOrder(BigInteger value)
     Sets the value of the lockOrder property.
public  voidsetUnknownPrimaryKeyField(UnknownPrimaryKeyField value)
     Sets the value of the unknownPrimaryKeyField property.
public  voidsetUseSelectForUpdate(Boolean value)
     Sets the value of the useSelectForUpdate property.

Field Detail
automaticKeyGeneration
protected AutomaticKeyGeneration automaticKeyGeneration(Code)



checkExistsOnMethod
protected Boolean checkExistsOnMethod(Code)



clusterInvalidationDisabled
protected Boolean clusterInvalidationDisabled(Code)



dataSourceJndiName
protected String dataSourceJndiName(Code)



delayDatabaseInsertUntil
protected String delayDatabaseInsertUntil(Code)



ejbName
protected String ejbName(Code)



fieldGroup
protected List<FieldGroup> fieldGroup(Code)



id
protected String id(Code)



instanceLockOrder
protected String instanceLockOrder(Code)



lockOrder
protected BigInteger lockOrder(Code)



relationshipCaching
protected List<RelationshipCaching> relationshipCaching(Code)



sqlShape
protected List<SqlShape> sqlShape(Code)



tableMap
protected List<TableMap> tableMap(Code)



unknownPrimaryKeyField
protected UnknownPrimaryKeyField unknownPrimaryKeyField(Code)



useSelectForUpdate
protected Boolean useSelectForUpdate(Code)



weblogicQuery
protected List<WeblogicQuery> weblogicQuery(Code)





Method Detail
getAutomaticKeyGeneration
public AutomaticKeyGeneration getAutomaticKeyGeneration()(Code)
Gets the value of the automaticKeyGeneration property. possible object isAutomaticKeyGeneration



getCheckExistsOnMethod
public Boolean getCheckExistsOnMethod()(Code)
Gets the value of the checkExistsOnMethod property. possible object isBoolean



getClusterInvalidationDisabled
public Boolean getClusterInvalidationDisabled()(Code)
Gets the value of the clusterInvalidationDisabled property. possible object isBoolean



getDataSourceJndiName
public String getDataSourceJndiName()(Code)
Gets the value of the dataSourceJndiName property. possible object isString



getDelayDatabaseInsertUntil
public String getDelayDatabaseInsertUntil()(Code)
Gets the value of the delayDatabaseInsertUntil property. possible object isString



getEjbName
public String getEjbName()(Code)
Gets the value of the ejbName property. possible object isString



getFieldGroup
public List<FieldGroup> getFieldGroup()(Code)
Gets the value of the fieldGroup property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the fieldGroup property.

For example, to add a new item, do as follows:

 getFieldGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list FieldGroup




getId
public String getId()(Code)
Gets the value of the id property. possible object isString



getInstanceLockOrder
public String getInstanceLockOrder()(Code)
Gets the value of the instanceLockOrder property. possible object isString



getLockOrder
public BigInteger getLockOrder()(Code)
Gets the value of the lockOrder property. possible object isBigInteger



getRelationshipCaching
public List<RelationshipCaching> getRelationshipCaching()(Code)
Gets the value of the relationshipCaching property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the relationshipCaching property.

For example, to add a new item, do as follows:

 getRelationshipCaching().add(newItem);
 

Objects of the following type(s) are allowed in the list RelationshipCaching




getSqlShape
public List<SqlShape> getSqlShape()(Code)
Gets the value of the sqlShape property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the sqlShape property.

For example, to add a new item, do as follows:

 getSqlShape().add(newItem);
 

Objects of the following type(s) are allowed in the list SqlShape




getTableMap
public List<TableMap> getTableMap()(Code)
Gets the value of the tableMap property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the tableMap property.

For example, to add a new item, do as follows:

 getTableMap().add(newItem);
 

Objects of the following type(s) are allowed in the list TableMap




getUnknownPrimaryKeyField
public UnknownPrimaryKeyField getUnknownPrimaryKeyField()(Code)
Gets the value of the unknownPrimaryKeyField property. possible object isUnknownPrimaryKeyField



getUseSelectForUpdate
public Boolean getUseSelectForUpdate()(Code)
Gets the value of the useSelectForUpdate property. possible object isBoolean



getWeblogicQuery
public List<WeblogicQuery> getWeblogicQuery()(Code)
Gets the value of the weblogicQuery property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the weblogicQuery property.

For example, to add a new item, do as follows:

 getWeblogicQuery().add(newItem);
 

Objects of the following type(s) are allowed in the list WeblogicQuery




setAutomaticKeyGeneration
public void setAutomaticKeyGeneration(AutomaticKeyGeneration value)(Code)
Sets the value of the automaticKeyGeneration property.
Parameters:
  value - allowed object isAutomaticKeyGeneration



setCheckExistsOnMethod
public void setCheckExistsOnMethod(Boolean value)(Code)
Sets the value of the checkExistsOnMethod property.
Parameters:
  value - allowed object isBoolean



setClusterInvalidationDisabled
public void setClusterInvalidationDisabled(Boolean value)(Code)
Sets the value of the clusterInvalidationDisabled property.
Parameters:
  value - allowed object isBoolean



setDataSourceJndiName
public void setDataSourceJndiName(String value)(Code)
Sets the value of the dataSourceJndiName property.
Parameters:
  value - allowed object isString



setDelayDatabaseInsertUntil
public void setDelayDatabaseInsertUntil(String value)(Code)
Sets the value of the delayDatabaseInsertUntil property.
Parameters:
  value - allowed object isString



setEjbName
public void setEjbName(String value)(Code)
Sets the value of the ejbName property.
Parameters:
  value - allowed object isString



setId
public void setId(String value)(Code)
Sets the value of the id property.
Parameters:
  value - allowed object isString



setInstanceLockOrder
public void setInstanceLockOrder(String value)(Code)
Sets the value of the instanceLockOrder property.
Parameters:
  value - allowed object isString



setLockOrder
public void setLockOrder(BigInteger value)(Code)
Sets the value of the lockOrder property.
Parameters:
  value - allowed object isBigInteger



setUnknownPrimaryKeyField
public void setUnknownPrimaryKeyField(UnknownPrimaryKeyField value)(Code)
Sets the value of the unknownPrimaryKeyField property.
Parameters:
  value - allowed object isUnknownPrimaryKeyField



setUseSelectForUpdate
public void setUseSelectForUpdate(Boolean value)(Code)
Sets the value of the useSelectForUpdate property.
Parameters:
  value - allowed object isBoolean



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.