Package org.apache.openejb.jee.jpa
Class ObjectFactory
- java.lang.Object
-
- org.apache.openejb.jee.jpa.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.openejb.jee.jpa 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.apache.openejb.jee.jpa
-
Method Summary
-
-
-
Method Detail
-
createMapKeyJoinColumn
public MapKeyJoinColumn createMapKeyJoinColumn()
Create an instance ofMapKeyJoinColumn
-
createInheritance
public Inheritance createInheritance()
Create an instance ofInheritance
-
createSecondaryTable
public SecondaryTable createSecondaryTable()
Create an instance ofSecondaryTable
-
createNamedQuery
public NamedQuery createNamedQuery()
Create an instance ofNamedQuery
-
createSequenceGenerator
public SequenceGenerator createSequenceGenerator()
Create an instance ofSequenceGenerator
-
createUniqueConstraint
public UniqueConstraint createUniqueConstraint()
Create an instance ofUniqueConstraint
-
createSqlResultSetMapping
public SqlResultSetMapping createSqlResultSetMapping()
Create an instance ofSqlResultSetMapping
-
createEmbeddedId
public EmbeddedId createEmbeddedId()
Create an instance ofEmbeddedId
-
createPostUpdate
public PostUpdate createPostUpdate()
Create an instance ofPostUpdate
-
createAttributeOverride
public AttributeOverride createAttributeOverride()
Create an instance ofAttributeOverride
-
createTableGenerator
public TableGenerator createTableGenerator()
Create an instance ofTableGenerator
-
createEntityListeners
public EntityListeners createEntityListeners()
Create an instance ofEntityListeners
-
createPostRemove
public PostRemove createPostRemove()
Create an instance ofPostRemove
-
createPersistenceUnitMetadata
public PersistenceUnitMetadata createPersistenceUnitMetadata()
Create an instance ofPersistenceUnitMetadata
-
createNamedNativeQuery
public NamedNativeQuery createNamedNativeQuery()
Create an instance ofNamedNativeQuery
-
createDiscriminatorColumn
public DiscriminatorColumn createDiscriminatorColumn()
Create an instance ofDiscriminatorColumn
-
createJoinColumn
public JoinColumn createJoinColumn()
Create an instance ofJoinColumn
-
createEmbeddable
public Embeddable createEmbeddable()
Create an instance ofEmbeddable
-
createMapKeyClass
public MapKeyClass createMapKeyClass()
Create an instance ofMapKeyClass
-
createManyToMany
public ManyToMany createManyToMany()
Create an instance ofManyToMany
-
createAttributes
public Attributes createAttributes()
Create an instance ofAttributes
-
createEntityResult
public EntityResult createEntityResult()
Create an instance ofEntityResult
-
createCascadeType
public CascadeType createCascadeType()
Create an instance ofCascadeType
-
createFieldResult
public FieldResult createFieldResult()
Create an instance ofFieldResult
-
createPrePersist
public PrePersist createPrePersist()
Create an instance ofPrePersist
-
createEmbeddableAttributes
public EmbeddableAttributes createEmbeddableAttributes()
Create an instance ofEmbeddableAttributes
-
createPrimaryKeyJoinColumn
public PrimaryKeyJoinColumn createPrimaryKeyJoinColumn()
Create an instance ofPrimaryKeyJoinColumn
-
createAssociationOverride
public AssociationOverride createAssociationOverride()
Create an instance ofAssociationOverride
-
createCollectionTable
public CollectionTable createCollectionTable()
Create an instance ofCollectionTable
-
createMapKeyColumn
public MapKeyColumn createMapKeyColumn()
Create an instance ofMapKeyColumn
-
createMappedSuperclass
public MappedSuperclass createMappedSuperclass()
Create an instance ofMappedSuperclass
-
createPersistenceUnitDefaults
public PersistenceUnitDefaults createPersistenceUnitDefaults()
Create an instance ofPersistenceUnitDefaults
-
createEntityListener
public EntityListener createEntityListener()
Create an instance ofEntityListener
-
createElementCollection
public ElementCollection createElementCollection()
Create an instance ofElementCollection
-
createPostPersist
public PostPersist createPostPersist()
Create an instance ofPostPersist
-
createGeneratedValue
public GeneratedValue createGeneratedValue()
Create an instance ofGeneratedValue
-
createColumnResult
public ColumnResult createColumnResult()
Create an instance ofColumnResult
-
createOrderColumn
public OrderColumn createOrderColumn()
Create an instance ofOrderColumn
-
createEntityMappings
public EntityMappings createEntityMappings()
Create an instance ofEntityMappings
-
-