public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the org.hibernate.jpamodelgen.xml.jaxb package. <p>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.
Type | Property and Description |
---|---|
Persistence.PersistenceUnit.Properties.Property |
createPersistencePersistenceUnitProperties
Create an instance of
Persistence.PersistenceUnit.Properties.Property |
Constructor and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hibernate.jpamodelgen.xml.jaxb
|
public Persistence.PersistenceUnit.Properties.Property createPersistencePersistenceUnitPropertiesProperty
Create an instance of Persistence.PersistenceUnit.Properties.Property
public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hibernate.jpamodelgen.xml.jaxb
public Persistence createPersistence()
Create an instance of Persistence
public Persistence.PersistenceUnit createPersistencePersistenceUnit()
Create an instance of Persistence.PersistenceUnit
public Persistence.PersistenceUnit.Properties createPersistencePersistenceUnitProperties()
Create an instance of Persistence.PersistenceUnit.Properties
public EntityMappings createEntityMappings()
Create an instance of EntityMappings
public PersistenceUnitMetadata createPersistenceUnitMetadata()
Create an instance of PersistenceUnitMetadata
public SequenceGenerator createSequenceGenerator()
Create an instance of SequenceGenerator
public TableGenerator createTableGenerator()
Create an instance of TableGenerator
public NamedQuery createNamedQuery()
Create an instance of NamedQuery
public NamedNativeQuery createNamedNativeQuery()
Create an instance of NamedNativeQuery
public NamedStoredProcedureQuery createNamedStoredProcedureQuery()
Create an instance of NamedStoredProcedureQuery
public SqlResultSetMapping createSqlResultSetMapping()
Create an instance of SqlResultSetMapping
public MappedSuperclass createMappedSuperclass()
Create an instance of MappedSuperclass
public Embeddable createEmbeddable()
Create an instance of Embeddable
public PersistenceUnitDefaults createPersistenceUnitDefaults()
Create an instance of PersistenceUnitDefaults
public AssociationOverride createAssociationOverride()
Create an instance of AssociationOverride
public AttributeOverride createAttributeOverride()
Create an instance of AttributeOverride
public Attributes createAttributes()
Create an instance of Attributes
public CascadeType createCascadeType()
Create an instance of CascadeType
public CollectionTable createCollectionTable()
Create an instance of CollectionTable
public ColumnResult createColumnResult()
Create an instance of ColumnResult
public ConstructorResult createConstructorResult()
Create an instance of ConstructorResult
public DiscriminatorColumn createDiscriminatorColumn()
Create an instance of DiscriminatorColumn
public ElementCollection createElementCollection()
Create an instance of ElementCollection
public EmbeddableAttributes createEmbeddableAttributes()
Create an instance of EmbeddableAttributes
public EmbeddedId createEmbeddedId()
Create an instance of EmbeddedId
public EntityListener createEntityListener()
Create an instance of EntityListener
public EntityListeners createEntityListeners()
Create an instance of EntityListeners
public EntityResult createEntityResult()
Create an instance of EntityResult
public FieldResult createFieldResult()
Create an instance of FieldResult
public ForeignKey createForeignKey()
Create an instance of ForeignKey
public GeneratedValue createGeneratedValue()
Create an instance of GeneratedValue
public Inheritance createInheritance()
Create an instance of Inheritance
public JoinColumn createJoinColumn()
Create an instance of JoinColumn
public ManyToMany createManyToMany()
Create an instance of ManyToMany
public MapKeyClass createMapKeyClass()
Create an instance of MapKeyClass
public MapKeyColumn createMapKeyColumn()
Create an instance of MapKeyColumn
public MapKeyJoinColumn createMapKeyJoinColumn()
Create an instance of MapKeyJoinColumn
public NamedAttributeNode createNamedAttributeNode()
Create an instance of NamedAttributeNode
public NamedEntityGraph createNamedEntityGraph()
Create an instance of NamedEntityGraph
public NamedSubgraph createNamedSubgraph()
Create an instance of NamedSubgraph
public OrderColumn createOrderColumn()
Create an instance of OrderColumn
public PostPersist createPostPersist()
Create an instance of PostPersist
public PostRemove createPostRemove()
Create an instance of PostRemove
public PostUpdate createPostUpdate()
Create an instance of PostUpdate
public PrePersist createPrePersist()
Create an instance of PrePersist
public PrimaryKeyJoinColumn createPrimaryKeyJoinColumn()
Create an instance of PrimaryKeyJoinColumn
public SecondaryTable createSecondaryTable()
Create an instance of SecondaryTable
public StoredProcedureParameter createStoredProcedureParameter()
Create an instance of StoredProcedureParameter
public UniqueConstraint createUniqueConstraint()
Create an instance of UniqueConstraint
public Persistence.PersistenceUnit.Properties.Property createPersistencePersistenceUnitPropertiesProperty()
Create an instance of Persistence.PersistenceUnit.Properties.Property
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.