Java Doc for BORelationalStorageTechnology.java in  » UML » MetaBoss » com » metaboss » sdlctools » domains » storagemodel » 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 » UML » MetaBoss » com.metaboss.sdlctools.domains.storagemodel 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.metaboss.sdlctools.domains.storagemodel.BORelationalStorageTechnology

All known Subclasses:   com.metaboss.sdlctools.domains.storagemodel.impl.BORelationalStorageTechnologyImpl,
BORelationalStorageTechnology
public interface BORelationalStorageTechnology extends BOStorageTechnology(Code)




Method Summary
public  NameConversionTypegetAssociationPrimaryKeyConstraintNameConversionType()
     Getter for the name conversion algorithm type for the association primary key constraints.
public  StringgetAssociationPrimaryKeyConstraintNamePrefix()
     Getter for the association primary key constraint name prefix.
public  StringgetAssociationPrimaryKeyConstraintNameSuffix()
     Getter for the association primary key constraint name suffix.
public  NameConversionTypegetAssociationRoleColumnNameConversionType()
    
public  StringgetAssociationRoleColumnNamePrefix()
     Getter for the association role column name prefix.
public  StringgetAssociationRoleColumnNameSuffix()
     Getter for the association role column name suffix.
public  NameConversionTypegetAssociationRoleReferentialConstraintNameConversionType()
     Getter for the name conversion algorithm type for the association role referential integrity constraints.
public  StringgetAssociationRoleReferentialConstraintNamePrefix()
     Getter for the association role referential integrity constraint name prefix.
public  StringgetAssociationRoleReferentialConstraintNameSuffix()
     Getter for the association role referential integrity constraint name suffix.
public  NameConversionTypegetAssociationTableNameConversionType()
    
public  StringgetAssociationTableNamePrefix()
     Getter for the association table prefix.
public  StringgetAssociationTableNameSuffix()
     Getter for the association table suffix.
public  NameConversionTypegetAttributeColumnNameConversionType()
    
public  StringgetAttributeColumnNamePrefix()
     Getter for the attribute column name prefix.
public  StringgetAttributeColumnNameSuffix()
     Getter for the attribute column name suffix.
public  NameConversionTypegetEntityAttributeRefConstraintNameConversionType()
     Getter for the name conversion algorithm type for the attribute referential constraints.
public  StringgetEntityAttributeRefConstraintNamePrefix()
     Getter for the attribute referential constraint name prefix.
public  StringgetEntityAttributeRefConstraintNameSuffix()
     Getter for the attribute referential constraint name suffix.
public  StringgetEntityInstanceIdColumnName()
    
public  NameConversionTypegetEntityNaturalPrimaryKeyConstraintNameConversionType()
     Getter for the name conversion algorithm type for the entity natural primary key constraints.
public  StringgetEntityNaturalPrimaryKeyConstraintNamePrefix()
     Getter for the entity natural primary key constraint name prefix.
public  StringgetEntityNaturalPrimaryKeyConstraintNameSuffix()
     Getter for the entity natural primary key constraint name suffix.
public  NameConversionTypegetEntityPrimaryKeyConstraintNameConversionType()
     Getter for the name conversion algorithm type for the entity primary key constraints.
public  StringgetEntityPrimaryKeyConstraintNamePrefix()
     Getter for the entity primary key constraint name prefix.
public  StringgetEntityPrimaryKeyConstraintNameSuffix()
     Getter for the entity primary key constraint name suffix.
public  StringgetEntityStateColumnName()
    
public  NameConversionTypegetEntityTableNameConversionType()
    
public  StringgetEntityTableNamePrefix()
     Getter for the entity table prefix.
public  StringgetEntityTableNameSuffix()
     Getter for the entity table suffix.
public  StringgetEntityVersionIdColumnName()
    
public  intgetMaxColumnNameLength()
    
public  intgetMaxConstraintNameLength()
    
public  intgetMaxTableNameLength()
    
public  StringgetReferenceDescriptionColumnName()
    
public  NameConversionTypegetReferencePrimaryKeyConstraintNameConversionType()
     Getter for the name conversion algorithm type for the enumerable datatype primary key constraints.
public  StringgetReferencePrimaryKeyConstraintNamePrefix()
     Getter for the enumerable datatype primary key constraint name prefix.
public  StringgetReferencePrimaryKeyConstraintNameSuffix()
     Getter for the enumerable datatype primary key constraint name suffix.
public  NameConversionTypegetReferenceTableNameConversionType()
    
public  StringgetReferenceTableNamePrefix()
     Getter for the reference table prefix.
public  StringgetReferenceTableNameSuffix()
     Getter for the reference table suffix.
public  StringgetReferenceValueColumnName()
    
public  StringgetReferenceWeightColumnName()
    
public  NameConversionTypegetReferenceWeightConstraintNameConversionType()
     Getter for the name conversion algorithm type for the enumerable datatype weight column constraints.
public  StringgetReferenceWeightConstraintNamePrefix()
     Getter for the enumerable datatype weight constraint name prefix.
public  StringgetReferenceWeightConstraintNameSuffix()
     Getter for the enumerable datatype weight constraint name suffix.
public  BORelationalStorageTechnologyDomainStorageListgetRelationalDomainStorages()
    



Method Detail
getAssociationPrimaryKeyConstraintNameConversionType
public NameConversionType getAssociationPrimaryKeyConstraintNameConversionType() throws BOException(Code)
Getter for the name conversion algorithm type for the association primary key constraints. The association name string will be passed to this algorithm



getAssociationPrimaryKeyConstraintNamePrefix
public String getAssociationPrimaryKeyConstraintNamePrefix() throws BOException(Code)
Getter for the association primary key constraint name prefix. It gets prepended to the name after name conversion argorithm is invoked.



getAssociationPrimaryKeyConstraintNameSuffix
public String getAssociationPrimaryKeyConstraintNameSuffix() throws BOException(Code)
Getter for the association primary key constraint name suffix. It gets appended to the name after name conversion argorithm is invoked.



getAssociationRoleColumnNameConversionType
public NameConversionType getAssociationRoleColumnNameConversionType() throws BOException(Code)
Getter for the name conversion algorithm type for the association role column



getAssociationRoleColumnNamePrefix
public String getAssociationRoleColumnNamePrefix() throws BOException(Code)
Getter for the association role column name prefix. It gets prepended to the association role name from the model after name conversion argorithm is invoked



getAssociationRoleColumnNameSuffix
public String getAssociationRoleColumnNameSuffix() throws BOException(Code)
Getter for the association role column name suffix. It gets apppended to the association role name from the model after name conversion argorithm is invoked



getAssociationRoleReferentialConstraintNameConversionType
public NameConversionType getAssociationRoleReferentialConstraintNameConversionType() throws BOException(Code)
Getter for the name conversion algorithm type for the association role referential integrity constraints. The concatenated association + role name string will be passed to this algorithm



getAssociationRoleReferentialConstraintNamePrefix
public String getAssociationRoleReferentialConstraintNamePrefix() throws BOException(Code)
Getter for the association role referential integrity constraint name prefix. It gets prepended to the name after name conversion argorithm is invoked.



getAssociationRoleReferentialConstraintNameSuffix
public String getAssociationRoleReferentialConstraintNameSuffix() throws BOException(Code)
Getter for the association role referential integrity constraint name suffix. It gets appended to the name after name conversion argorithm is invoked.



getAssociationTableNameConversionType
public NameConversionType getAssociationTableNameConversionType() throws BOException(Code)
Getter for the name conversion algorithm type for the association table



getAssociationTableNamePrefix
public String getAssociationTableNamePrefix() throws BOException(Code)
Getter for the association table prefix. It gets prepended to the association name from the model after name conversion argorithm is invoked



getAssociationTableNameSuffix
public String getAssociationTableNameSuffix() throws BOException(Code)
Getter for the association table suffix. It gets appended to the association name from the model after name conversion argorithm is invoked



getAttributeColumnNameConversionType
public NameConversionType getAttributeColumnNameConversionType() throws BOException(Code)
Getter for the name conversion algorithm type for the attribute column



getAttributeColumnNamePrefix
public String getAttributeColumnNamePrefix() throws BOException(Code)
Getter for the attribute column name prefix. It gets prepended to the attribute name from the model after name conversion argorithm is invoked



getAttributeColumnNameSuffix
public String getAttributeColumnNameSuffix() throws BOException(Code)
Getter for the attribute column name suffix. It gets appended to the attribute name from the model after name conversion argorithm is invoked



getEntityAttributeRefConstraintNameConversionType
public NameConversionType getEntityAttributeRefConstraintNameConversionType() throws BOException(Code)
Getter for the name conversion algorithm type for the attribute referential constraints. The entity name string will be passed to this algorithm



getEntityAttributeRefConstraintNamePrefix
public String getEntityAttributeRefConstraintNamePrefix() throws BOException(Code)
Getter for the attribute referential constraint name prefix. It gets prepended to the name after name conversion argorithm is invoked.



getEntityAttributeRefConstraintNameSuffix
public String getEntityAttributeRefConstraintNameSuffix() throws BOException(Code)
Getter for the attribute referential constraint name suffix. It gets appended to the name after name conversion argorithm is invoked.



getEntityInstanceIdColumnName
public String getEntityInstanceIdColumnName() throws BOException(Code)
Getter for the name of the column to store entity instance id



getEntityNaturalPrimaryKeyConstraintNameConversionType
public NameConversionType getEntityNaturalPrimaryKeyConstraintNameConversionType() throws BOException(Code)
Getter for the name conversion algorithm type for the entity natural primary key constraints. The entity name string will be passed to this algorithm



getEntityNaturalPrimaryKeyConstraintNamePrefix
public String getEntityNaturalPrimaryKeyConstraintNamePrefix() throws BOException(Code)
Getter for the entity natural primary key constraint name prefix. It gets prepended to the name after name conversion argorithm is invoked.



getEntityNaturalPrimaryKeyConstraintNameSuffix
public String getEntityNaturalPrimaryKeyConstraintNameSuffix() throws BOException(Code)
Getter for the entity natural primary key constraint name suffix. It gets appended to the name after name conversion argorithm is invoked.



getEntityPrimaryKeyConstraintNameConversionType
public NameConversionType getEntityPrimaryKeyConstraintNameConversionType() throws BOException(Code)
Getter for the name conversion algorithm type for the entity primary key constraints. The entity name string will be passed to this algorithm



getEntityPrimaryKeyConstraintNamePrefix
public String getEntityPrimaryKeyConstraintNamePrefix() throws BOException(Code)
Getter for the entity primary key constraint name prefix. It gets prepended to the name after name conversion argorithm is invoked.



getEntityPrimaryKeyConstraintNameSuffix
public String getEntityPrimaryKeyConstraintNameSuffix() throws BOException(Code)
Getter for the entity primary key constraint name suffix. It gets appended to the name after name conversion argorithm is invoked.



getEntityStateColumnName
public String getEntityStateColumnName() throws BOException(Code)
Getter for the name of the column to store entity state



getEntityTableNameConversionType
public NameConversionType getEntityTableNameConversionType() throws BOException(Code)
Getter for the name conversion algorithm type for the entity table



getEntityTableNamePrefix
public String getEntityTableNamePrefix() throws BOException(Code)
Getter for the entity table prefix. It gets prepended to the association name from the model after name conversion argorithm is invoked



getEntityTableNameSuffix
public String getEntityTableNameSuffix() throws BOException(Code)
Getter for the entity table suffix. It gets appended to the association name from the model after name conversion argorithm is invoked



getEntityVersionIdColumnName
public String getEntityVersionIdColumnName() throws BOException(Code)
Getter for the name of the column to store entity version id



getMaxColumnNameLength
public int getMaxColumnNameLength() throws BOException(Code)
Getter for the maximum length of the column name



getMaxConstraintNameLength
public int getMaxConstraintNameLength() throws BOException(Code)
Getter for the maximum length of the constraint name



getMaxTableNameLength
public int getMaxTableNameLength() throws BOException(Code)
Getter for the maximum length of the table name



getReferenceDescriptionColumnName
public String getReferenceDescriptionColumnName() throws BOException(Code)
Getter for the name of the column to store enumnerable value description



getReferencePrimaryKeyConstraintNameConversionType
public NameConversionType getReferencePrimaryKeyConstraintNameConversionType() throws BOException(Code)
Getter for the name conversion algorithm type for the enumerable datatype primary key constraints. The datatype reference string will be passed to this algorithm



getReferencePrimaryKeyConstraintNamePrefix
public String getReferencePrimaryKeyConstraintNamePrefix() throws BOException(Code)
Getter for the enumerable datatype primary key constraint name prefix. It gets prepended to the name after name conversion argorithm is invoked.



getReferencePrimaryKeyConstraintNameSuffix
public String getReferencePrimaryKeyConstraintNameSuffix() throws BOException(Code)
Getter for the enumerable datatype primary key constraint name suffix. It gets appended to the name after name conversion argorithm is invoked.



getReferenceTableNameConversionType
public NameConversionType getReferenceTableNameConversionType() throws BOException(Code)
Getter for the name conversion algorithm type for the reference table



getReferenceTableNamePrefix
public String getReferenceTableNamePrefix() throws BOException(Code)
Getter for the reference table prefix. It gets prepended to the association name from the model after name conversion argorithm is invoked



getReferenceTableNameSuffix
public String getReferenceTableNameSuffix() throws BOException(Code)
Getter for the reference table suffix. It gets appended to the association name from the model after name conversion argorithm is invoked



getReferenceValueColumnName
public String getReferenceValueColumnName() throws BOException(Code)
Getter for the name of the column to store enumnerable value name



getReferenceWeightColumnName
public String getReferenceWeightColumnName() throws BOException(Code)
Getter for the name of the column to store enumnerable value weight



getReferenceWeightConstraintNameConversionType
public NameConversionType getReferenceWeightConstraintNameConversionType() throws BOException(Code)
Getter for the name conversion algorithm type for the enumerable datatype weight column constraints. The datatype reference string will be passed to this algorithm



getReferenceWeightConstraintNamePrefix
public String getReferenceWeightConstraintNamePrefix() throws BOException(Code)
Getter for the enumerable datatype weight constraint name prefix. It gets prepended to the name after name conversion argorithm is invoked.



getReferenceWeightConstraintNameSuffix
public String getReferenceWeightConstraintNameSuffix() throws BOException(Code)
Getter for the enumerable datatype weight constraint name suffix. It gets appended to the name after name conversion argorithm is invoked.



getRelationalDomainStorages
public BORelationalStorageTechnologyDomainStorageList getRelationalDomainStorages() throws BOException(Code)
Retrieves relational domain storage definitions for this storage technology



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