org.apache.openejb.jee.sun
Class ObjectFactory

java.lang.Object
  extended by org.apache.openejb.jee.sun.ObjectFactory

public class ObjectFactory
extends java.lang.Object

This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.openejb.jee.sun 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: org.apache.openejb.jee.sun
 
Method Summary
 CheckAllAtCommit createCheckAllAtCommit()
          Create an instance of CheckAllAtCommit
 CheckModifiedAtCommit createCheckModifiedAtCommit()
          Create an instance of CheckModifiedAtCommit
 CheckVersionOfAccessedInstances createCheckVersionOfAccessedInstances()
          Create an instance of CheckVersionOfAccessedInstances
 CmpFieldMapping createCmpFieldMapping()
          Create an instance of CmpFieldMapping
 CmrFieldMapping createCmrFieldMapping()
          Create an instance of CmrFieldMapping
 ColumnName createColumnName()
          Create an instance of ColumnName
 ColumnPair createColumnPair()
          Create an instance of ColumnPair
 Consistency createConsistency()
          Create an instance of Consistency
 Default createDefault()
          Create an instance of Default
 EntityMapping createEntityMapping()
          Create an instance of EntityMapping
 FetchedWith createFetchedWith()
          Create an instance of FetchedWith
 Level createLevel()
          Create an instance of Level
 LockWhenLoaded createLockWhenLoaded()
          Create an instance of LockWhenLoaded
 LockWhenModified createLockWhenModified()
          Create an instance of LockWhenModified
 NamedGroup createNamedGroup()
          Create an instance of NamedGroup
 None createNone()
          Create an instance of None
 ReadOnly createReadOnly()
          Create an instance of ReadOnly
 SecondaryTable createSecondaryTable()
          Create an instance of SecondaryTable
 SunCmpMapping createSunCmpMapping()
          Create an instance of SunCmpMapping
 SunCmpMappings createSunCmpMappings()
          Create an instance of SunCmpMappings
 SunEjbJar createSunEjbJar()
          Create an instance of SunEjbJar
 
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: org.apache.openejb.jee.sun

Method Detail

createCmpFieldMapping

public CmpFieldMapping createCmpFieldMapping()
Create an instance of CmpFieldMapping


createColumnPair

public ColumnPair createColumnPair()
Create an instance of ColumnPair


createEntityMapping

public EntityMapping createEntityMapping()
Create an instance of EntityMapping


createNamedGroup

public NamedGroup createNamedGroup()
Create an instance of NamedGroup


createCheckVersionOfAccessedInstances

public CheckVersionOfAccessedInstances createCheckVersionOfAccessedInstances()
Create an instance of CheckVersionOfAccessedInstances


createLockWhenModified

public LockWhenModified createLockWhenModified()
Create an instance of LockWhenModified


createSecondaryTable

public SecondaryTable createSecondaryTable()
Create an instance of SecondaryTable


createLevel

public Level createLevel()
Create an instance of Level


createCheckModifiedAtCommit

public CheckModifiedAtCommit createCheckModifiedAtCommit()
Create an instance of CheckModifiedAtCommit


createConsistency

public Consistency createConsistency()
Create an instance of Consistency


createReadOnly

public ReadOnly createReadOnly()
Create an instance of ReadOnly


createLockWhenLoaded

public LockWhenLoaded createLockWhenLoaded()
Create an instance of LockWhenLoaded


createDefault

public Default createDefault()
Create an instance of Default


createCheckAllAtCommit

public CheckAllAtCommit createCheckAllAtCommit()
Create an instance of CheckAllAtCommit


createSunCmpMapping

public SunCmpMapping createSunCmpMapping()
Create an instance of SunCmpMapping


createSunEjbJar

public SunEjbJar createSunEjbJar()
Create an instance of SunEjbJar


createNone

public None createNone()
Create an instance of None


createCmrFieldMapping

public CmrFieldMapping createCmrFieldMapping()
Create an instance of CmrFieldMapping


createFetchedWith

public FetchedWith createFetchedWith()
Create an instance of FetchedWith


createColumnName

public ColumnName createColumnName()
Create an instance of ColumnName


createSunCmpMappings

public SunCmpMappings createSunCmpMappings()
Create an instance of SunCmpMappings



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.