Package org.eclipse.persistence.dbws
Class DBWSModelProject
- java.lang.Object
-
- org.eclipse.persistence.core.sessions.CoreProject<ClassDescriptor,Login,DatabaseSession>
-
- org.eclipse.persistence.sessions.Project
-
- 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
Fields Modifier and Type Field Description NamespaceResolver
ns
-
Fields inherited from class org.eclipse.persistence.sessions.Project
aliasDescriptors, allowConvertResultToBoolean, allowExtendedCacheLogging, allowExtendedThreadLogging, allowExtendedThreadLoggingThreadDump, allowNativeSQLQueries, allowNullResultMaxMin, allowQueryResultsCacheValidation, allowSQLDeferral, allowTablePerMultitenantDDLGeneration, attributeGroups, classNamesForWeaving, datasourceLogin, defaultCacheIsolation, defaultIdentityMapClass, defaultIdentityMapSize, defaultIdValidation, defaultQueryResultsCachePolicy, defaultReadOnlyClasses, defaultTemporalMutable, descriptors, descriptorsLock, hasGenericHistorySupport, hasIsolatedClasses, hasMappingsPostCalculateChangesOnDeleted, hasNonIsolatedUOWClasses, hasProxyIndirection, jpaQueries, jpaTablePerTenantQueries, jpqlParseCache, mappedSuperclassDescriptors, metamodelIdClassMap, multitenantPolicy, name, namingIntoIndexed, orderedDescriptors, partitioningPolicies, queries, queryCacheForceDeferredLocks, sqlResultSetMappings, structConverters, vpdIdentifier, vpdLastIdentifierClassName
-
-
Constructor Summary
Constructors Constructor Description DBWSModelProject()
-
Method Summary
-
Methods inherited from class org.eclipse.persistence.sessions.Project
addAlias, addDefaultReadOnlyClass, addDescriptor, addDescriptor, addDescriptors, addDescriptors, addJPAQuery, addJPATablePerTenantQuery, addMappedSuperclass, addMetamodelIdClassMapEntry, addPartitioningPolicy, addSQLResultSetMapping, allowConvertResultToBoolean, allowExtendedCacheLogging, allowExtendedThreadLogging, allowExtendedThreadLoggingThreadDump, allowNativeSQLQueries, allowNullResultMaxMin, allowSQLDeferral, allowTablePerMultitenantDDLGeneration, applyLogin, assumeExistenceForDoesExist, checkCacheForDoesExist, checkDatabaseForDoesExist, clone, conformAllDescriptors, convertClassNamesToClasses, createDatabaseSession, createServerSession, createServerSession, createServerSession, createServerSession, getAliasDescriptors, getAttributeGroups, getClassDescriptor, getClassNamesForWeaving, getDatasourceLogin, getDefaultCacheIsolation, getDefaultIdentityMapClass, getDefaultIdentityMapSize, getDefaultIdValidation, getDefaultIsIsolated, getDefaultQueryResultsCachePolicy, getDefaultReadOnlyClasses, getDefaultTemporalMutable, getDescriptor, getDescriptorForAlias, getDescriptors, getJPAQueries, getJPATablePerTenantQueries, getJPQLParseCache, getJPQLParseCacheMaxSize, getLogin, getMappedSuperclass, getMappedSuperclassDescriptors, getMetamodelIdClassMap, getMultitenantPolicy, getName, getOrderedDescriptors, getPartitioningPolicies, getPartitioningPolicy, getQueries, getSQLResultSetMapping, getStructConverters, getVPDIdentifier, getVPDLastIdentifierClassName, hasGenericHistorySupport, hasIsolatedCacheClassWithoutUOWIsolation, hasIsolatedClasses, hasMappedSuperclass, hasMappedSuperclasses, hasMappingsPostCalculateChangesOnDeleted, hasNonIsolatedUOWClasses, hasProxyIndirection, hasSQLResultSetMapping, hasVPDIdentifier, isAllowQueryResultsCacheValidation, isQueryCacheForceDeferredLocks, namingIntoIndexed, setAliasDescriptors, setAllowConvertResultToBoolean, setAllowExtendedCacheLogging, setAllowExtendedThreadLogging, setAllowExtendedThreadLoggingThreadDump, setAllowNativeSQLQueries, setAllowNullResultMaxMin, setAllowQueryResultsCacheValidation, setAllowSQLDeferral, setAllowTablePerMultitenantDDLGeneration, setClassNamesForWeaving, setDatasourceLogin, setDefaultCacheIsolation, setDefaultIdentityMapClass, setDefaultIdentityMapSize, setDefaultIdValidation, setDefaultIsIsolated, setDefaultQueryResultsCachePolicy, setDefaultReadOnlyClasses, setDefaultTemporalMutable, setDeferModificationsUntilCommit, setDescriptors, setHasGenericHistorySupport, setHasIsolatedClasses, setHasMappingsPostCalculateChangesOnDeleted, setHasNonIsolatedUOWClasses, setHasProxyIndirection, setJPQLParseCache, setJPQLParseCacheMaxSize, setLogin, setLogin, setMultitenantPolicy, setName, setNamingIntoIndexed, setOrderedDescriptors, setPartitioningPolicies, setQueries, setQueryCacheForceDeferredLocks, setStructConverters, setVPDIdentifier, setVPDLastIdentifierClassName, toString, useCacheIdentityMap, useCacheIdentityMap, useFullIdentityMap, useFullIdentityMap, useNoIdentityMap, useSoftCacheWeakIdentityMap, useSoftCacheWeakIdentityMap, usesOptimisticLocking, usesSequencing, useWeakIdentityMap, useWeakIdentityMap
-
-
-
-
Field Detail
-
ns
public transient NamespaceResolver ns
-
-
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()
-
-