net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl
Class ObjectFactory

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl 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
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl
 
Method Summary
 AssociationOverrideImpl createAssociationOverride()
          Create an instance of AssociationOverride
 AttributeOverrideImpl createAttributeOverride()
          Create an instance of AttributeOverride
 AttributesImpl createAttributes()
          Create an instance of Attributes
 BasicImpl createBasic()
          Create an instance of Basic
 CascadeTypeImpl createCascadeType()
          Create an instance of CascadeType
 ColumnImpl createColumn()
          Create an instance of Column
 ColumnResultImpl createColumnResult()
          Create an instance of ColumnResult
 DiscriminatorColumnImpl createDiscriminatorColumn()
          Create an instance of DiscriminatorColumn
 EmbeddableImpl createEmbeddable()
          Create an instance of Embeddable
 EmbeddableAttributesImpl createEmbeddableAttributes()
          Create an instance of EmbeddableAttributes
 EmbeddedImpl createEmbedded()
          Create an instance of Embedded
 EmbeddedIdImpl createEmbeddedId()
          Create an instance of EmbeddedId
 EmptyTypeImpl createEmptyType()
          Create an instance of EmptyType
 EntityImpl createEntity()
          Create an instance of Entity
 EntityListenerImpl createEntityListener()
          Create an instance of EntityListener
 EntityListenersImpl createEntityListeners()
          Create an instance of EntityListeners
 EntityMappingsImpl createEntityMappings()
          Create an instance of EntityMappings
 EntityResultImpl createEntityResult()
          Create an instance of EntityResult
 FieldResultImpl createFieldResult()
          Create an instance of FieldResult
 GeneratedValueImpl createGeneratedValue()
          Create an instance of GeneratedValue
 IdImpl createId()
          Create an instance of Id
 IdClassImpl createIdClass()
          Create an instance of IdClass
 InheritanceImpl createInheritance()
          Create an instance of Inheritance
 JoinColumnImpl createJoinColumn()
          Create an instance of JoinColumn
 JoinTableImpl createJoinTable()
          Create an instance of JoinTable
 LobImpl createLob()
          Create an instance of Lob
 ManyToManyImpl createManyToMany()
          Create an instance of ManyToMany
 ManyToOneImpl createManyToOne()
          Create an instance of ManyToOne
 MapKeyImpl createMapKey()
          Create an instance of MapKey
 MappedSuperclassImpl createMappedSuperclass()
          Create an instance of MappedSuperclass
 NamedNativeQueryImpl createNamedNativeQuery()
          Create an instance of NamedNativeQuery
 NamedQueryImpl createNamedQuery()
          Create an instance of NamedQuery
 OneToManyImpl createOneToMany()
          Create an instance of OneToMany
 OneToOneImpl createOneToOne()
          Create an instance of OneToOne
 PersistenceUnitDefaultsImpl createPersistenceUnitDefaults()
          Create an instance of PersistenceUnitDefaults
 PersistenceUnitMetadataImpl createPersistenceUnitMetadata()
          Create an instance of PersistenceUnitMetadata
 PostLoadImpl createPostLoad()
          Create an instance of PostLoad
 PostPersistImpl createPostPersist()
          Create an instance of PostPersist
 PostRemoveImpl createPostRemove()
          Create an instance of PostRemove
 PostUpdateImpl createPostUpdate()
          Create an instance of PostUpdate
 PrePersistImpl createPrePersist()
          Create an instance of PrePersist
 PreRemoveImpl createPreRemove()
          Create an instance of PreRemove
 PreUpdateImpl createPreUpdate()
          Create an instance of PreUpdate
 PrimaryKeyJoinColumnImpl createPrimaryKeyJoinColumn()
          Create an instance of PrimaryKeyJoinColumn
 QueryHintImpl createQueryHint()
          Create an instance of QueryHint
 SecondaryTableImpl createSecondaryTable()
          Create an instance of SecondaryTable
 SequenceGeneratorImpl createSequenceGenerator()
          Create an instance of SequenceGenerator
 SqlResultSetMappingImpl createSqlResultSetMapping()
          Create an instance of SqlResultSetMapping
 TableImpl createTable()
          Create an instance of Table
 TableGeneratorImpl createTableGenerator()
          Create an instance of TableGenerator
 TransientImpl createTransient()
          Create an instance of Transient
 UniqueConstraintImpl createUniqueConstraint()
          Create an instance of UniqueConstraint
 VersionImpl createVersion()
          Create an instance of Version
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl

Method Detail

createEmbedded

public EmbeddedImpl createEmbedded()
Create an instance of Embedded


createEntityListener

public EntityListenerImpl createEntityListener()
Create an instance of EntityListener


createSequenceGenerator

public SequenceGeneratorImpl createSequenceGenerator()
Create an instance of SequenceGenerator


createVersion

public VersionImpl createVersion()
Create an instance of Version


createTableGenerator

public TableGeneratorImpl createTableGenerator()
Create an instance of TableGenerator


createEntityListeners

public EntityListenersImpl createEntityListeners()
Create an instance of EntityListeners


createInheritance

public InheritanceImpl createInheritance()
Create an instance of Inheritance


createMappedSuperclass

public MappedSuperclassImpl createMappedSuperclass()
Create an instance of MappedSuperclass


createAttributes

public AttributesImpl createAttributes()
Create an instance of Attributes


createTransient

public TransientImpl createTransient()
Create an instance of Transient


createSqlResultSetMapping

public SqlResultSetMappingImpl createSqlResultSetMapping()
Create an instance of SqlResultSetMapping


createNamedQuery

public NamedQueryImpl createNamedQuery()
Create an instance of NamedQuery


createPersistenceUnitMetadata

public PersistenceUnitMetadataImpl createPersistenceUnitMetadata()
Create an instance of PersistenceUnitMetadata


createColumnResult

public ColumnResultImpl createColumnResult()
Create an instance of ColumnResult


createEntity

public EntityImpl createEntity()
Create an instance of Entity


createJoinColumn

public JoinColumnImpl createJoinColumn()
Create an instance of JoinColumn


createCascadeType

public CascadeTypeImpl createCascadeType()
Create an instance of CascadeType


createSecondaryTable

public SecondaryTableImpl createSecondaryTable()
Create an instance of SecondaryTable


createPersistenceUnitDefaults

public PersistenceUnitDefaultsImpl createPersistenceUnitDefaults()
Create an instance of PersistenceUnitDefaults


createManyToOne

public ManyToOneImpl createManyToOne()
Create an instance of ManyToOne


createEntityResult

public EntityResultImpl createEntityResult()
Create an instance of EntityResult


createAssociationOverride

public AssociationOverrideImpl createAssociationOverride()
Create an instance of AssociationOverride


createEmbeddedId

public EmbeddedIdImpl createEmbeddedId()
Create an instance of EmbeddedId


createOneToMany

public OneToManyImpl createOneToMany()
Create an instance of OneToMany


createPostLoad

public PostLoadImpl createPostLoad()
Create an instance of PostLoad


createJoinTable

public JoinTableImpl createJoinTable()
Create an instance of JoinTable


createUniqueConstraint

public UniqueConstraintImpl createUniqueConstraint()
Create an instance of UniqueConstraint


createEmbeddableAttributes

public EmbeddableAttributesImpl createEmbeddableAttributes()
Create an instance of EmbeddableAttributes


createPrePersist

public PrePersistImpl createPrePersist()
Create an instance of PrePersist


createQueryHint

public QueryHintImpl createQueryHint()
Create an instance of QueryHint


createBasic

public BasicImpl createBasic()
Create an instance of Basic


createPostUpdate

public PostUpdateImpl createPostUpdate()
Create an instance of PostUpdate


createPostRemove

public PostRemoveImpl createPostRemove()
Create an instance of PostRemove


createEntityMappings

public EntityMappingsImpl createEntityMappings()
Create an instance of EntityMappings


createPrimaryKeyJoinColumn

public PrimaryKeyJoinColumnImpl createPrimaryKeyJoinColumn()
Create an instance of PrimaryKeyJoinColumn


createDiscriminatorColumn

public DiscriminatorColumnImpl createDiscriminatorColumn()
Create an instance of DiscriminatorColumn


createManyToMany

public ManyToManyImpl createManyToMany()
Create an instance of ManyToMany


createPostPersist

public PostPersistImpl createPostPersist()
Create an instance of PostPersist


createEmptyType

public EmptyTypeImpl createEmptyType()
Create an instance of EmptyType


createColumn

public ColumnImpl createColumn()
Create an instance of Column


createLob

public LobImpl createLob()
Create an instance of Lob


createGeneratedValue

public GeneratedValueImpl createGeneratedValue()
Create an instance of GeneratedValue


createNamedNativeQuery

public NamedNativeQueryImpl createNamedNativeQuery()
Create an instance of NamedNativeQuery


createPreRemove

public PreRemoveImpl createPreRemove()
Create an instance of PreRemove


createPreUpdate

public PreUpdateImpl createPreUpdate()
Create an instance of PreUpdate


createMapKey

public MapKeyImpl createMapKey()
Create an instance of MapKey


createTable

public TableImpl createTable()
Create an instance of Table


createFieldResult

public FieldResultImpl createFieldResult()
Create an instance of FieldResult


createAttributeOverride

public AttributeOverrideImpl createAttributeOverride()
Create an instance of AttributeOverride


createId

public IdImpl createId()
Create an instance of Id


createIdClass

public IdClassImpl createIdClass()
Create an instance of IdClass


createOneToOne

public OneToOneImpl createOneToOne()
Create an instance of OneToOne


createEmbeddable

public EmbeddableImpl createEmbeddable()
Create an instance of Embeddable



Copyright © 2009 The CC-XJC Community. All Rights Reserved.