EclipseLink 2.4.2, build 'v20130514-5956486' API Reference

org.eclipse.persistence.dbws
Class DBWSModelProject

java.lang.Object
  extended by org.eclipse.persistence.sessions.Project
      extended by org.eclipse.persistence.dbws.DBWSModelProject
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class DBWSModelProject
extends Project

See Also:
Serialized Form

Field Summary
 NamespaceResolver ns
           
 
Fields inherited from class org.eclipse.persistence.sessions.Project
aliasDescriptors, allowNativeSQLQueries, allowTablePerMultitenantDDLGeneration, attributeGroups, datasourceLogin, defaultCacheIsolation, defaultIdentityMapClass, defaultIdentityMapSize, defaultIdValidation, defaultReadOnlyClasses, defaultTemporalMutable, descriptors, descriptorsLock, hasGenericHistorySupport, hasIsolatedClasses, hasMappingsPostCalculateChangesOnDeleted, hasNonIsolatedUOWClasses, hasProxyIndirection, jpqlParseCache, mappedSuperclassDescriptors, metamodelIdClassMap, multitenantPolicy, name, orderedDescriptors, partitioningPolicies, queries, sqlResultSetMappings, vpdIdentifier, vpdLastIdentifierClassName
 
Constructor Summary
DBWSModelProject()
           
 
Method Summary
protected  XMLDescriptor buildAttachmentDescriptor()
           
protected  XMLDescriptor buildBatchQueryDescriptor()
          Build an XMLDescriptor for BatchQueryOperation.
protected  XMLDescriptor buildCollectionResultDescriptor()
           
protected  XMLDescriptor buildDeleteDescriptor()
           
protected  XMLDescriptor buildInsertDescriptor()
           
protected  XMLDescriptor buildJpqlQueryDescriptor()
           
protected  XMLDescriptor buildNamedQueryDescriptor()
           
protected  XMLDescriptor buildParameterDescriptor()
           
protected  XMLDescriptor buildProcedureArgumentDescriptor()
           
protected  XMLDescriptor buildProcedureOutputArgumentDescriptor()
           
protected  XMLDescriptor buildQueryDescriptor()
           
protected  XMLDescriptor buildResultDescriptor()
           
protected  XMLDescriptor buildServiceDescriptor()
           
protected  XMLDescriptor buildSimpleXMLFormatDescriptor()
           
protected  XMLDescriptor buildSqlQueryDescriptor()
           
protected  XMLDescriptor buildStoredFunctionQueryDescriptor()
           
protected  XMLDescriptor buildStoredProcedureQueryDescriptor()
           
protected  XMLDescriptor buildUpdateDescriptor()
           
 
Methods inherited from class org.eclipse.persistence.sessions.Project
addAlias, addDefaultReadOnlyClass, addDescriptor, addDescriptor, addDescriptors, addDescriptors, addMappedSuperclass, addMetamodelIdClassMapEntry, addPartitioningPolicy, addSQLResultSetMapping, allowNativeSQLQueries, allowTablePerMultitenantDDLGeneration, applyLogin, assumeExistenceForDoesExist, checkCacheForDoesExist, checkDatabaseForDoesExist, clone, conformAllDescriptors, convertClassNamesToClasses, createDatabaseSession, createServerSession, createServerSession, createServerSession, createServerSession, getAliasDescriptors, getAttributeGroups, getClassDescriptor, getDatasourceLogin, getDefaultCacheIsolation, getDefaultIdentityMapClass, getDefaultIdentityMapSize, getDefaultIdValidation, getDefaultIsIsolated, getDefaultReadOnlyClasses, getDefaultTemporalMutable, getDescriptor, getDescriptorForAlias, getDescriptors, getJPQLParseCache, getJPQLParseCacheMaxSize, getLogin, getMappedSuperclass, getMappedSuperclassDescriptors, getMetamodelIdClassMap, getMultitenantPolicy, getName, getOrderedDescriptors, getPartitioningPolicies, getPartitioningPolicy, getQueries, getSQLResultSetMapping, getVPDIdentifier, getVPDLastIdentifierClassName, hasGenericHistorySupport, hasIsolatedCacheClassWithoutUOWIsolation, hasIsolatedClasses, hasMappedSuperclass, hasMappedSuperclasses, hasMappingsPostCalculateChangesOnDeleted, hasNonIsolatedUOWClasses, hasProxyIndirection, hasSQLResultSetMapping, hasVPDIdentifier, setAliasDescriptors, setAllowNativeSQLQueries, setAllowTablePerMultitenantDDLGeneration, setDatasourceLogin, setDefaultCacheIsolation, setDefaultIdentityMapClass, setDefaultIdentityMapSize, setDefaultIdValidation, setDefaultIsIsolated, setDefaultReadOnlyClasses, setDefaultTemporalMutable, setDeferModificationsUntilCommit, setDescriptors, setHasGenericHistorySupport, setHasIsolatedClasses, setHasMappingsPostCalculateChangesOnDeleted, setHasNonIsolatedUOWClasses, setHasProxyIndirection, setJPQLParseCache, setJPQLParseCacheMaxSize, setLogin, setLogin, setMultitenantPolicy, setName, setOrderedDescriptors, setPartitioningPolicies, setQueries, setVPDIdentifier, setVPDLastIdentifierClassName, toString, useCacheIdentityMap, useCacheIdentityMap, useFullIdentityMap, useFullIdentityMap, useNoIdentityMap, useSoftCacheWeakIdentityMap, useSoftCacheWeakIdentityMap, usesOptimisticLocking, usesSequencing, useWeakIdentityMap, useWeakIdentityMap
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ns

public NamespaceResolver ns
Constructor Detail

DBWSModelProject

public DBWSModelProject()
Method Detail

buildServiceDescriptor

protected XMLDescriptor buildServiceDescriptor()

buildQueryDescriptor

protected XMLDescriptor buildQueryDescriptor()

buildBatchQueryDescriptor

protected XMLDescriptor buildBatchQueryDescriptor()
Build an XMLDescriptor for BatchQueryOperation.


buildParameterDescriptor

protected XMLDescriptor buildParameterDescriptor()

buildAttachmentDescriptor

protected XMLDescriptor buildAttachmentDescriptor()

buildResultDescriptor

protected XMLDescriptor buildResultDescriptor()

buildCollectionResultDescriptor

protected XMLDescriptor buildCollectionResultDescriptor()

buildSimpleXMLFormatDescriptor

protected XMLDescriptor buildSimpleXMLFormatDescriptor()

buildNamedQueryDescriptor

protected XMLDescriptor buildNamedQueryDescriptor()

buildSqlQueryDescriptor

protected XMLDescriptor buildSqlQueryDescriptor()

buildJpqlQueryDescriptor

protected XMLDescriptor buildJpqlQueryDescriptor()

buildStoredProcedureQueryDescriptor

protected XMLDescriptor buildStoredProcedureQueryDescriptor()

buildStoredFunctionQueryDescriptor

protected XMLDescriptor buildStoredFunctionQueryDescriptor()

buildProcedureArgumentDescriptor

protected XMLDescriptor buildProcedureArgumentDescriptor()

buildProcedureOutputArgumentDescriptor

protected XMLDescriptor buildProcedureOutputArgumentDescriptor()

buildInsertDescriptor

protected XMLDescriptor buildInsertDescriptor()

buildDeleteDescriptor

protected XMLDescriptor buildDeleteDescriptor()

buildUpdateDescriptor

protected XMLDescriptor buildUpdateDescriptor()

EclipseLink 2.4.2, build 'v20130514-5956486' API Reference