com.metaboss.sdlctools.domains.storagemodel.storage.xmlfileimpl.dom

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.storage.xmlfileimpl.dom 
com.metaboss.sdlctools.domains.storagemodel.storage.xmlfileimpl.dom
Java Source File NameTypeComment
AssociationPrimaryKeyConstraintDef.javaInterface Represents the definition for the assocition table primary key constraint. Java content class for AssociationPrimaryKeyConstraintDef element declaration.

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

AssociationPrimaryKeyConstraintDefType.javaInterface Java content class for anonymous complex type.

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

AssociationPrimaryKeyConstraintNameConversionType.javaInterface Reference to the algorithm to be used in forming the association primary key constraint names from the association name obtained from the model.
AssociationPrimaryKeyConstraintNamePrefix.javaInterface Contains string to be prepended to the association primary key constraint name after name generation algorithm has been applied. The association primary key constraint is used when association has its own table (this normally happens with many-to-many styles of association). It ensures that the association table contains at most one record linking two associated records together. Java content class for AssociationPrimaryKeyConstraintNamePrefix element declaration.

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

AssociationPrimaryKeyConstraintNameSuffix.javaInterface Contains string to be appended to the association primary key constraint name after name generation algorithm has been applied. The association primary key constraint is used when association has its own table (this normally happens with many-to-many styles of association). It ensures that the association table contains at most one record linking two associated records together. Java content class for AssociationPrimaryKeyConstraintNameSuffix element declaration.

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

AssociationRoleAInstanceIdColumnDef.javaInterface Represents the definition for the single column, which contains role A entity instance id. Java content class for AssociationRoleAInstanceIdColumnDef element declaration.

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

AssociationRoleAInstanceIdColumnDefType.javaInterface Java content class for anonymous complex type.

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

AssociationRoleAReferentialConstraintDef.javaInterface Represents the definition for the foreign key constraint on RoleA column in the association table. Java content class for AssociationRoleAReferentialConstraintDef element declaration.

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

AssociationRoleAReferentialConstraintDefType.javaInterface Java content class for anonymous complex type.

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

AssociationRoleBInstanceIdColumnDef.javaInterface Represents the definition for the single column, which contains role B entity instance id. Java content class for AssociationRoleBInstanceIdColumnDef element declaration.

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

AssociationRoleBInstanceIdColumnDefType.javaInterface Java content class for anonymous complex type.

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

AssociationRoleBReferentialConstraintDef.javaInterface Represents the definition for the foreign key constraint on RoleB column in the association table. Java content class for AssociationRoleBReferentialConstraintDef element declaration.

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

AssociationRoleBReferentialConstraintDefType.javaInterface Java content class for anonymous complex type.

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

AssociationRoleColumnDef.javaInterface Represents the definition for the single column, which represents the association. Java content class for AssociationRoleColumnDef element declaration.

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

AssociationRoleColumnDefList.javaInterface The list containing zero or more association role column / constraints etc definitions. Java content class for AssociationRoleColumnDefList element declaration.

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

AssociationRoleColumnDefListType.javaInterface Java content class for anonymous complex type.

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

AssociationRoleColumnDefType.javaInterface Java content class for anonymous complex type.

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

AssociationRoleColumnNameConversionType.javaInterface Reference to the algorithm to be used in forming the association role related column names from the base name.
AssociationRoleColumnNamePrefix.javaInterface Contains string to be prepended to the association role name after name generation algorithm has been applied Java content class for AssociationRoleColumnNamePrefix element declaration.

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

AssociationRoleColumnNameSuffix.javaInterface Contains string to be appepended to the association role name after name generation algorithm has been applied Java content class for AssociationRoleColumnNameSuffix element declaration.

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

AssociationRoleReferentialConstraintNameConversionType.javaInterface Reference to the algorithm to be used in forming the association role referential integrity constraint names from the base name.
AssociationRoleReferentialConstraintNamePrefix.javaInterface Contains string to be prepended to the association role referential integrity constraint name after name generation algorithm has been applied. The association role referential integrity constraint is used when association has its own table (this normally happens with many-to-many styles of association). It ensures that the association table is only referencing records present in the corresponding entity table. Java content class for AssociationRoleReferentialConstraintNamePrefix element declaration.

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

AssociationRoleReferentialConstraintNameSuffix.javaInterface Contains string to be appended to the association role referential integrity constraint name after name generation algorithm has been applied. The association role referential integrity constraint is used when association has its own table (this normally happens with many-to-many styles of association). It ensures that the association table is only referencing records present in the corresponding entity table. Java content class for AssociationRoleReferentialConstraintNameSuffix element declaration.

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

AssociationTableDef.javaInterface Represents the definition for the association table.
AssociationTableDefList.javaInterface The list containing zero or more association table definitions.
AssociationTableDefListType.javaInterface Java content class for anonymous complex type.

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

AssociationTableDefType.javaInterface Java content class for anonymous complex type.

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

AssociationTableNameConversionType.javaInterface Reference to the algorithm to be used in forming the association table names from the association name in the model Java content class for AssociationTableNameConversionType element declaration.

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

AssociationTableNamePrefix.javaInterface Contains string to be prepended to the association table name after name generation algorithm has been applied Java content class for AssociationTableNamePrefix element declaration.

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

AssociationTableNameSuffix.javaInterface Contains string to be appepended to the association table name after name generation algorithm has been applied Java content class for AssociationTableNameSuffix element declaration.

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

AttributeColumnDef.javaInterface Represents the definition for the single column, which represents the attribute. Java content class for AttributeColumnDef element declaration.

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

AttributeColumnDefList.javaInterface The list containing zero or more entity attribute column definitions. Java content class for AttributeColumnDefList element declaration.

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

AttributeColumnDefListType.javaInterface Java content class for anonymous complex type.

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

AttributeColumnDefType.javaInterface Java content class for anonymous complex type.

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

AttributeColumnNameConversionType.javaInterface Reference to the algorithm to be used in forming the attribute related column names from the attribute name in the model Java content class for AttributeColumnNameConversionType element declaration.

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

AttributeColumnNameDef.javaInterface Represents the definition for the name of the column, which represents the attribute. Java content class for AttributeColumnNameDef element declaration.

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

AttributeColumnNameDefType.javaInterface Java content class for anonymous complex type.

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

AttributeColumnNamePrefix.javaInterface Contains string to be prepended to the attribute name after name generation algorithm has been applied Java content class for AttributeColumnNamePrefix element declaration.

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

AttributeColumnNameSuffix.javaInterface Contains string to be appepended to the attribute name after name generation algorithm has been applied Java content class for AttributeColumnNameSuffix element declaration.

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

AttributeRefConstraintNameDef.javaInterface Represents the definition for the name of the referential constraint for the attribute. Java content class for AttributeRefConstraintNameDef element declaration.

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

AttributeRefConstraintNameDefType.javaInterface Java content class for anonymous complex type.

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

Description.javaInterface Generic field containing description of the owner element Java content class for Description element declaration.

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

DomainStorageDef.javaInterface Represents main storage definition element.
DomainStorageDefType.javaInterface Java content class for anonymous complex type.

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

DomainStorageImplementationGeneratorRef.javaInterface The domain storage implementation generator is invoked every time when storage code for the domain storage realised on this storage technology gets generated. This element contains subpackage where domain storage code generator can be instantiated from. Code generator must implement com.metaboss.sdlctools.services.codegeneration.BSStorageImplementationGenerator interface and be located in the subpackage of the com.metaboss.sdlctools.services.codegeneration.storageimplementationgenerator package To enforce this rule and to simplify generator identification only subpackage needs to be enetered in this field. (e.g.
DomainStorageMetaDataGeneratorRef.javaInterface The metadata generator will be invoked every time after core domain storage metadata generator. The purpose of this generator is to update technology specific portions of the domain storage metadata. This element contains subpackage where optional domain storage metadata generator can be found. MetaData generator must implement com.metaboss.sdlctools.services.metadatamanagement.BSDomainStorageManagement interface and be located in the subpackage of the com.metaboss.sdlctools.services.metadatamanagement.domainstoragemanagement package. To enforce this rule and to simplify generator identification only subpackage needs to be enetered in this field. (e.g.
EntityAttributeRefConstraintNameConversionType.javaInterface Reference to the algorithm to be used in forming the attribute referential constraint name from the entity and attribute names obtained from the model. The attribute referential constraint is used when attribute can have a limited set of values. It ensures that the attribute can only have on of the values from the predefined list. Java content class for EntityAttributeRefConstraintNameConversionType element declaration.

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

EntityAttributeRefConstraintNamePrefix.javaInterface Contains string to be prepended to the attribute referential constraint name after name generation algorithm has been applied. The attribute referential constraint is used when attribute can have a limited set of values. It ensures that the attribute can only have on of the values from the predefined list. Java content class for EntityAttributeRefConstraintNamePrefix element declaration.

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

EntityAttributeRefConstraintNameSuffix.javaInterface Contains string to be appended to the attribute referential constraint name after name generation algorithm has been applied. The attribute referential constraint is used when attribute can have a limited set of values. It ensures that the attribute can only have on of the values from the predefined list. Java content class for EntityAttributeRefConstraintNameSuffix element declaration.

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

EntityInstanceIdColumnDef.javaInterface Represents the definition for the single column, which contains entity instance id. Java content class for EntityInstanceIdColumnDef element declaration.

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

EntityInstanceIdColumnDefType.javaInterface Java content class for anonymous complex type.

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

EntityInstanceIdColumnName.javaInterface Column name to use for autogenerated entity instance id attribute Java content class for EntityInstanceIdColumnName element declaration.

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

EntityNaturalPrimaryKeyConstraintDef.javaInterface Represents the definition for the natural (model defined) primary key constraint on entity table. Java content class for EntityNaturalPrimaryKeyConstraintDef element declaration.

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

EntityNaturalPrimaryKeyConstraintDefType.javaInterface Java content class for anonymous complex type.

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

EntityNaturalPrimaryKeyConstraintNameConversionType.javaInterface Reference to the algorithm to be used in forming the entity natural primary key constraint names from the entity name obtained from the model. The entity natural primary key constraint is used when entity has primary key defined in the model. It ensures that the entity table contains at most one record with the same set of values in the primary key columns. Java content class for EntityNaturalPrimaryKeyConstraintNameConversionType element declaration.

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

EntityNaturalPrimaryKeyConstraintNamePrefix.javaInterface Contains string to be prepended to the entity natural primary key constraint name after name generation algorithm has been applied. The entity natural primary key constraint is used when entity has primary key defined in the model. It ensures that the entity table contains at most one record with the same set of values in the primary key columns. Java content class for EntityNaturalPrimaryKeyConstraintNamePrefix element declaration.

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

EntityNaturalPrimaryKeyConstraintNameSuffix.javaInterface Contains string to be appended to the entity natural primary key constraint name after name generation algorithm has been applied. The entity natural primary key constraint is used when entity has primary key defined in the model. It ensures that the entity table contains at most one record with the same set of values in the primary key columns. Java content class for EntityNaturalPrimaryKeyConstraintNameSuffix element declaration.

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

EntityPrimaryKeyConstraintDef.javaInterface Represents the definition for the primary key constraint (based on instance id column) on entity table. Java content class for EntityPrimaryKeyConstraintDef element declaration.

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

EntityPrimaryKeyConstraintDefType.javaInterface Java content class for anonymous complex type.

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

EntityPrimaryKeyConstraintNameConversionType.javaInterface Reference to the algorithm to be used in forming the entity primary key constraint names from the entity name obtained from the model. The entity primary key constraint is based on Instance Id column, which is always present. It ensures that the entity table contains at most one record with the same value in the Instance Id column. Java content class for EntityPrimaryKeyConstraintNameConversionType element declaration.

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

EntityPrimaryKeyConstraintNamePrefix.javaInterface Contains string to be prepended to the entity primary key constraint name after name generation algorithm has been applied. The entity primary key constraint is based on Instance Id column, which is always present. It ensures that the entity table contains at most one record with the same value in the Instance Id column. Java content class for EntityPrimaryKeyConstraintNamePrefix element declaration.

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

EntityPrimaryKeyConstraintNameSuffix.javaInterface Contains string to be appended to the entity primary key constraint name after name generation algorithm has been applied. The entity primary key constraint is based on Instance Id column, which is always present. It ensures that the entity table contains at most one record with the same value in the Instance Id column. Java content class for EntityPrimaryKeyConstraintNameSuffix element declaration.

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

EntityStateColumnDef.javaInterface Represents the definition for the column, which contains entity state id. Java content class for EntityStateColumnDef element declaration.

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

EntityStateColumnDefType.javaInterface Java content class for anonymous complex type.

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

EntityStateColumnName.javaInterface Column name to use for autogenerated entity state attribute Java content class for EntityStateColumnName element declaration.

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

EntityStateColumnNameDef.javaInterface Represents the definition for the name of the column, which contains entity state id. Java content class for EntityStateColumnNameDef element declaration.

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

EntityStateColumnNameDefType.javaInterface Java content class for anonymous complex type.

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

EntityStateRefConstraintNameDef.javaInterface Represents the definition for the name of the constraint, which is guarding entity state id. Java content class for EntityStateRefConstraintNameDef element declaration.

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

EntityStateRefConstraintNameDefType.javaInterface Java content class for anonymous complex type.

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

EntityTableDef.javaInterface Represents the definition for the entity table. Java content class for EntityTableDef element declaration.

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

EntityTableDefList.javaInterface The list containing zero or more entity table definitions. Java content class for EntityTableDefList element declaration.

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

EntityTableDefListType.javaInterface Java content class for anonymous complex type.

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

EntityTableDefType.javaInterface Java content class for anonymous complex type.

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

EntityTableNameConversionType.javaInterface Reference to the algorithm to be used in forming the entity table names from the association name in the model Java content class for EntityTableNameConversionType element declaration.

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

EntityTableNamePrefix.javaInterface Contains string to be prepended to the entity table name after name generation algorithm has been applied Java content class for EntityTableNamePrefix element declaration.

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

EntityTableNameSuffix.javaInterface Contains string to be appepended to the entity table name after name generation algorithm has been applied Java content class for EntityTableNameSuffix element declaration.

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

EntityVersionIdColumnDef.javaInterface Represents the definition for the single column, which contains entity version id. Java content class for EntityVersionIdColumnDef element declaration.

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

EntityVersionIdColumnDefType.javaInterface Java content class for anonymous complex type.

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

EntityVersionIdColumnName.javaInterface Column name to use for autogenerated entity version id attribute Java content class for EntityVersionIdColumnName element declaration.

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

InstanceIdColumnNameOverride.javaInterface Generic field containing manually entered definite 'must-use' instance id column name Java content class for InstanceIdColumnNameOverride element declaration.

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

InstanceIdColumnNameSuggestion.javaInterface Generic field containing automatically generated suggestion of the instance id column name Java content class for InstanceIdColumnNameSuggestion element declaration.

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

MaxColumnNameLength.javaInterface Absolute maximum number of characters the column name might be in this technology Java content class for MaxColumnNameLength element declaration.

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

MaxConstraintNameLength.javaInterface Absolute maximum number of characters the constraint name might be in this technology Java content class for MaxConstraintNameLength element declaration.

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

MaxTableNameLength.javaInterface Absolute maximum number of characters the table name might be in this technology Java content class for MaxTableNameLength element declaration.

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

NameOverride.javaInterface Generic field containing manually entered definite 'must-use' column name Java content class for NameOverride element declaration.

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

NameSuggestion.javaInterface Generic field containing automatically generated suggestion of the name Java content class for NameSuggestion element declaration.

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

ObjectFactory.javaClass This object contains factory methods for each Java content interface and Java element interface generated in the com.metaboss.sdlctools.domains.storagemodel.storage.xmlfileimpl.dom package.
ReferenceComparisonMechanismDef.javaInterface Represents the definition for the mechanism supporting the comparision weight of values. Java content class for ReferenceComparisonMechanismDef element declaration.

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

ReferenceComparisonMechanismDefType.javaInterface Java content class for anonymous complex type.

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

ReferenceDescriptionColumnDef.javaInterface Represents the definition for the column containing description of the particular value of the enumerable type. Java content class for ReferenceDescriptionColumnDef element declaration.

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

ReferenceDescriptionColumnDefType.javaInterface Java content class for anonymous complex type.

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

ReferenceDescriptionColumnName.javaInterface Column name to use for autogenerated enumerable value description attribute. Java content class for ReferenceDescriptionColumnName element declaration.

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

ReferencePrimaryKeyConstraintDef.javaInterface Represents the definition for the primary key constraint (based on value column) on reference table. Java content class for ReferencePrimaryKeyConstraintDef element declaration.

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

ReferencePrimaryKeyConstraintDefType.javaInterface Java content class for anonymous complex type.

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

ReferencePrimaryKeyConstraintNameConversionType.javaInterface Reference to the algorithm to be used in forming the enumerable datatype reference table primary key constraint names from the datatype reference obtained from the model. The reference table primary key constraint is based on constant value column, which is always present. It ensures that the reference table contains at most one record with the same enumerable value. Java content class for ReferencePrimaryKeyConstraintNameConversionType element declaration.

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

ReferencePrimaryKeyConstraintNamePrefix.javaInterface Contains string to be prepended to the enumerable datatype reference table primary key constraint name after name generation algorithm has been applied. The reference table primary key constraint is based on constant value column, which is always present. It ensures that the reference table contains at most one record with the same enumerable value. Java content class for ReferencePrimaryKeyConstraintNamePrefix element declaration.

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

ReferencePrimaryKeyConstraintNameSuffix.javaInterface Contains string to be appended to the enumerable datatype reference table primary key constraint name after name generation algorithm has been applied. The reference table primary key constraint is based on constant value column, which is always present. It ensures that the reference table contains at most one record with the same enumerable value. Java content class for ReferencePrimaryKeyConstraintNameSuffix element declaration.

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

ReferenceTableDef.javaInterface Represents the definition for the enumerable type table.
ReferenceTableDefList.javaInterface The list containing zero or more enumerable type table definitions.
ReferenceTableDefListType.javaInterface Java content class for anonymous complex type.

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

ReferenceTableDefType.javaInterface Java content class for anonymous complex type.

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

ReferenceTableNameConversionType.javaInterface Reference to the algorithm to be used in forming the reference table names from the association name in the model Java content class for ReferenceTableNameConversionType element declaration.

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

ReferenceTableNamePrefix.javaInterface Contains string to be prepended to the reference table name after name generation algorithm has been applied Java content class for ReferenceTableNamePrefix element declaration.

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

ReferenceTableNameSuffix.javaInterface Contains string to be appepended to the reference table name after name generation algorithm has been applied Java content class for ReferenceTableNameSuffix element declaration.

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

ReferenceValueColumnDef.javaInterface Represents the definition for the column containing unique value (name) of the enumerable type. Java content class for ReferenceValueColumnDef element declaration.

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

ReferenceValueColumnDefType.javaInterface Java content class for anonymous complex type.

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

ReferenceValueColumnName.javaInterface Column name to use for autogenerated enumerable value name (primary key of this table) attribute Java content class for ReferenceValueColumnName element declaration.

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

ReferenceWeightColumnDef.javaInterface Represents the definition for the column containing weight of the particular value of the enumerable type. Java content class for ReferenceWeightColumnDef element declaration.

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

ReferenceWeightColumnDefType.javaInterface Java content class for anonymous complex type.

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

ReferenceWeightColumnName.javaInterface Column name to use for autogenerated enumerable value weight attribute Java content class for ReferenceWeightColumnName element declaration.

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

ReferenceWeightConstraintDef.javaInterface Represents the definition for the constraint enforcing unique weight for every possible value of the enumerable type. Java content class for ReferenceWeightConstraintDef element declaration.

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

ReferenceWeightConstraintDefType.javaInterface Java content class for anonymous complex type.

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

ReferenceWeightConstraintNameConversionType.javaInterface Reference to the algorithm to be used in forming the enumerable datatype reference table weight column constraint names from the datatype reference obtained from the model. The reference table weight column constraint is based on weight column, which is present only if the enumerable datatype is declared comparable. It ensures that the reference table contains at most one record with the same weight. Java content class for ReferenceWeightConstraintNameConversionType element declaration.

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

ReferenceWeightConstraintNamePrefix.javaInterface Contains string to be prepended to the enumerable datatype reference table weight column constraint name after name generation algorithm has been applied. The reference table weight column constraint is based on weight column, which is present only if the enumerable datatype is declared comparable. It ensures that the reference table contains at most one record with the same weight. Java content class for ReferenceWeightConstraintNamePrefix element declaration.

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

ReferenceWeightConstraintNameSuffix.javaInterface Contains string to be appended to the enumerable datatype reference table weight column constraint name after name generation algorithm has been applied. The reference table weight column constraint is based on weight column, which is present only if the enumerable datatype is declared comparable. It ensures that the reference table contains at most one record with the same weight. Java content class for ReferenceWeightConstraintNameSuffix element declaration.

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

ReferentialConstraintNameOverride.javaInterface Generic field containing manually entered definite 'must-use' name of referential constraint Java content class for ReferentialConstraintNameOverride element declaration.

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

ReferentialConstraintNameSuggestion.javaInterface Generic field containing automatically generated suggestion of the name of referential constraint Java content class for ReferentialConstraintNameSuggestion element declaration.

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

RelationalDomainStorageDef.javaInterface Represents the domain relational storage definition element. This element is normally fully generated from eneterprise domain model in accordance with rules found in RelationalStorageTechnologyDef element. Java content class for RelationalDomainStorageDef element declaration.

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

RelationalDomainStorageDefType.javaInterface Java content class for anonymous complex type.

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

RelationalStorageTechnologyDef.javaInterface Contains storage details relevant for the relational storage Java content class for RelationalStorageTechnologyDef element declaration.

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

RelationalStorageTechnologyDefType.javaInterface Java content class for anonymous complex type.

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

StorageTechnologyDef.javaInterface Represents main storage technology definition element.
StorageTechnologyDefType.javaInterface Java content class for anonymous complex type.

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

StorageTechnologyRef.javaInterface The globally unique reference of the storage technology.
StorageTechnologyType.javaInterface Reference to the tytpe of the storage technology. Java content class for StorageTechnologyType element declaration.

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

TableAlias.javaInterface Short name to be used as table (type) identifier throughout middleware. Java content class for TableAlias element declaration.

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

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