- java.lang.Object
-
- org.jooq.meta.jaxb.ObjectFactory
-
public class ObjectFactory extends Object
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.
-
-
Constructor Summary
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jooq.meta.jaxb
-
Method Summary
-
-
-
Method Detail
-
createConfiguration
public Configuration createConfiguration()
Create an instance ofConfiguration
-
createMatchersCatalogType
public MatchersCatalogType createMatchersCatalogType()
Create an instance ofMatchersCatalogType
-
createMatchersSchemaType
public MatchersSchemaType createMatchersSchemaType()
Create an instance ofMatchersSchemaType
-
createMatchersTableType
public MatchersTableType createMatchersTableType()
Create an instance ofMatchersTableType
-
createMatchersFieldType
public MatchersFieldType createMatchersFieldType()
Create an instance ofMatchersFieldType
-
createMatchersRoutineType
public MatchersRoutineType createMatchersRoutineType()
Create an instance ofMatchersRoutineType
-
createMatchersSequenceType
public MatchersSequenceType createMatchersSequenceType()
Create an instance ofMatchersSequenceType
-
createMatchersEnumType
public MatchersEnumType createMatchersEnumType()
Create an instance ofMatchersEnumType
-
createMatchersEmbeddableType
public MatchersEmbeddableType createMatchersEmbeddableType()
Create an instance ofMatchersEmbeddableType
-
createMatcherRule
public MatcherRule createMatcherRule()
Create an instance ofMatcherRule
-
createCommentType
public CommentType createCommentType()
Create an instance ofCommentType
-
createSyntheticObjectsType
public SyntheticObjectsType createSyntheticObjectsType()
Create an instance ofSyntheticObjectsType
-
createSyntheticIdentityType
public SyntheticIdentityType createSyntheticIdentityType()
Create an instance ofSyntheticIdentityType
-
createSyntheticPrimaryKeyType
public SyntheticPrimaryKeyType createSyntheticPrimaryKeyType()
Create an instance ofSyntheticPrimaryKeyType
-
createSyntheticUniqueKeyType
public SyntheticUniqueKeyType createSyntheticUniqueKeyType()
Create an instance ofSyntheticUniqueKeyType
-
createSyntheticForeignKeyType
public SyntheticForeignKeyType createSyntheticForeignKeyType()
Create an instance ofSyntheticForeignKeyType
-
createSyntheticViewType
public SyntheticViewType createSyntheticViewType()
Create an instance ofSyntheticViewType
-
createCatalogMappingType
public CatalogMappingType createCatalogMappingType()
Create an instance ofCatalogMappingType
-
createSchemaMappingType
public SchemaMappingType createSchemaMappingType()
Create an instance ofSchemaMappingType
-
createCustomType
public CustomType createCustomType()
Create an instance ofCustomType
-
createEmbeddableDefinitionType
public EmbeddableDefinitionType createEmbeddableDefinitionType()
Create an instance ofEmbeddableDefinitionType
-
createEmbeddableField
public EmbeddableField createEmbeddableField()
Create an instance ofEmbeddableField
-
createForcedType
public ForcedType createForcedType()
Create an instance ofForcedType
-
createLambdaConverter
public LambdaConverter createLambdaConverter()
Create an instance ofLambdaConverter
-
-