Package org.hibernate.processor.xml.jaxb
Class ObjectFactory
- java.lang.Object
-
- org.hibernate.processor.xml.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.hibernate.processor.xml.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.hibernate.processor.xml.jaxb
-
Method Summary
-
-
-
Method Detail
-
createPersistence
public Persistence createPersistence()
Create an instance ofPersistence
- Returns:
- the new instance of
Persistence
-
createPersistencePersistenceUnit
public Persistence.PersistenceUnit createPersistencePersistenceUnit()
Create an instance ofPersistence.PersistenceUnit
- Returns:
- the new instance of
Persistence.PersistenceUnit
-
createPersistencePersistenceUnitProperties
public Persistence.PersistenceUnit.Properties createPersistencePersistenceUnitProperties()
Create an instance ofPersistence.PersistenceUnit.Properties
- Returns:
- the new instance of
Persistence.PersistenceUnit.Properties
-
createEntityMappings
public EntityMappings createEntityMappings()
Create an instance ofEntityMappings
- Returns:
- the new instance of
EntityMappings
-
createPersistenceUnitMetadata
public PersistenceUnitMetadata createPersistenceUnitMetadata()
Create an instance ofPersistenceUnitMetadata
- Returns:
- the new instance of
PersistenceUnitMetadata
-
createSequenceGenerator
public SequenceGenerator createSequenceGenerator()
Create an instance ofSequenceGenerator
- Returns:
- the new instance of
SequenceGenerator
-
createTableGenerator
public TableGenerator createTableGenerator()
Create an instance ofTableGenerator
- Returns:
- the new instance of
TableGenerator
-
createNamedQuery
public NamedQuery createNamedQuery()
Create an instance ofNamedQuery
- Returns:
- the new instance of
NamedQuery
-
createNamedNativeQuery
public NamedNativeQuery createNamedNativeQuery()
Create an instance ofNamedNativeQuery
- Returns:
- the new instance of
NamedNativeQuery
-
createNamedStoredProcedureQuery
public NamedStoredProcedureQuery createNamedStoredProcedureQuery()
Create an instance ofNamedStoredProcedureQuery
- Returns:
- the new instance of
NamedStoredProcedureQuery
-
createSqlResultSetMapping
public SqlResultSetMapping createSqlResultSetMapping()
Create an instance ofSqlResultSetMapping
- Returns:
- the new instance of
SqlResultSetMapping
-
createMappedSuperclass
public MappedSuperclass createMappedSuperclass()
Create an instance ofMappedSuperclass
- Returns:
- the new instance of
MappedSuperclass
-
createEntity
public Entity createEntity()
Create an instance ofEntity
- Returns:
- the new instance of
Entity
-
createEmbeddable
public Embeddable createEmbeddable()
Create an instance ofEmbeddable
- Returns:
- the new instance of
Embeddable
-
createConverter
public Converter createConverter()
Create an instance ofConverter
- Returns:
- the new instance of
Converter
-
createEmptyType
public EmptyType createEmptyType()
Create an instance ofEmptyType
- Returns:
- the new instance of
EmptyType
-
createPersistenceUnitDefaults
public PersistenceUnitDefaults createPersistenceUnitDefaults()
Create an instance ofPersistenceUnitDefaults
- Returns:
- the new instance of
PersistenceUnitDefaults
-
createAssociationOverride
public AssociationOverride createAssociationOverride()
Create an instance ofAssociationOverride
- Returns:
- the new instance of
AssociationOverride
-
createAttributeOverride
public AttributeOverride createAttributeOverride()
Create an instance ofAttributeOverride
- Returns:
- the new instance of
AttributeOverride
-
createAttributes
public Attributes createAttributes()
Create an instance ofAttributes
- Returns:
- the new instance of
Attributes
-
createBasic
public Basic createBasic()
Create an instance ofBasic
- Returns:
- the new instance of
Basic
-
createCascadeType
public CascadeType createCascadeType()
Create an instance ofCascadeType
- Returns:
- the new instance of
CascadeType
-
createCollectionTable
public CollectionTable createCollectionTable()
Create an instance ofCollectionTable
- Returns:
- the new instance of
CollectionTable
-
createColumn
public Column createColumn()
Create an instance ofColumn
- Returns:
- the new instance of
Column
-
createColumnResult
public ColumnResult createColumnResult()
Create an instance ofColumnResult
- Returns:
- the new instance of
ColumnResult
-
createConstructorResult
public ConstructorResult createConstructorResult()
Create an instance ofConstructorResult
- Returns:
- the new instance of
ConstructorResult
-
createConvert
public Convert createConvert()
Create an instance ofConvert
- Returns:
- the new instance of
Convert
-
createDiscriminatorColumn
public DiscriminatorColumn createDiscriminatorColumn()
Create an instance ofDiscriminatorColumn
- Returns:
- the new instance of
DiscriminatorColumn
-
createElementCollection
public ElementCollection createElementCollection()
Create an instance ofElementCollection
- Returns:
- the new instance of
ElementCollection
-
createEmbeddableAttributes
public EmbeddableAttributes createEmbeddableAttributes()
Create an instance ofEmbeddableAttributes
- Returns:
- the new instance of
EmbeddableAttributes
-
createEmbedded
public Embedded createEmbedded()
Create an instance ofEmbedded
- Returns:
- the new instance of
Embedded
-
createEmbeddedId
public EmbeddedId createEmbeddedId()
Create an instance ofEmbeddedId
- Returns:
- the new instance of
EmbeddedId
-
createEntityListener
public EntityListener createEntityListener()
Create an instance ofEntityListener
- Returns:
- the new instance of
EntityListener
-
createEntityListeners
public EntityListeners createEntityListeners()
Create an instance ofEntityListeners
- Returns:
- the new instance of
EntityListeners
-
createEntityResult
public EntityResult createEntityResult()
Create an instance ofEntityResult
- Returns:
- the new instance of
EntityResult
-
createFieldResult
public FieldResult createFieldResult()
Create an instance ofFieldResult
- Returns:
- the new instance of
FieldResult
-
createForeignKey
public ForeignKey createForeignKey()
Create an instance ofForeignKey
- Returns:
- the new instance of
ForeignKey
-
createGeneratedValue
public GeneratedValue createGeneratedValue()
Create an instance ofGeneratedValue
- Returns:
- the new instance of
GeneratedValue
-
createIdClass
public IdClass createIdClass()
Create an instance ofIdClass
- Returns:
- the new instance of
IdClass
-
createIndex
public Index createIndex()
Create an instance ofIndex
- Returns:
- the new instance of
Index
-
createInheritance
public Inheritance createInheritance()
Create an instance ofInheritance
- Returns:
- the new instance of
Inheritance
-
createJoinColumn
public JoinColumn createJoinColumn()
Create an instance ofJoinColumn
- Returns:
- the new instance of
JoinColumn
-
createJoinTable
public JoinTable createJoinTable()
Create an instance ofJoinTable
- Returns:
- the new instance of
JoinTable
-
createManyToMany
public ManyToMany createManyToMany()
Create an instance ofManyToMany
- Returns:
- the new instance of
ManyToMany
-
createManyToOne
public ManyToOne createManyToOne()
Create an instance ofManyToOne
- Returns:
- the new instance of
ManyToOne
-
createMapKey
public MapKey createMapKey()
Create an instance ofMapKey
- Returns:
- the new instance of
MapKey
-
createMapKeyClass
public MapKeyClass createMapKeyClass()
Create an instance ofMapKeyClass
- Returns:
- the new instance of
MapKeyClass
-
createMapKeyColumn
public MapKeyColumn createMapKeyColumn()
Create an instance ofMapKeyColumn
- Returns:
- the new instance of
MapKeyColumn
-
createMapKeyJoinColumn
public MapKeyJoinColumn createMapKeyJoinColumn()
Create an instance ofMapKeyJoinColumn
- Returns:
- the new instance of
MapKeyJoinColumn
-
createNamedAttributeNode
public NamedAttributeNode createNamedAttributeNode()
Create an instance ofNamedAttributeNode
- Returns:
- the new instance of
NamedAttributeNode
-
createNamedEntityGraph
public NamedEntityGraph createNamedEntityGraph()
Create an instance ofNamedEntityGraph
- Returns:
- the new instance of
NamedEntityGraph
-
createNamedSubgraph
public NamedSubgraph createNamedSubgraph()
Create an instance ofNamedSubgraph
- Returns:
- the new instance of
NamedSubgraph
-
createOneToMany
public OneToMany createOneToMany()
Create an instance ofOneToMany
- Returns:
- the new instance of
OneToMany
-
createOneToOne
public OneToOne createOneToOne()
Create an instance ofOneToOne
- Returns:
- the new instance of
OneToOne
-
createOrderColumn
public OrderColumn createOrderColumn()
Create an instance ofOrderColumn
- Returns:
- the new instance of
OrderColumn
-
createPostLoad
public PostLoad createPostLoad()
Create an instance ofPostLoad
- Returns:
- the new instance of
PostLoad
-
createPostPersist
public PostPersist createPostPersist()
Create an instance ofPostPersist
- Returns:
- the new instance of
PostPersist
-
createPostRemove
public PostRemove createPostRemove()
Create an instance ofPostRemove
- Returns:
- the new instance of
PostRemove
-
createPostUpdate
public PostUpdate createPostUpdate()
Create an instance ofPostUpdate
- Returns:
- the new instance of
PostUpdate
-
createPrePersist
public PrePersist createPrePersist()
Create an instance ofPrePersist
- Returns:
- the new instance of
PrePersist
-
createPreRemove
public PreRemove createPreRemove()
Create an instance ofPreRemove
- Returns:
- the new instance of
PreRemove
-
createPreUpdate
public PreUpdate createPreUpdate()
Create an instance ofPreUpdate
- Returns:
- the new instance of
PreUpdate
-
createPrimaryKeyJoinColumn
public PrimaryKeyJoinColumn createPrimaryKeyJoinColumn()
Create an instance ofPrimaryKeyJoinColumn
- Returns:
- the new instance of
PrimaryKeyJoinColumn
-
createQueryHint
public QueryHint createQueryHint()
Create an instance ofQueryHint
- Returns:
- the new instance of
QueryHint
-
createSecondaryTable
public SecondaryTable createSecondaryTable()
Create an instance ofSecondaryTable
- Returns:
- the new instance of
SecondaryTable
-
createStoredProcedureParameter
public StoredProcedureParameter createStoredProcedureParameter()
Create an instance ofStoredProcedureParameter
- Returns:
- the new instance of
StoredProcedureParameter
-
createTable
public Table createTable()
Create an instance ofTable
- Returns:
- the new instance of
Table
-
createTransient
public Transient createTransient()
Create an instance ofTransient
- Returns:
- the new instance of
Transient
-
createUniqueConstraint
public UniqueConstraint createUniqueConstraint()
Create an instance ofUniqueConstraint
- Returns:
- the new instance of
UniqueConstraint
-
createVersion
public Version createVersion()
Create an instance ofVersion
- Returns:
- the new instance of
Version
-
createPersistencePersistenceUnitPropertiesProperty
public Persistence.PersistenceUnit.Properties.Property createPersistencePersistenceUnitPropertiesProperty()
Create an instance ofPersistence.PersistenceUnit.Properties.Property
- Returns:
- the new instance of
Persistence.PersistenceUnit.Properties.Property
-
-