All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jooq.meta.jaxb.ObjectFactory Maven / Gradle / Ivy

There is a newer version: 3.19.16
Show newest version

package org.jooq.meta.jaxb;

import javax.xml.bind.annotation.XmlRegistry;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the org.jooq.meta.jaxb package. 
 * 

An ObjectFactory allows you to programatically * construct new instances of the Java representation * for XML content. The Java representation of XML * content can consist of schema derived interfaces * and classes representing the binding of schema * type definitions, element declarations and model * groups. Factory methods for each of these are * provided in this class. * */ @XmlRegistry public class ObjectFactory { /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jooq.meta.jaxb * */ public ObjectFactory() { } /** * Create an instance of {@link Configuration } * */ public Configuration createConfiguration() { return new Configuration(); } /** * Create an instance of {@link Jdbc } * */ public Jdbc createJdbc() { return new Jdbc(); } /** * Create an instance of {@link Generator } * */ public Generator createGenerator() { return new Generator(); } /** * Create an instance of {@link Property } * */ public Property createProperty() { return new Property(); } /** * Create an instance of {@link Strategy } * */ public Strategy createStrategy() { return new Strategy(); } /** * Create an instance of {@link Matchers } * */ public Matchers createMatchers() { return new Matchers(); } /** * Create an instance of {@link MatchersCatalogType } * */ public MatchersCatalogType createMatchersCatalogType() { return new MatchersCatalogType(); } /** * Create an instance of {@link MatchersSchemaType } * */ public MatchersSchemaType createMatchersSchemaType() { return new MatchersSchemaType(); } /** * Create an instance of {@link MatchersTableType } * */ public MatchersTableType createMatchersTableType() { return new MatchersTableType(); } /** * Create an instance of {@link MatchersFieldType } * */ public MatchersFieldType createMatchersFieldType() { return new MatchersFieldType(); } /** * Create an instance of {@link MatchersRoutineType } * */ public MatchersRoutineType createMatchersRoutineType() { return new MatchersRoutineType(); } /** * Create an instance of {@link MatchersSequenceType } * */ public MatchersSequenceType createMatchersSequenceType() { return new MatchersSequenceType(); } /** * Create an instance of {@link MatchersEnumType } * */ public MatchersEnumType createMatchersEnumType() { return new MatchersEnumType(); } /** * Create an instance of {@link MatchersEmbeddableType } * */ public MatchersEmbeddableType createMatchersEmbeddableType() { return new MatchersEmbeddableType(); } /** * Create an instance of {@link MatcherRule } * */ public MatcherRule createMatcherRule() { return new MatcherRule(); } /** * Create an instance of {@link Database } * */ public Database createDatabase() { return new Database(); } /** * Create an instance of {@link CommentType } * */ public CommentType createCommentType() { return new CommentType(); } /** * Create an instance of {@link SyntheticObjectsType } * */ public SyntheticObjectsType createSyntheticObjectsType() { return new SyntheticObjectsType(); } /** * Create an instance of {@link SyntheticIdentityType } * */ public SyntheticIdentityType createSyntheticIdentityType() { return new SyntheticIdentityType(); } /** * Create an instance of {@link SyntheticPrimaryKeyType } * */ public SyntheticPrimaryKeyType createSyntheticPrimaryKeyType() { return new SyntheticPrimaryKeyType(); } /** * Create an instance of {@link SyntheticUniqueKeyType } * */ public SyntheticUniqueKeyType createSyntheticUniqueKeyType() { return new SyntheticUniqueKeyType(); } /** * Create an instance of {@link SyntheticForeignKeyType } * */ public SyntheticForeignKeyType createSyntheticForeignKeyType() { return new SyntheticForeignKeyType(); } /** * Create an instance of {@link SyntheticViewType } * */ public SyntheticViewType createSyntheticViewType() { return new SyntheticViewType(); } /** * Create an instance of {@link CatalogMappingType } * */ public CatalogMappingType createCatalogMappingType() { return new CatalogMappingType(); } /** * Create an instance of {@link SchemaMappingType } * */ public SchemaMappingType createSchemaMappingType() { return new SchemaMappingType(); } /** * Create an instance of {@link CustomType } * */ public CustomType createCustomType() { return new CustomType(); } /** * Create an instance of {@link EnumType } * */ public EnumType createEnumType() { return new EnumType(); } /** * Create an instance of {@link EmbeddableDefinitionType } * */ public EmbeddableDefinitionType createEmbeddableDefinitionType() { return new EmbeddableDefinitionType(); } /** * Create an instance of {@link EmbeddableField } * */ public EmbeddableField createEmbeddableField() { return new EmbeddableField(); } /** * Create an instance of {@link ForcedType } * */ public ForcedType createForcedType() { return new ForcedType(); } /** * Create an instance of {@link LambdaConverter } * */ public LambdaConverter createLambdaConverter() { return new LambdaConverter(); } /** * Create an instance of {@link Generate } * */ public Generate createGenerate() { return new Generate(); } /** * Create an instance of {@link Target } * */ public Target createTarget() { return new Target(); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy