0001: /**
0002: * Licensed to the Apache Software Foundation (ASF) under one or more
0003: * contributor license agreements. See the NOTICE file distributed with
0004: * this work for additional information regarding copyright ownership.
0005: * The ASF licenses this file to You under the Apache License, Version 2.0
0006: * (the "License"); you may not use this file except in compliance with
0007: * the License. You may obtain a copy of the License at
0008: *
0009: * http://www.apache.org/licenses/LICENSE-2.0
0010: *
0011: * Unless required by applicable law or agreed to in writing, software
0012: * distributed under the License is distributed on an "AS IS" BASIS,
0013: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
0014: * See the License for the specific language governing permissions and
0015: * limitations under the License.
0016: */package org.apache.openejb.jee.jba.cmp;
0017:
0018: import javax.xml.bind.annotation.XmlRegistry;
0019:
0020: /**
0021: * This object contains factory methods for each
0022: * Java content interface and Java element interface
0023: * generated in the org.apache.openejb.jee.jba.cmp package.
0024: * <p>An ObjectFactory allows you to programatically
0025: * construct new instances of the Java representation
0026: * for XML content. The Java representation of XML
0027: * content can consist of schema derived interfaces
0028: * and classes representing the binding of schema
0029: * type definitions, element declarations and model
0030: * groups. Factory methods for each of these are
0031: * provided in this class.
0032: *
0033: */
0034: @XmlRegistry
0035: public class ObjectFactory {
0036:
0037: /**
0038: * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.openejb.jee.jba.cmp
0039: *
0040: */
0041: public ObjectFactory() {
0042: }
0043:
0044: /**
0045: * Create an instance of {@link DropColumnTemplate }
0046: *
0047: */
0048: public DropColumnTemplate createDropColumnTemplate() {
0049: return new DropColumnTemplate();
0050: }
0051:
0052: /**
0053: * Create an instance of {@link Mapper }
0054: *
0055: */
0056: public Mapper createMapper() {
0057: return new Mapper();
0058: }
0059:
0060: /**
0061: * Create an instance of {@link TrueMapping }
0062: *
0063: */
0064: public TrueMapping createTrueMapping() {
0065: return new TrueMapping();
0066: }
0067:
0068: /**
0069: * Create an instance of {@link ReservedWords }
0070: *
0071: */
0072: public ReservedWords createReservedWords() {
0073: return new ReservedWords();
0074: }
0075:
0076: /**
0077: * Create an instance of {@link Relationships }
0078: *
0079: */
0080: public Relationships createRelationships() {
0081: return new Relationships();
0082: }
0083:
0084: /**
0085: * Create an instance of {@link TimestampColumn }
0086: *
0087: */
0088: public TimestampColumn createTimestampColumn() {
0089: return new TimestampColumn();
0090: }
0091:
0092: /**
0093: * Create an instance of {@link FunctionName }
0094: *
0095: */
0096: public FunctionName createFunctionName() {
0097: return new FunctionName();
0098: }
0099:
0100: /**
0101: * Create an instance of {@link Strategy }
0102: *
0103: */
0104: public Strategy createStrategy() {
0105: return new Strategy();
0106: }
0107:
0108: /**
0109: * Create an instance of {@link Description }
0110: *
0111: */
0112: public Description createDescription() {
0113: return new Description();
0114: }
0115:
0116: /**
0117: * Create an instance of {@link AliasMaxLength }
0118: *
0119: */
0120: public AliasMaxLength createAliasMaxLength() {
0121: return new AliasMaxLength();
0122: }
0123:
0124: /**
0125: * Create an instance of {@link JavaType }
0126: *
0127: */
0128: public JavaType createJavaType() {
0129: return new JavaType();
0130: }
0131:
0132: /**
0133: * Create an instance of {@link DatasourceMapping }
0134: *
0135: */
0136: public DatasourceMapping createDatasourceMapping() {
0137: return new DatasourceMapping();
0138: }
0139:
0140: /**
0141: * Create an instance of {@link FetchSize }
0142: *
0143: */
0144: public FetchSize createFetchSize() {
0145: return new FetchSize();
0146: }
0147:
0148: /**
0149: * Create an instance of {@link EntityCommands }
0150: *
0151: */
0152: public EntityCommands createEntityCommands() {
0153: return new EntityCommands();
0154: }
0155:
0156: /**
0157: * Create an instance of {@link DynamicQl }
0158: *
0159: */
0160: public DynamicQl createDynamicQl() {
0161: return new DynamicQl();
0162: }
0163:
0164: /**
0165: * Create an instance of {@link FieldType }
0166: *
0167: */
0168: public FieldType createFieldType() {
0169: return new FieldType();
0170: }
0171:
0172: /**
0173: * Create an instance of {@link FkConstraintTemplate }
0174: *
0175: */
0176: public FkConstraintTemplate createFkConstraintTemplate() {
0177: return new FkConstraintTemplate();
0178: }
0179:
0180: /**
0181: * Create an instance of {@link Select }
0182: *
0183: */
0184: public Select createSelect() {
0185: return new Select();
0186: }
0187:
0188: /**
0189: * Create an instance of {@link Entity }
0190: *
0191: */
0192: public Entity createEntity() {
0193: return new Entity();
0194: }
0195:
0196: /**
0197: * Create an instance of {@link LazyLoadGroups }
0198: *
0199: */
0200: public LazyLoadGroups createLazyLoadGroups() {
0201: return new LazyLoadGroups();
0202: }
0203:
0204: /**
0205: * Create an instance of {@link EnterpriseBeans }
0206: *
0207: */
0208: public EnterpriseBeans createEnterpriseBeans() {
0209: return new EnterpriseBeans();
0210: }
0211:
0212: /**
0213: * Create an instance of {@link ReadTimeOut }
0214: *
0215: */
0216: public ReadTimeOut createReadTimeOut() {
0217: return new ReadTimeOut();
0218: }
0219:
0220: /**
0221: * Create an instance of {@link JdbcType }
0222: *
0223: */
0224: public JdbcType createJdbcType() {
0225: return new JdbcType();
0226: }
0227:
0228: /**
0229: * Create an instance of {@link DependentValueClasses }
0230: *
0231: */
0232: public DependentValueClasses createDependentValueClasses() {
0233: return new DependentValueClasses();
0234: }
0235:
0236: /**
0237: * Create an instance of {@link RelationTableMapping }
0238: *
0239: */
0240: public RelationTableMapping createRelationTableMapping() {
0241: return new RelationTableMapping();
0242: }
0243:
0244: /**
0245: * Create an instance of {@link PageSize }
0246: *
0247: */
0248: public PageSize createPageSize() {
0249: return new PageSize();
0250: }
0251:
0252: /**
0253: * Create an instance of {@link Audit }
0254: *
0255: */
0256: public Audit createAudit() {
0257: return new Audit();
0258: }
0259:
0260: /**
0261: * Create an instance of {@link Distinct }
0262: *
0263: */
0264: public Distinct createDistinct() {
0265: return new Distinct();
0266: }
0267:
0268: /**
0269: * Create an instance of {@link CreateTable }
0270: *
0271: */
0272: public CreateTable createCreateTable() {
0273: return new CreateTable();
0274: }
0275:
0276: /**
0277: * Create an instance of {@link AlterColumnTemplate }
0278: *
0279: */
0280: public AlterColumnTemplate createAlterColumnTemplate() {
0281: return new AlterColumnTemplate();
0282: }
0283:
0284: /**
0285: * Create an instance of {@link LoadGroupName }
0286: *
0287: */
0288: public LoadGroupName createLoadGroupName() {
0289: return new LoadGroupName();
0290: }
0291:
0292: /**
0293: * Create an instance of {@link Defaults }
0294: *
0295: */
0296: public Defaults createDefaults() {
0297: return new Defaults();
0298: }
0299:
0300: /**
0301: * Create an instance of {@link Mapping }
0302: *
0303: */
0304: public Mapping createMapping() {
0305: return new Mapping();
0306: }
0307:
0308: /**
0309: * Create an instance of {@link LoadGroups }
0310: *
0311: */
0312: public LoadGroups createLoadGroups() {
0313: return new LoadGroups();
0314: }
0315:
0316: /**
0317: * Create an instance of {@link NotNull }
0318: *
0319: */
0320: public NotNull createNotNull() {
0321: return new NotNull();
0322: }
0323:
0324: /**
0325: * Create an instance of {@link EjbRelationName }
0326: *
0327: */
0328: public EjbRelationName createEjbRelationName() {
0329: return new EjbRelationName();
0330: }
0331:
0332: /**
0333: * Create an instance of {@link Property }
0334: *
0335: */
0336: public Property createProperty() {
0337: return new Property();
0338: }
0339:
0340: /**
0341: * Create an instance of {@link UnknownPkClass }
0342: *
0343: */
0344: public UnknownPkClass createUnknownPkClass() {
0345: return new UnknownPkClass();
0346: }
0347:
0348: /**
0349: * Create an instance of {@link TypeMapping }
0350: *
0351: */
0352: public TypeMapping createTypeMapping() {
0353: return new TypeMapping();
0354: }
0355:
0356: /**
0357: * Create an instance of {@link FalseMapping }
0358: *
0359: */
0360: public FalseMapping createFalseMapping() {
0361: return new FalseMapping();
0362: }
0363:
0364: /**
0365: * Create an instance of {@link AdditionalColumns }
0366: *
0367: */
0368: public AdditionalColumns createAdditionalColumns() {
0369: return new AdditionalColumns();
0370: }
0371:
0372: /**
0373: * Create an instance of {@link SqlType }
0374: *
0375: */
0376: public SqlType createSqlType() {
0377: return new SqlType();
0378: }
0379:
0380: /**
0381: * Create an instance of {@link SubquerySupported }
0382: *
0383: */
0384: public SubquerySupported createSubquerySupported() {
0385: return new SubquerySupported();
0386: }
0387:
0388: /**
0389: * Create an instance of {@link StateFactory }
0390: *
0391: */
0392: public StateFactory createStateFactory() {
0393: return new StateFactory();
0394: }
0395:
0396: /**
0397: * Create an instance of {@link CreatedTime }
0398: *
0399: */
0400: public CreatedTime createCreatedTime() {
0401: return new CreatedTime();
0402: }
0403:
0404: /**
0405: * Create an instance of {@link AliasHeaderSuffix }
0406: *
0407: */
0408: public AliasHeaderSuffix createAliasHeaderSuffix() {
0409: return new AliasHeaderSuffix();
0410: }
0411:
0412: /**
0413: * Create an instance of {@link UpdatedBy }
0414: *
0415: */
0416: public UpdatedBy createUpdatedBy() {
0417: return new UpdatedBy();
0418: }
0419:
0420: /**
0421: * Create an instance of {@link CleanReadAheadOnLoad }
0422: *
0423: */
0424: public CleanReadAheadOnLoad createCleanReadAheadOnLoad() {
0425: return new CleanReadAheadOnLoad();
0426: }
0427:
0428: /**
0429: * Create an instance of {@link FunctionSql }
0430: *
0431: */
0432: public FunctionSql createFunctionSql() {
0433: return new FunctionSql();
0434: }
0435:
0436: /**
0437: * Create an instance of {@link PropertyName }
0438: *
0439: */
0440: public PropertyName createPropertyName() {
0441: return new PropertyName();
0442: }
0443:
0444: /**
0445: * Create an instance of {@link SqlStatement }
0446: *
0447: */
0448: public SqlStatement createSqlStatement() {
0449: return new SqlStatement();
0450: }
0451:
0452: /**
0453: * Create an instance of {@link JbossQl }
0454: *
0455: */
0456: public JbossQl createJbossQl() {
0457: return new JbossQl();
0458: }
0459:
0460: /**
0461: * Create an instance of {@link EagerLoadGroup }
0462: *
0463: */
0464: public EagerLoadGroup createEagerLoadGroup() {
0465: return new EagerLoadGroup();
0466: }
0467:
0468: /**
0469: * Create an instance of {@link Datasource }
0470: *
0471: */
0472: public Datasource createDatasource() {
0473: return new Datasource();
0474: }
0475:
0476: /**
0477: * Create an instance of {@link AutoIncrementTemplate }
0478: *
0479: */
0480: public AutoIncrementTemplate createAutoIncrementTemplate() {
0481: return new AutoIncrementTemplate();
0482: }
0483:
0484: /**
0485: * Create an instance of {@link LazyResultsetLoading }
0486: *
0487: */
0488: public LazyResultsetLoading createLazyResultsetLoading() {
0489: return new LazyResultsetLoading();
0490: }
0491:
0492: /**
0493: * Create an instance of {@link QlCompiler }
0494: *
0495: */
0496: public QlCompiler createQlCompiler() {
0497: return new QlCompiler();
0498: }
0499:
0500: /**
0501: * Create an instance of {@link AliasHeaderPrefix }
0502: *
0503: */
0504: public AliasHeaderPrefix createAliasHeaderPrefix() {
0505: return new AliasHeaderPrefix();
0506: }
0507:
0508: /**
0509: * Create an instance of {@link LeftJoin }
0510: *
0511: */
0512: public LeftJoin createLeftJoin() {
0513: return new LeftJoin();
0514: }
0515:
0516: /**
0517: * Create an instance of {@link LoadGroup }
0518: *
0519: */
0520: public LoadGroup createLoadGroup() {
0521: return new LoadGroup();
0522: }
0523:
0524: /**
0525: * Create an instance of {@link ResultReader }
0526: *
0527: */
0528: public ResultReader createResultReader() {
0529: return new ResultReader();
0530: }
0531:
0532: /**
0533: * Create an instance of {@link KeyFields }
0534: *
0535: */
0536: public KeyFields createKeyFields() {
0537: return new KeyFields();
0538: }
0539:
0540: /**
0541: * Create an instance of {@link UserTypeMapping }
0542: *
0543: */
0544: public UserTypeMapping createUserTypeMapping() {
0545: return new UserTypeMapping();
0546: }
0547:
0548: /**
0549: * Create an instance of {@link TypeMappings }
0550: *
0551: */
0552: public TypeMappings createTypeMappings() {
0553: return new TypeMappings();
0554: }
0555:
0556: /**
0557: * Create an instance of {@link ReadAhead }
0558: *
0559: */
0560: public ReadAhead createReadAhead() {
0561: return new ReadAhead();
0562: }
0563:
0564: /**
0565: * Create an instance of {@link EntityCommand }
0566: *
0567: */
0568: public EntityCommand createEntityCommand() {
0569: return new EntityCommand();
0570: }
0571:
0572: /**
0573: * Create an instance of {@link VersionColumn }
0574: *
0575: */
0576: public VersionColumn createVersionColumn() {
0577: return new VersionColumn();
0578: }
0579:
0580: /**
0581: * Create an instance of {@link AutoIncrement }
0582: *
0583: */
0584: public AutoIncrement createAutoIncrement() {
0585: return new AutoIncrement();
0586: }
0587:
0588: /**
0589: * Create an instance of {@link PkConstraint }
0590: *
0591: */
0592: public PkConstraint createPkConstraint() {
0593: return new PkConstraint();
0594: }
0595:
0596: /**
0597: * Create an instance of {@link EjbRelation }
0598: *
0599: */
0600: public EjbRelation createEjbRelation() {
0601: return new EjbRelation();
0602: }
0603:
0604: /**
0605: * Create an instance of {@link ReadStrategy }
0606: *
0607: */
0608: public ReadStrategy createReadStrategy() {
0609: return new ReadStrategy();
0610: }
0611:
0612: /**
0613: * Create an instance of {@link Attribute }
0614: *
0615: */
0616: public Attribute createAttribute() {
0617: return new Attribute();
0618: }
0619:
0620: /**
0621: * Create an instance of {@link EjbRelationshipRoleName }
0622: *
0623: */
0624: public EjbRelationshipRoleName createEjbRelationshipRoleName() {
0625: return new EjbRelationshipRoleName();
0626: }
0627:
0628: /**
0629: * Create an instance of {@link UnknownPk }
0630: *
0631: */
0632: public UnknownPk createUnknownPk() {
0633: return new UnknownPk();
0634: }
0635:
0636: /**
0637: * Create an instance of {@link Other }
0638: *
0639: */
0640: public Other createOther() {
0641: return new Other();
0642: }
0643:
0644: /**
0645: * Create an instance of {@link ListCacheMax }
0646: *
0647: */
0648: public ListCacheMax createListCacheMax() {
0649: return new ListCacheMax();
0650: }
0651:
0652: /**
0653: * Create an instance of {@link ReadOnly }
0654: *
0655: */
0656: public ReadOnly createReadOnly() {
0657: return new ReadOnly();
0658: }
0659:
0660: /**
0661: * Create an instance of {@link JbosscmpJdbc }
0662: *
0663: */
0664: public JbosscmpJdbc createJbosscmpJdbc() {
0665: return new JbosscmpJdbc();
0666: }
0667:
0668: /**
0669: * Create an instance of {@link QueryMethod }
0670: *
0671: */
0672: public QueryMethod createQueryMethod() {
0673: return new QueryMethod();
0674: }
0675:
0676: /**
0677: * Create an instance of {@link AddColumnTemplate }
0678: *
0679: */
0680: public AddColumnTemplate createAddColumnTemplate() {
0681: return new AddColumnTemplate();
0682: }
0683:
0684: /**
0685: * Create an instance of {@link Dbindex }
0686: *
0687: */
0688: public Dbindex createDbindex() {
0689: return new Dbindex();
0690: }
0691:
0692: /**
0693: * Create an instance of {@link GroupName }
0694: *
0695: */
0696: public GroupName createGroupName() {
0697: return new GroupName();
0698: }
0699:
0700: /**
0701: * Create an instance of {@link MethodName }
0702: *
0703: */
0704: public MethodName createMethodName() {
0705: return new MethodName();
0706: }
0707:
0708: /**
0709: * Create an instance of {@link From }
0710: *
0711: */
0712: public From createFrom() {
0713: return new From();
0714: }
0715:
0716: /**
0717: * Create an instance of {@link RowLocking }
0718: *
0719: */
0720: public RowLocking createRowLocking() {
0721: return new RowLocking();
0722: }
0723:
0724: /**
0725: * Create an instance of {@link PkConstraintTemplate }
0726: *
0727: */
0728: public PkConstraintTemplate createPkConstraintTemplate() {
0729: return new PkConstraintTemplate();
0730: }
0731:
0732: /**
0733: * Create an instance of {@link UpdatedTime }
0734: *
0735: */
0736: public UpdatedTime createUpdatedTime() {
0737: return new UpdatedTime();
0738: }
0739:
0740: /**
0741: * Create an instance of {@link FunctionMapping }
0742: *
0743: */
0744: public FunctionMapping createFunctionMapping() {
0745: return new FunctionMapping();
0746: }
0747:
0748: /**
0749: * Create an instance of {@link CreatedBy }
0750: *
0751: */
0752: public CreatedBy createCreatedBy() {
0753: return new CreatedBy();
0754: }
0755:
0756: /**
0757: * Create an instance of {@link MappedType }
0758: *
0759: */
0760: public MappedType createMappedType() {
0761: return new MappedType();
0762: }
0763:
0764: /**
0765: * Create an instance of {@link MethodParams }
0766: *
0767: */
0768: public MethodParams createMethodParams() {
0769: return new MethodParams();
0770: }
0771:
0772: /**
0773: * Create an instance of {@link EjbRelationshipRole }
0774: *
0775: */
0776: public EjbRelationshipRole createEjbRelationshipRole() {
0777: return new EjbRelationshipRole();
0778: }
0779:
0780: /**
0781: * Create an instance of {@link PreferredRelationMapping }
0782: *
0783: */
0784: public PreferredRelationMapping createPreferredRelationMapping() {
0785: return new PreferredRelationMapping();
0786: }
0787:
0788: /**
0789: * Create an instance of {@link ForeignKeyMapping }
0790: *
0791: */
0792: public ForeignKeyMapping createForeignKeyMapping() {
0793: return new ForeignKeyMapping();
0794: }
0795:
0796: /**
0797: * Create an instance of {@link FkConstraint }
0798: *
0799: */
0800: public FkConstraint createFkConstraint() {
0801: return new FkConstraint();
0802: }
0803:
0804: /**
0805: * Create an instance of {@link PostTableCreate }
0806: *
0807: */
0808: public PostTableCreate createPostTableCreate() {
0809: return new PostTableCreate();
0810: }
0811:
0812: /**
0813: * Create an instance of {@link EjbName }
0814: *
0815: */
0816: public EjbName createEjbName() {
0817: return new EjbName();
0818: }
0819:
0820: /**
0821: * Create an instance of {@link AlterTable }
0822: *
0823: */
0824: public AlterTable createAlterTable() {
0825: return new AlterTable();
0826: }
0827:
0828: /**
0829: * Create an instance of {@link OptimisticLocking }
0830: *
0831: */
0832: public OptimisticLocking createOptimisticLocking() {
0833: return new OptimisticLocking();
0834: }
0835:
0836: /**
0837: * Create an instance of {@link CmpField }
0838: *
0839: */
0840: public CmpField createCmpField() {
0841: return new CmpField();
0842: }
0843:
0844: /**
0845: * Create an instance of {@link ModifiedStrategy }
0846: *
0847: */
0848: public ModifiedStrategy createModifiedStrategy() {
0849: return new ModifiedStrategy();
0850: }
0851:
0852: /**
0853: * Create an instance of {@link Alias }
0854: *
0855: */
0856: public Alias createAlias() {
0857: return new Alias();
0858: }
0859:
0860: /**
0861: * Create an instance of {@link KeyField }
0862: *
0863: */
0864: public KeyField createKeyField() {
0865: return new KeyField();
0866: }
0867:
0868: /**
0869: * Create an instance of {@link ColumnName }
0870: *
0871: */
0872: public ColumnName createColumnName() {
0873: return new ColumnName();
0874: }
0875:
0876: /**
0877: * Create an instance of {@link Where }
0878: *
0879: */
0880: public Where createWhere() {
0881: return new Where();
0882: }
0883:
0884: /**
0885: * Create an instance of {@link Name }
0886: *
0887: */
0888: public Name createName() {
0889: return new Name();
0890: }
0891:
0892: /**
0893: * Create an instance of {@link KeyGeneratorFactory }
0894: *
0895: */
0896: public KeyGeneratorFactory createKeyGeneratorFactory() {
0897: return new KeyGeneratorFactory();
0898: }
0899:
0900: /**
0901: * Create an instance of {@link MethodParam }
0902: *
0903: */
0904: public MethodParam createMethodParam() {
0905: return new MethodParam();
0906: }
0907:
0908: /**
0909: * Create an instance of {@link CheckDirtyAfterGet }
0910: *
0911: */
0912: public CheckDirtyAfterGet createCheckDirtyAfterGet() {
0913: return new CheckDirtyAfterGet();
0914: }
0915:
0916: /**
0917: * Create an instance of {@link TableName }
0918: *
0919: */
0920: public TableName createTableName() {
0921: return new TableName();
0922: }
0923:
0924: /**
0925: * Create an instance of {@link FieldName }
0926: *
0927: */
0928: public FieldName createFieldName() {
0929: return new FieldName();
0930: }
0931:
0932: /**
0933: * Create an instance of {@link RowLockingTemplate }
0934: *
0935: */
0936: public RowLockingTemplate createRowLockingTemplate() {
0937: return new RowLockingTemplate();
0938: }
0939:
0940: /**
0941: * Create an instance of {@link Order }
0942: *
0943: */
0944: public Order createOrder() {
0945: return new Order();
0946: }
0947:
0948: /**
0949: * Create an instance of {@link DependentValueClass }
0950: *
0951: */
0952: public DependentValueClass createDependentValueClass() {
0953: return new DependentValueClass();
0954: }
0955:
0956: /**
0957: * Create an instance of {@link RemoveTable }
0958: *
0959: */
0960: public RemoveTable createRemoveTable() {
0961: return new RemoveTable();
0962: }
0963:
0964: /**
0965: * Create an instance of {@link UserTypeMappings }
0966: *
0967: */
0968: public UserTypeMappings createUserTypeMappings() {
0969: return new UserTypeMappings();
0970: }
0971:
0972: /**
0973: * Create an instance of {@link BatchCascadeDelete }
0974: *
0975: */
0976: public BatchCascadeDelete createBatchCascadeDelete() {
0977: return new BatchCascadeDelete();
0978: }
0979:
0980: /**
0981: * Create an instance of {@link ThrowRuntimeExceptions }
0982: *
0983: */
0984: public ThrowRuntimeExceptions createThrowRuntimeExceptions() {
0985: return new ThrowRuntimeExceptions();
0986: }
0987:
0988: /**
0989: * Create an instance of {@link Query }
0990: *
0991: */
0992: public Query createQuery() {
0993: return new Query();
0994: }
0995:
0996: /**
0997: * Create an instance of {@link DeclaredSql }
0998: *
0999: */
1000: public DeclaredSql createDeclaredSql() {
1001: return new DeclaredSql();
1002: }
1003:
1004: /**
1005: * Create an instance of {@link Word }
1006: *
1007: */
1008: public Word createWord() {
1009: return new Word();
1010: }
1011:
1012: /**
1013: * Create an instance of {@link ParamSetter }
1014: *
1015: */
1016: public ParamSetter createParamSetter() {
1017: return new ParamSetter();
1018: }
1019:
1020: /**
1021: * Create an instance of {@link Class }
1022: *
1023: */
1024: public Class createClass() {
1025: return new Class();
1026: }
1027:
1028: }
|