Package org.apache.openejb.jee.sun
Class ObjectFactory
- java.lang.Object
-
- org.apache.openejb.jee.sun.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.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
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.sun
-
Method Summary
-
-
-
Method Detail
-
createCmpFieldMapping
public CmpFieldMapping createCmpFieldMapping()
Create an instance ofCmpFieldMapping
-
createColumnPair
public ColumnPair createColumnPair()
Create an instance ofColumnPair
-
createEntityMapping
public EntityMapping createEntityMapping()
Create an instance ofEntityMapping
-
createNamedGroup
public NamedGroup createNamedGroup()
Create an instance ofNamedGroup
-
createCheckVersionOfAccessedInstances
public CheckVersionOfAccessedInstances createCheckVersionOfAccessedInstances()
Create an instance ofCheckVersionOfAccessedInstances
-
createLockWhenModified
public LockWhenModified createLockWhenModified()
Create an instance ofLockWhenModified
-
createSecondaryTable
public SecondaryTable createSecondaryTable()
Create an instance ofSecondaryTable
-
createCheckModifiedAtCommit
public CheckModifiedAtCommit createCheckModifiedAtCommit()
Create an instance ofCheckModifiedAtCommit
-
createConsistency
public Consistency createConsistency()
Create an instance ofConsistency
-
createLockWhenLoaded
public LockWhenLoaded createLockWhenLoaded()
Create an instance ofLockWhenLoaded
-
createCheckAllAtCommit
public CheckAllAtCommit createCheckAllAtCommit()
Create an instance ofCheckAllAtCommit
-
createSunCmpMapping
public SunCmpMapping createSunCmpMapping()
Create an instance ofSunCmpMapping
-
createCmrFieldMapping
public CmrFieldMapping createCmrFieldMapping()
Create an instance ofCmrFieldMapping
-
createFetchedWith
public FetchedWith createFetchedWith()
Create an instance ofFetchedWith
-
createColumnName
public ColumnName createColumnName()
Create an instance ofColumnName
-
createSunCmpMappings
public SunCmpMappings createSunCmpMappings()
Create an instance ofSunCmpMappings
-
-