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

jakarta.xml.ns.persistence.orm.ObjectFactory Maven / Gradle / Ivy

There is a newer version: 4.0.8
Show newest version
//
// This file was generated by the Eclipse Implementation of JAXB, v4.0.5 
// See https://eclipse-ee4j.github.io/jaxb-ri 
// Any modifications to this file will be lost upon recompilation of the source schema. 
//


package jakarta.xml.ns.persistence.orm;

import jakarta.xml.bind.annotation.XmlRegistry;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the jakarta.xml.ns.persistence.orm package. 
 * 

An ObjectFactory allows you to programmatically * 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: jakarta.xml.ns.persistence.orm * */ public ObjectFactory() { } /** * Create an instance of {@link EntityMappings } * * @return * the new instance of {@link EntityMappings } */ public EntityMappings createEntityMappings() { return new EntityMappings(); } /** * Create an instance of {@link PersistenceUnitMetadata } * * @return * the new instance of {@link PersistenceUnitMetadata } */ public PersistenceUnitMetadata createPersistenceUnitMetadata() { return new PersistenceUnitMetadata(); } /** * Create an instance of {@link SequenceGenerator } * * @return * the new instance of {@link SequenceGenerator } */ public SequenceGenerator createSequenceGenerator() { return new SequenceGenerator(); } /** * Create an instance of {@link TableGenerator } * * @return * the new instance of {@link TableGenerator } */ public TableGenerator createTableGenerator() { return new TableGenerator(); } /** * Create an instance of {@link NamedQuery } * * @return * the new instance of {@link NamedQuery } */ public NamedQuery createNamedQuery() { return new NamedQuery(); } /** * Create an instance of {@link NamedNativeQuery } * * @return * the new instance of {@link NamedNativeQuery } */ public NamedNativeQuery createNamedNativeQuery() { return new NamedNativeQuery(); } /** * Create an instance of {@link NamedStoredProcedureQuery } * * @return * the new instance of {@link NamedStoredProcedureQuery } */ public NamedStoredProcedureQuery createNamedStoredProcedureQuery() { return new NamedStoredProcedureQuery(); } /** * Create an instance of {@link SqlResultSetMapping } * * @return * the new instance of {@link SqlResultSetMapping } */ public SqlResultSetMapping createSqlResultSetMapping() { return new SqlResultSetMapping(); } /** * Create an instance of {@link MappedSuperclass } * * @return * the new instance of {@link MappedSuperclass } */ public MappedSuperclass createMappedSuperclass() { return new MappedSuperclass(); } /** * Create an instance of {@link Entity } * * @return * the new instance of {@link Entity } */ public Entity createEntity() { return new Entity(); } /** * Create an instance of {@link Embeddable } * * @return * the new instance of {@link Embeddable } */ public Embeddable createEmbeddable() { return new Embeddable(); } /** * Create an instance of {@link Converter } * * @return * the new instance of {@link Converter } */ public Converter createConverter() { return new Converter(); } /** * Create an instance of {@link EmptyType } * * @return * the new instance of {@link EmptyType } */ public EmptyType createEmptyType() { return new EmptyType(); } /** * Create an instance of {@link PersistenceUnitDefaults } * * @return * the new instance of {@link PersistenceUnitDefaults } */ public PersistenceUnitDefaults createPersistenceUnitDefaults() { return new PersistenceUnitDefaults(); } /** * Create an instance of {@link AssociationOverride } * * @return * the new instance of {@link AssociationOverride } */ public AssociationOverride createAssociationOverride() { return new AssociationOverride(); } /** * Create an instance of {@link AttributeOverride } * * @return * the new instance of {@link AttributeOverride } */ public AttributeOverride createAttributeOverride() { return new AttributeOverride(); } /** * Create an instance of {@link Attributes } * * @return * the new instance of {@link Attributes } */ public Attributes createAttributes() { return new Attributes(); } /** * Create an instance of {@link Basic } * * @return * the new instance of {@link Basic } */ public Basic createBasic() { return new Basic(); } /** * Create an instance of {@link CascadeType } * * @return * the new instance of {@link CascadeType } */ public CascadeType createCascadeType() { return new CascadeType(); } /** * Create an instance of {@link CollectionTable } * * @return * the new instance of {@link CollectionTable } */ public CollectionTable createCollectionTable() { return new CollectionTable(); } /** * Create an instance of {@link Column } * * @return * the new instance of {@link Column } */ public Column createColumn() { return new Column(); } /** * Create an instance of {@link ColumnResult } * * @return * the new instance of {@link ColumnResult } */ public ColumnResult createColumnResult() { return new ColumnResult(); } /** * Create an instance of {@link ConstructorResult } * * @return * the new instance of {@link ConstructorResult } */ public ConstructorResult createConstructorResult() { return new ConstructorResult(); } /** * Create an instance of {@link Convert } * * @return * the new instance of {@link Convert } */ public Convert createConvert() { return new Convert(); } /** * Create an instance of {@link DiscriminatorColumn } * * @return * the new instance of {@link DiscriminatorColumn } */ public DiscriminatorColumn createDiscriminatorColumn() { return new DiscriminatorColumn(); } /** * Create an instance of {@link ElementCollection } * * @return * the new instance of {@link ElementCollection } */ public ElementCollection createElementCollection() { return new ElementCollection(); } /** * Create an instance of {@link EmbeddableAttributes } * * @return * the new instance of {@link EmbeddableAttributes } */ public EmbeddableAttributes createEmbeddableAttributes() { return new EmbeddableAttributes(); } /** * Create an instance of {@link Embedded } * * @return * the new instance of {@link Embedded } */ public Embedded createEmbedded() { return new Embedded(); } /** * Create an instance of {@link EmbeddedId } * * @return * the new instance of {@link EmbeddedId } */ public EmbeddedId createEmbeddedId() { return new EmbeddedId(); } /** * Create an instance of {@link EntityListener } * * @return * the new instance of {@link EntityListener } */ public EntityListener createEntityListener() { return new EntityListener(); } /** * Create an instance of {@link EntityListeners } * * @return * the new instance of {@link EntityListeners } */ public EntityListeners createEntityListeners() { return new EntityListeners(); } /** * Create an instance of {@link EntityResult } * * @return * the new instance of {@link EntityResult } */ public EntityResult createEntityResult() { return new EntityResult(); } /** * Create an instance of {@link FieldResult } * * @return * the new instance of {@link FieldResult } */ public FieldResult createFieldResult() { return new FieldResult(); } /** * Create an instance of {@link ForeignKey } * * @return * the new instance of {@link ForeignKey } */ public ForeignKey createForeignKey() { return new ForeignKey(); } /** * Create an instance of {@link GeneratedValue } * * @return * the new instance of {@link GeneratedValue } */ public GeneratedValue createGeneratedValue() { return new GeneratedValue(); } /** * Create an instance of {@link Id } * * @return * the new instance of {@link Id } */ public Id createId() { return new Id(); } /** * Create an instance of {@link IdClass } * * @return * the new instance of {@link IdClass } */ public IdClass createIdClass() { return new IdClass(); } /** * Create an instance of {@link Index } * * @return * the new instance of {@link Index } */ public Index createIndex() { return new Index(); } /** * Create an instance of {@link Inheritance } * * @return * the new instance of {@link Inheritance } */ public Inheritance createInheritance() { return new Inheritance(); } /** * Create an instance of {@link JoinColumn } * * @return * the new instance of {@link JoinColumn } */ public JoinColumn createJoinColumn() { return new JoinColumn(); } /** * Create an instance of {@link JoinTable } * * @return * the new instance of {@link JoinTable } */ public JoinTable createJoinTable() { return new JoinTable(); } /** * Create an instance of {@link Lob } * * @return * the new instance of {@link Lob } */ public Lob createLob() { return new Lob(); } /** * Create an instance of {@link ManyToMany } * * @return * the new instance of {@link ManyToMany } */ public ManyToMany createManyToMany() { return new ManyToMany(); } /** * Create an instance of {@link ManyToOne } * * @return * the new instance of {@link ManyToOne } */ public ManyToOne createManyToOne() { return new ManyToOne(); } /** * Create an instance of {@link MapKey } * * @return * the new instance of {@link MapKey } */ public MapKey createMapKey() { return new MapKey(); } /** * Create an instance of {@link MapKeyClass } * * @return * the new instance of {@link MapKeyClass } */ public MapKeyClass createMapKeyClass() { return new MapKeyClass(); } /** * Create an instance of {@link MapKeyColumn } * * @return * the new instance of {@link MapKeyColumn } */ public MapKeyColumn createMapKeyColumn() { return new MapKeyColumn(); } /** * Create an instance of {@link MapKeyJoinColumn } * * @return * the new instance of {@link MapKeyJoinColumn } */ public MapKeyJoinColumn createMapKeyJoinColumn() { return new MapKeyJoinColumn(); } /** * Create an instance of {@link NamedAttributeNode } * * @return * the new instance of {@link NamedAttributeNode } */ public NamedAttributeNode createNamedAttributeNode() { return new NamedAttributeNode(); } /** * Create an instance of {@link NamedEntityGraph } * * @return * the new instance of {@link NamedEntityGraph } */ public NamedEntityGraph createNamedEntityGraph() { return new NamedEntityGraph(); } /** * Create an instance of {@link NamedSubgraph } * * @return * the new instance of {@link NamedSubgraph } */ public NamedSubgraph createNamedSubgraph() { return new NamedSubgraph(); } /** * Create an instance of {@link OneToMany } * * @return * the new instance of {@link OneToMany } */ public OneToMany createOneToMany() { return new OneToMany(); } /** * Create an instance of {@link OneToOne } * * @return * the new instance of {@link OneToOne } */ public OneToOne createOneToOne() { return new OneToOne(); } /** * Create an instance of {@link OrderColumn } * * @return * the new instance of {@link OrderColumn } */ public OrderColumn createOrderColumn() { return new OrderColumn(); } /** * Create an instance of {@link PostLoad } * * @return * the new instance of {@link PostLoad } */ public PostLoad createPostLoad() { return new PostLoad(); } /** * Create an instance of {@link PostPersist } * * @return * the new instance of {@link PostPersist } */ public PostPersist createPostPersist() { return new PostPersist(); } /** * Create an instance of {@link PostRemove } * * @return * the new instance of {@link PostRemove } */ public PostRemove createPostRemove() { return new PostRemove(); } /** * Create an instance of {@link PostUpdate } * * @return * the new instance of {@link PostUpdate } */ public PostUpdate createPostUpdate() { return new PostUpdate(); } /** * Create an instance of {@link PrePersist } * * @return * the new instance of {@link PrePersist } */ public PrePersist createPrePersist() { return new PrePersist(); } /** * Create an instance of {@link PreRemove } * * @return * the new instance of {@link PreRemove } */ public PreRemove createPreRemove() { return new PreRemove(); } /** * Create an instance of {@link PreUpdate } * * @return * the new instance of {@link PreUpdate } */ public PreUpdate createPreUpdate() { return new PreUpdate(); } /** * Create an instance of {@link PrimaryKeyJoinColumn } * * @return * the new instance of {@link PrimaryKeyJoinColumn } */ public PrimaryKeyJoinColumn createPrimaryKeyJoinColumn() { return new PrimaryKeyJoinColumn(); } /** * Create an instance of {@link QueryHint } * * @return * the new instance of {@link QueryHint } */ public QueryHint createQueryHint() { return new QueryHint(); } /** * Create an instance of {@link SecondaryTable } * * @return * the new instance of {@link SecondaryTable } */ public SecondaryTable createSecondaryTable() { return new SecondaryTable(); } /** * Create an instance of {@link StoredProcedureParameter } * * @return * the new instance of {@link StoredProcedureParameter } */ public StoredProcedureParameter createStoredProcedureParameter() { return new StoredProcedureParameter(); } /** * Create an instance of {@link Table } * * @return * the new instance of {@link Table } */ public Table createTable() { return new Table(); } /** * Create an instance of {@link Transient } * * @return * the new instance of {@link Transient } */ public Transient createTransient() { return new Transient(); } /** * Create an instance of {@link UniqueConstraint } * * @return * the new instance of {@link UniqueConstraint } */ public UniqueConstraint createUniqueConstraint() { return new UniqueConstraint(); } /** * Create an instance of {@link Version } * * @return * the new instance of {@link Version } */ public Version createVersion() { return new Version(); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy