Uses of Class
org.eclipse.persistence.mappings.DatabaseMapping
-
-
Uses of DatabaseMapping in org.eclipse.persistence.descriptors
Fields in org.eclipse.persistence.descriptors declared as DatabaseMapping Modifier and Type Field Description protected DatabaseMappingCMPPolicy.KeyIsElementAccessor. mappingFields in org.eclipse.persistence.descriptors with type parameters of type DatabaseMapping Modifier and Type Field Description protected Map<String,DatabaseMapping>ClassDescriptor. derivesIdMappingsprotected List<DatabaseMapping>ClassDescriptor. lockableMappingsprotected Vector<DatabaseMapping>ClassDescriptor. mappingsprotected List<DatabaseMapping>ClassDescriptor. mappingsPostCalculateChangesMappings that require postCalculateChanges method to be calledprotected List<DatabaseMapping>ClassDescriptor. mappingsPostCalculateChangesOnDeletedMappings that require postCalculateChangesOnDeleted method to be calledprotected List<DatabaseMapping>ClassDescriptor. preDeleteMappingsstores a list of mappings that require preDelete as a group prior to the delete individuallyMethods in org.eclipse.persistence.descriptors that return DatabaseMapping Modifier and Type Method Description DatabaseMappingClassDescriptor. addDirectMapping(String attributeName, String fieldName)PUBLIC: Add a direct to field mapping to the receiver.DatabaseMappingClassDescriptor. addDirectMapping(String attributeName, String getMethodName, String setMethodName, String fieldName)PUBLIC: Add a direct to field mapping to the receiver.DatabaseMappingClassDescriptor. addMapping(DatabaseMapping mapping)PUBLIC: Add a database mapping to the receiver.DatabaseMappingCMPPolicy.KeyElementAccessor. getMapping()DatabaseMappingCMPPolicy.KeyIsElementAccessor. getMapping()DatabaseMappingClassDescriptor. getMappingForAttributeName(String attributeName)PUBLIC: Returns the mapping associated with a given attribute name.DatabaseMappingClassDescriptor. newAggregateCollectionMapping()Return a new aggregate collection/element collection mapping for this type of descriptor.DatabaseMappingClassDescriptor. newDirectCollectionMapping()Return a new direct collection/element collection mapping for this type of descriptor.DatabaseMappingClassDescriptor. removeMappingForAttributeName(String attributeName)ADVANCED: Removes the locally defined mapping associated with a given attribute name.Methods in org.eclipse.persistence.descriptors that return types with arguments of type DatabaseMapping Modifier and Type Method Description Collection<DatabaseMapping>ClassDescriptor. getDerivesIdMappinps()ADVANCED: Return the derives id mappings.List<DatabaseMapping>ClassDescriptor. getLockableMappings()INTERNAL: Returns a reference to the mappings that must be traverse when lockingVector<DatabaseMapping>ClassDescriptor. getMappings()PUBLIC: Returns mappingsList<DatabaseMapping>ClassDescriptor. getMappingsPostCalculateChanges()Mappings that require postCalculateChanges method to be calledList<DatabaseMapping>ClassDescriptor. getMappingsPostCalculateChangesOnDeleted()Mappings that require mappingsPostCalculateChangesOnDeleted method to be calledList<DatabaseMapping>ClassDescriptor. getPreDeleteMappings()INTERNAL: Set of mappings that require early delete behavior.Methods in org.eclipse.persistence.descriptors with parameters of type DatabaseMapping Modifier and Type Method Description DatabaseMappingClassDescriptor. addMapping(DatabaseMapping mapping)PUBLIC: Add a database mapping to the receiver.voidClassDescriptor. addMappingsPostCalculateChanges(DatabaseMapping mapping)Add a mapping to the list of mappings that require postCalculateChanges method to be called.voidClassDescriptor. addMappingsPostCalculateChangesOnDeleted(DatabaseMapping mapping)Add a mapping to the list of mappings that require mappingsPostCalculateChangesOnDeleted method to be called.voidClassDescriptor. addPreDeleteMapping(DatabaseMapping mapping)INTERNAL: Add the mapping to be notified before deletion.protected voidClassDescriptor. prepareCascadeLockingPolicy(DatabaseMapping mapping)INTERNAL:protected voidCMPPolicy. setFieldValue(CMPPolicy.KeyElementAccessor accessor, Object keyInstance, DatabaseMapping mapping, AbstractSession session, int[] elementIndex, Object... keyElements)INTERNAL: Recursive method to set a field value in the given key instance.protected voidClassDescriptor. validateMappingType(DatabaseMapping mapping)protected static booleanReturningPolicy. verifyFieldAndMapping(AbstractSession session, DatabaseField field, ClassDescriptor descriptor, DatabaseMapping mapping)Method parameters in org.eclipse.persistence.descriptors with type arguments of type DatabaseMapping Modifier and Type Method Description voidClassDescriptor. setLockableMappings(List<DatabaseMapping> lockableMappings)INTERNAL: Set the list of lockable mappings for this project This method is provided for CMP use.voidClassDescriptor. setMappings(Vector<DatabaseMapping> mappings)INTERNAL: Set the mappings.Constructors in org.eclipse.persistence.descriptors with parameters of type DatabaseMapping Constructor Description KeyIsElementAccessor(String attributeName, DatabaseField databaseField, DatabaseMapping mapping) -
Uses of DatabaseMapping in org.eclipse.persistence.dynamic
Methods in org.eclipse.persistence.dynamic that return DatabaseMapping Modifier and Type Method Description DatabaseMappingDynamicTypeBuilder. addMapping(DatabaseMapping mapping)Add the mapping to theDynamicTypeBuilder.entityType's descriptor being built or extended.Methods in org.eclipse.persistence.dynamic with parameters of type DatabaseMapping Modifier and Type Method Description DatabaseMappingDynamicTypeBuilder. addMapping(DatabaseMapping mapping)Add the mapping to theDynamicTypeBuilder.entityType's descriptor being built or extended. -
Uses of DatabaseMapping in org.eclipse.persistence.eis
Methods in org.eclipse.persistence.eis that return DatabaseMapping Modifier and Type Method Description DatabaseMappingEISDescriptor. addDirectMapping(String attributeName, String fieldName)PUBLIC: Add a direct mapping to the receiver.DatabaseMappingEISDescriptor. addDirectMapping(String attributeName, String getMethodName, String setMethodName, String fieldName)PUBLIC: Add a direct to node mapping to the receiver.DatabaseMappingEISDescriptor. newAggregateCollectionMapping()Return a new aggregate collection/element collection mapping for this type of descriptor.DatabaseMappingEISDescriptor. newDirectCollectionMapping()Return a new direct collection/element collection mapping for this type of descriptor.Methods in org.eclipse.persistence.eis with parameters of type DatabaseMapping Modifier and Type Method Description protected voidEISDescriptor. validateMappingType(DatabaseMapping mapping)Constructors in org.eclipse.persistence.eis with parameters of type DatabaseMapping Constructor Description EISCollectionChangeRecord(ObjectChangeSet owner, String attributeName, DatabaseMapping mapping)Construct a ChangeRecord that can be used to represent the changes to an unordered collection.EISOrderedCollectionChangeRecord(ObjectChangeSet owner, String attributeName, DatabaseMapping mapping)Construct a ChangeRecord that can be used to represent the changes to an ordered collection. -
Uses of DatabaseMapping in org.eclipse.persistence.eis.mappings
Subclasses of DatabaseMapping in org.eclipse.persistence.eis.mappings Modifier and Type Class Description classEISCompositeCollectionMappingEIS Composite Collection Mappings map a java.util.Map or java.util.Collection of Java objects to an EIS record in a privately owned, one-to-many relationship according to its descriptor's record type.classEISCompositeDirectCollectionMappingEIS Composite Direct Collection Mappings map a collection of simple Java attributes to and from an EIS Record according to its descriptor's record type.classEISCompositeObjectMappingEIS Composite Object Mappings map a Java object to a privately owned, one-to-one relationship to an EIS Record according to its descriptor's record type.classEISDirectMappingEIS Direct Mappings map a simple Java attribute to and from an EIS Record according to its descriptor's record type.classEISOneToManyMappingAn EIS one-to-many mapping is a reference mapping that represents the relationship between a single source object and a collection of mapped persistent Java objects.classEISOneToOneMappingAn EIS one-to-one mapping is a reference mapping that represents the relationship between a single source object and a single mapped persistent Java object.classEISTransformationMappingEIS Transformation Mappings allow the creation of custom mappings where one or more fields in an EIS Record can be used to create the object to be stored in a Java class's attribute.Methods in org.eclipse.persistence.eis.mappings that return DatabaseMapping Modifier and Type Method Description DatabaseMappingEISOneToManyMappingHelper. getDatabaseMapping()INTERNAL: Return the mapping, casted a bit more generally. -
Uses of DatabaseMapping in org.eclipse.persistence.exceptions
Fields in org.eclipse.persistence.exceptions declared as DatabaseMapping Modifier and Type Field Description protected DatabaseMappingDescriptorException. mappingMethods in org.eclipse.persistence.exceptions that return DatabaseMapping Modifier and Type Method Description DatabaseMappingDescriptorException. getMapping()PUBLIC: Return the mapping that the problem was detected in.Constructors in org.eclipse.persistence.exceptions with parameters of type DatabaseMapping Constructor Description DescriptorException(String theMessage, DatabaseMapping mapping)INTERNAL: TopLink exceptions should only be thrown by TopLink. -
Uses of DatabaseMapping in org.eclipse.persistence.expressions
Methods in org.eclipse.persistence.expressions that return DatabaseMapping Modifier and Type Method Description DatabaseMappingExpression. getLeafMapping(DatabaseQuery query, ClassDescriptor rootDescriptor, AbstractSession session)INTERNAL: Lookup the mapping for this item by traversing its expression recursively. -
Uses of DatabaseMapping in org.eclipse.persistence.history
Fields in org.eclipse.persistence.history declared as DatabaseMapping Modifier and Type Field Description protected DatabaseMappingHistoryPolicy. mappingMethods in org.eclipse.persistence.history that return DatabaseMapping Modifier and Type Method Description DatabaseMappingHistoryPolicy. getMapping()PUBLIC:Methods in org.eclipse.persistence.history with parameters of type DatabaseMapping Modifier and Type Method Description voidHistoryPolicy. setMapping(DatabaseMapping mapping)INTERNAL: -
Uses of DatabaseMapping in org.eclipse.persistence.internal.descriptors
Fields in org.eclipse.persistence.internal.descriptors declared as DatabaseMapping Modifier and Type Field Description protected DatabaseMappingDescriptorIterator. currentMappingprotected DatabaseMappingCascadeLockingPolicy. m_parentMappingFields in org.eclipse.persistence.internal.descriptors with type parameters of type DatabaseMapping Modifier and Type Field Description protected List<DatabaseMapping>ObjectBuilder. batchFetchedAttributesPERF: Cache mapping that use batch fetching.protected List<DatabaseMapping>ObjectBuilder. cloningMappingsPERF: Cache mappings that require cloning.protected List<DatabaseMapping>ObjectBuilder. eagerMappingsPERF: Cache mappings that are eager loaded.protected List<DatabaseMapping>ObjectBuilder. joinedAttributesPERF: Cache mapping that use joining.protected Map<String,DatabaseMapping>ObjectBuilder. mappingsByAttributeMappings keyed by attribute name.protected Map<DatabaseField,DatabaseMapping>ObjectBuilder. mappingsByFieldMappings keyed by database field.protected List<DatabaseMapping>ObjectBuilder. nonPrimaryKeyMappingsAll mapping other than primary key mappings.protected List<DatabaseMapping>ObjectBuilder. primaryKeyMappingsMapping for the primary key fields.protected Map<DatabaseField,List<DatabaseMapping>>ObjectBuilder. readOnlyMappingsByFieldList of read-only mappings using a database field.protected List<DatabaseMapping>ObjectBuilder. relationshipMappingsPERF: Cache relationship mappings.Methods in org.eclipse.persistence.internal.descriptors that return DatabaseMapping Modifier and Type Method Description DatabaseMappingObjectBuilder. getBaseMappingForField(DatabaseField databaseField)Return the base mapping for the given DatabaseField.DatabaseMappingDescriptorIterator. getCurrentMapping()DatabaseMappingObjectBuilder. getMappingForAttributeName(String name)Return the mapping for the specified attribute name.DatabaseMappingObjectBuilder. getMappingForField(DatabaseField field)Return al the mapping for the specified field.protected DatabaseMappingCascadeLockingPolicy. getParentMapping()INTERNAL:Methods in org.eclipse.persistence.internal.descriptors that return types with arguments of type DatabaseMapping Modifier and Type Method Description List<DatabaseMapping>ObjectBuilder. getBatchFetchedAttributes()Return the mappings that are always batch fetched.List<DatabaseMapping>ObjectBuilder. getCloningMappings()PERF: Return all mappings that require cloning.List<DatabaseMapping>ObjectBuilder. getEagerMappings()PERF: Return all mappings that are eager loaded (but use indirection).List<DatabaseMapping>ObjectBuilder. getJoinedAttributes()Answers the attributes which are always joined to the original query on reads.protected Map<String,DatabaseMapping>ObjectBuilder. getMappingsByAttribute()Return all the mapping to attribute associationsMap<DatabaseField,DatabaseMapping>ObjectBuilder. getMappingsByField()INTERNAL: Return all the mapping to field associationsprotected List<DatabaseMapping>ObjectBuilder. getNonPrimaryKeyMappings()Return the non primary key mappings.List<DatabaseMapping>ObjectBuilder. getPrimaryKeyMappings()Return primary key mappings.Map<DatabaseField,List<DatabaseMapping>>ObjectBuilder. getReadOnlyMappingsByField()INTERNAL: Return all the read-only mapping to field associationsList<DatabaseMapping>ObjectBuilder. getReadOnlyMappingsForField(DatabaseField field)Return all the read-only mapping for the specified field.List<DatabaseMapping>ObjectBuilder. getRelationshipMappings()PERF: Return all relationship mappings.Methods in org.eclipse.persistence.internal.descriptors with parameters of type DatabaseMapping Modifier and Type Method Description protected voidObjectBuilder. assignReturnValueToMapping(Object object, ReadObjectQuery query, AbstractRecord row, DatabaseField field, DatabaseMapping mapping, Collection handledMappings, ObjectChangeSet changeSet)INTERNAL: Assign values from objectRow to the object through the mapping.booleanObjectBuilder. isPrimaryKeyMapping(DatabaseMapping mapping)voidDescriptorIterator. iterateForAggregateMapping(Object aggregateObject, DatabaseMapping mapping, ClassDescriptor descriptor)Iterate on the mapping's reference object and recursively iterate on the reference object's reference objects.voidDescriptorIterator. iterateIndirectContainerForMapping(IndirectContainer container, DatabaseMapping mapping)Iterate on the indirection object for its mapping.voidDescriptorIterator. iteratePrimitiveForMapping(Object primitiveValue, DatabaseMapping mapping)Iterate on the primitive value for its mapping.voidDescriptorIterator. iterateReferenceObjectForMapping(Object referenceObject, DatabaseMapping mapping)Iterate on the mapping's reference object and recursively iterate on the reference object's reference objects.voidDescriptorIterator. iterateValueHolderForMapping(ValueHolderInterface valueHolder, DatabaseMapping mapping)Iterate on the value holder for its mapping.voidDescriptorIterator. setCurrentMapping(DatabaseMapping currentMapping)booleanDescriptorIterator.CascadeCondition. shouldNotCascade(DatabaseMapping mapping)Method parameters in org.eclipse.persistence.internal.descriptors with type arguments of type DatabaseMapping Modifier and Type Method Description static voidDescriptorHelper. buildColsAndValuesBindingsFromMappings(StringBuilder target, Collection<DatabaseMapping> mappings, Collection<DatabaseField> keys, int valueIndex, String binder, String separator)Append list of column to value bindings from descriptor class to providedStringBuilder.static voidDescriptorHelper. buildColsFromMappings(StringBuilder target, Collection<DatabaseMapping> mappings, String separator)Append list of columns from descriptor class to providedStringBuilder.static voidDescriptorHelper. buildValuesAsQMarksFromMappings(StringBuilder target, Collection<DatabaseMapping> mappings, String separator)Append list of values as list of question marks from descriptor class to providedStringBuilder.protected voidObjectBuilder. setMappingsByAttribute(Map<String,DatabaseMapping> theAttributeMappings)All the mappings and their respective attribute associations are cached for performance improvement.voidObjectBuilder. setMappingsByField(Map<DatabaseField,DatabaseMapping> theFieldMappings)INTERNAL: All the mappings and their respective field associations are cached for performance improvement.protected voidObjectBuilder. setNonPrimaryKeyMappings(List<DatabaseMapping> theNonPrimaryKeyMappings)The non primary key mappings are cached to improve performance.protected voidObjectBuilder. setPrimaryKeyMappings(List<DatabaseMapping> thePrimaryKeyMappings)The primary key mappings are cached to improve performance.voidObjectBuilder. setReadOnlyMappingsByField(Map<DatabaseField,List<DatabaseMapping>> theReadOnlyFieldMappings)INTERNAL: All the read-only mappings and their respective field associations are cached for performance improvement. -
Uses of DatabaseMapping in org.eclipse.persistence.internal.dynamic
Fields in org.eclipse.persistence.internal.dynamic declared as DatabaseMapping Modifier and Type Field Description protected DatabaseMappingValuesAccessor. mappingFields in org.eclipse.persistence.internal.dynamic with type parameters of type DatabaseMapping Modifier and Type Field Description protected Set<DatabaseMapping>DynamicTypeImpl. mappingsRequiringInitializationThese properties require initialization when a new instance is created.Methods in org.eclipse.persistence.internal.dynamic that return DatabaseMapping Modifier and Type Method Description DatabaseMappingDynamicTypeImpl. getMapping(String propertyName)Methods in org.eclipse.persistence.internal.dynamic that return types with arguments of type DatabaseMapping Modifier and Type Method Description List<DatabaseMapping>DynamicTypeImpl. getMappings()Set<DatabaseMapping>DynamicTypeImpl. getMappingsRequiringInitialization()Constructors in org.eclipse.persistence.internal.dynamic with parameters of type DatabaseMapping Constructor Description ValuesAccessor(DatabaseMapping mapping) -
Uses of DatabaseMapping in org.eclipse.persistence.internal.expressions
Fields in org.eclipse.persistence.internal.expressions declared as DatabaseMapping Modifier and Type Field Description protected DatabaseMappingQueryKeyExpression. mappingCache the mapping for performance.Methods in org.eclipse.persistence.internal.expressions that return DatabaseMapping Modifier and Type Method Description DatabaseMappingFunctionExpression. getLeafMapping(DatabaseQuery query, ClassDescriptor rootDescriptor, AbstractSession session)INTERNAL: Lookup the mapping for this item by traversing its expression recursively.DatabaseMappingQueryKeyExpression. getLeafMapping(DatabaseQuery query, ClassDescriptor rootDescriptor, AbstractSession session)INTERNAL: Lookup the mapping for this item by traversing its expression recursively.DatabaseMappingTreatAsExpression. getLeafMapping(DatabaseQuery query, ClassDescriptor rootDescriptor, AbstractSession session)DatabaseMappingDataExpression. getMapping()DatabaseMappingQueryKeyExpression. getMapping()DatabaseMappingQueryKeyExpression. getMappingFromQueryKey()protected DatabaseMappingFunctionExpression. getMappingOfFirstPrimaryKey(ClassDescriptor descriptor) -
Uses of DatabaseMapping in org.eclipse.persistence.internal.helper
Methods in org.eclipse.persistence.internal.helper with parameters of type DatabaseMapping Modifier and Type Method Description protected CacheKeyWriteLockManager. checkAndLockObject(Object objectToLock, Map lockedObjects, Map refreshedObjects, DatabaseMapping mapping, AbstractSession cloningSession)INTERNAL: Simply check that the object is not already locked then pass it on to the locking methodintMappingCompare. compare(DatabaseMapping arg1, DatabaseMapping arg2) -
Uses of DatabaseMapping in org.eclipse.persistence.internal.indirection
Fields in org.eclipse.persistence.internal.indirection declared as DatabaseMapping Modifier and Type Field Description protected DatabaseMappingIndirectionPolicy. mappingprotected DatabaseMappingProtectedValueHolder. mappingprotected DatabaseMappingUnitOfWorkValueHolder. mappingThe mapping for the attribute.Methods in org.eclipse.persistence.internal.indirection that return DatabaseMapping Modifier and Type Method Description DatabaseMappingIndirectionPolicy. getMapping()INTERNAL: Return the database mapping that uses the indirection policy.DatabaseMappingUnitOfWorkValueHolder. getMapping()Methods in org.eclipse.persistence.internal.indirection with parameters of type DatabaseMapping Modifier and Type Method Description voidIndirectionPolicy. setMapping(DatabaseMapping mapping)INTERNAL: set the database mapping that uses the indirection policy.protected voidUnitOfWorkValueHolder. setMapping(DatabaseMapping mapping)Constructors in org.eclipse.persistence.internal.indirection with parameters of type DatabaseMapping Constructor Description ProtectedValueHolder(ValueHolderInterface<T> attributeValue, DatabaseMapping mapping, AbstractSession cloningSession)UnitOfWorkQueryValueHolder(ValueHolderInterface<T> attributeValue, Object clone, DatabaseMapping mapping, UnitOfWorkImpl unitOfWork)UnitOfWorkTransformerValueHolder(ValueHolderInterface<T> attributeValue, Object clone, DatabaseMapping mapping, UnitOfWorkImpl unitOfWork)UnitOfWorkValueHolder(ValueHolderInterface<T> attributeValue, Object clone, DatabaseMapping mapping, UnitOfWorkImpl unitOfWork) -
Uses of DatabaseMapping in org.eclipse.persistence.internal.jpa.jpql
Methods in org.eclipse.persistence.internal.jpa.jpql that return types with arguments of type DatabaseMapping Modifier and Type Method Description Iterable<DatabaseMapping>ConstructorQueryMappings. mappings()Returns a non-nullIterableover the ordered list ofDatabaseMappingobjects that represents the parameter arguments defined in the constructor expression. -
Uses of DatabaseMapping in org.eclipse.persistence.internal.oxm
Methods in org.eclipse.persistence.internal.oxm that return types with arguments of type DatabaseMapping Modifier and Type Method Description List<DatabaseMapping>TreeObjectBuilder. getPrimaryKeyMappings() -
Uses of DatabaseMapping in org.eclipse.persistence.internal.queries
Fields in org.eclipse.persistence.internal.queries declared as DatabaseMapping Modifier and Type Field Description protected DatabaseMappingReportItem. mappingMapping which relates field to attribute, used to convert value and determine reference descriptorFields in org.eclipse.persistence.internal.queries with type parameters of type DatabaseMapping Modifier and Type Field Description protected List<DatabaseMapping>JoinedAttributeManager. joinedAggregateMappingsStores AggregateObjectMapping expressions used within local join expressionsprotected List<DatabaseMapping>JoinedAttributeManager. joinedAttributeMappingsindexed list of mappings corresponding toprotected Map<DatabaseMapping,Object>JoinedAttributeManager. joinedMappingIndexesUsed internally for joining.protected Map<DatabaseMapping,ObjectLevelReadQuery>JoinedAttributeManager. joinedMappingQueriesUsed internally for joining.protected Map<DatabaseMapping,ObjectLevelReadQuery>JoinedAttributeManager. joinedMappingQueryClonesPERF: Stores the cloned joinedMappingQueries.Methods in org.eclipse.persistence.internal.queries that return DatabaseMapping Modifier and Type Method Description DatabaseMappingReportItem. getMapping()Methods in org.eclipse.persistence.internal.queries that return types with arguments of type DatabaseMapping Modifier and Type Method Description List<DatabaseMapping>JoinedAttributeManager. getJoinedAggregateMappings()Return the attributes that must be joined.List<DatabaseMapping>JoinedAttributeManager. getJoinedAttributeMappings()Return the attributes that must be joined.Map<DatabaseMapping,Object>JoinedAttributeManager. getJoinedMappingIndexes_()Return the joined mapping indexes, used to compute mapping row partitions.Map<DatabaseMapping,ObjectLevelReadQuery>JoinedAttributeManager. getJoinedMappingQueries_()Return the joined mapping queries, used optimize joining, only compute the nested queries once.Map<DatabaseMapping,ObjectLevelReadQuery>JoinedAttributeManager. getJoinedMappingQueryClones()Methods in org.eclipse.persistence.internal.queries with parameters of type DatabaseMapping Modifier and Type Method Description protected booleanJoinedAttributeManager. isAttributeExpressionJoined(DatabaseMapping attributeMapping)Return if the attribute is specified for joining.booleanJoinedAttributeManager. isAttributeJoined(ClassDescriptor mappingDescriptor, DatabaseMapping attributeMapping)Return if the attribute is specified for joining.protected booleanJoinedAttributeManager. isAttributeMappingJoined(DatabaseMapping attributeMapping)Return whether the given attribute is joined as a result of a join on a mappingprotected booleanJoinedAttributeManager. isMappingInJoinedExpressionList(DatabaseMapping attributeMapping, List joinedExpressionList)Iterate through a list of expressions searching for the given attribute name.voidContainerPolicy. postCalculateChanges(Object key, Object value, ClassDescriptor referenceDescriptor, DatabaseMapping mapping, UnitOfWorkImpl uow)INTERNAL: Add the provided object to the deleted objects list on the commit manager.voidContainerPolicy. postCalculateChanges(ObjectChangeSet ocs, ClassDescriptor referenceDescriptor, DatabaseMapping mapping, UnitOfWorkImpl uow)INTERNAL: Add the provided object to the deleted objects list on the commit manager.voidMappedKeyMapContainerPolicy. postCalculateChanges(Object key, Object value, ClassDescriptor referenceDescriptor, DatabaseMapping mapping, UnitOfWorkImpl uow)INTERNAL: Add the provided object to the deleted objects list on the commit manager.voidMappedKeyMapContainerPolicy. postCalculateChanges(ObjectChangeSet ocs, ClassDescriptor referenceDescriptor, DatabaseMapping mapping, UnitOfWorkImpl uow)INTERNAL: Add the provided object to the deleted objects list on the commit manager.voidReportItem. setMapping(DatabaseMapping mapping)Method parameters in org.eclipse.persistence.internal.queries with type arguments of type DatabaseMapping Modifier and Type Method Description intContainerPolicy. updateJoinedMappingIndexesForMapKey(Map<DatabaseMapping,Object> indexList, int index)INTERNAL: Update the joined mapping indices This method is a no-op, but will be overridden by subclassesintMappedKeyMapContainerPolicy. updateJoinedMappingIndexesForMapKey(Map<DatabaseMapping,Object> indexList, int index)INTERNAL: Update the joined mapping indices Adds the key mapping and it's index to the list of joined mappings.intOrderedListContainerPolicy. updateJoinedMappingIndexesForMapKey(Map<DatabaseMapping,Object> indexList, int index)INTERNAL: Add the index field count. -
Uses of DatabaseMapping in org.eclipse.persistence.internal.sessions
Fields in org.eclipse.persistence.internal.sessions declared as DatabaseMapping Modifier and Type Field Description protected DatabaseMappingChangeRecord. mappingThis attribute stores the mapping along with the attribute so that the mapping does not need to be looked upFields in org.eclipse.persistence.internal.sessions with type parameters of type DatabaseMapping Modifier and Type Field Description protected Map<DatabaseMapping,List<Object[]>>CommitManager. dataModificationsMap of modification events used to defer insertion into m-m, dc, join tables.protected Map<DatabaseMapping,List<Object>>UnitOfWorkImpl. deletedPrivateOwnedObjectsStores all of the private owned objects that have been removed and may need to cascade deletionprotected Map<DatabaseMapping,Set>UnitOfWorkImpl. privateOwnedObjectsCache references of private owned objects for the removal of private owned orphansMethods in org.eclipse.persistence.internal.sessions that return DatabaseMapping Modifier and Type Method Description DatabaseMappingChangeRecord. getMapping()ADVANCED: Returns the mapping for the attribute this ChangeRecord RepresentsMethods in org.eclipse.persistence.internal.sessions that return types with arguments of type DatabaseMapping Modifier and Type Method Description protected Map<DatabaseMapping,List<Object[]>>CommitManager. getDataModifications()Used to store data queries to be performed at the end of the commit.Methods in org.eclipse.persistence.internal.sessions with parameters of type DatabaseMapping Modifier and Type Method Description voidCommitManager. addDataModificationEvent(DatabaseMapping mapping, Object[] event)Add the data query to be performed at the end of the commit.voidUnitOfWorkImpl. addDeletedPrivateOwnedObjects(DatabaseMapping mapping, Object object)INTERNAL: Records a private owned object that has been de-referenced and will need to processed for related private owned objects.voidUnitOfWorkImpl. addPrivateOwnedObject(DatabaseMapping mapping, Object privateOwnedObject)INTERNAL: Add a privately owned object to the privateOwnedObjectsMap.voidUnitOfWorkImpl. removePrivateOwnedObject(DatabaseMapping mapping, Object privateOwnedObject)INTERNAL: Remove a privately owned object from the privateOwnedObjects Map.voidChangeRecord. setMapping(DatabaseMapping mapping)Sets the mapping for the attribute that this Record representsvoidObjectChangeSet. updateChangeRecordForAttribute(DatabaseMapping mapping, Object value, AbstractSession session, Object oldValue)INTERNAL: Used to update a changeRecord that is stored in the CHangeSet with a new value.Method parameters in org.eclipse.persistence.internal.sessions with type arguments of type DatabaseMapping Modifier and Type Method Description protected voidCommitManager. setDataModifications(Map<DatabaseMapping,List<Object[]>> dataModifications)Used to store data queries to be performed at the end of the commit. -
Uses of DatabaseMapping in org.eclipse.persistence.internal.sessions.factories
Methods in org.eclipse.persistence.internal.sessions.factories with parameters of type DatabaseMapping Modifier and Type Method Description voidDirectToXMLTypeMappingHelper. writeShouldreadWholeDocument(NonreflectiveMethodDefinition method, String mappingName, DatabaseMapping mapping)Write the Project.class code for the XMLType property. -
Uses of DatabaseMapping in org.eclipse.persistence.internal.sessions.remote
Fields in org.eclipse.persistence.internal.sessions.remote declared as DatabaseMapping Modifier and Type Field Description protected DatabaseMappingRemoteValueHolder. mappingMethods in org.eclipse.persistence.internal.sessions.remote that return DatabaseMapping Modifier and Type Method Description DatabaseMappingRemoteValueHolder. getMapping()Return the associated mapping.Methods in org.eclipse.persistence.internal.sessions.remote with parameters of type DatabaseMapping Modifier and Type Method Description voidRemoteValueHolder. setMapping(DatabaseMapping mapping)Set mapping -
Uses of DatabaseMapping in org.eclipse.persistence.mappings
Subclasses of DatabaseMapping in org.eclipse.persistence.mappings Modifier and Type Class Description classAggregateCollectionMappingPurpose: The aggregate collection mapping is used to represent the aggregate relationship between a single source object and a collection of target objects.classAggregateMappingPurpose: Two objects can be considered to be related by aggregation if there is a strict 1:1 relationship between the objects.classAggregateObjectMappingPurpose:Two objects can be considered to be related by aggregation if there is a strict 1:1 relationship between the objects.classCollectionMappingPurpose: Abstract class for relationship mappings which store collection of objectsclassDirectCollectionMappingPurpose: This mapping is used to store a collection of simple types (String, Number, Date, etc.) into a single table.classDirectMapMappingMapping for a collection of key-value pairs.classDirectToFieldMappingPurpose: Maps an attribute to the corresponding database field type.classForeignReferenceMappingPurpose: Abstract class for relationship mappingsclassManyToManyMappingPurpose: Many to many mappings are used to represent the relationships between a collection of source objects and a collection of target objects.classManyToOneMappingPurpose: Define the relationship to be a ManyToOne.classMultitenantPrimaryKeyMappingPurpose: Maps a multitenant property to the corresponding database field type.classObjectReferenceMappingPurpose: Abstract class for 1:1, variable 1:1 and reference mappingsclassOneToManyMappingPurpose: This mapping is used to represent the typical RDBMS relationship between a single source object and collection of target objects; where, on the database, the target objects have references (foreign keys) to the source object.classOneToOneMappingPurpose: One to one mappings are used to represent a pointer references between two java objects.classTransformationMappingPurpose: A transformation mapping is used for a specialized translation between how a value is represented in Java and its representation on the databae.classUnidirectionalOneToManyMappingPurpose: UnidirectionalOneToManyMapping doesn't have 1:1 back reference mapping.classVariableOneToOneMappingPurpose: Variable one to one mappings are used to represent a pointer references between a java object and an implementer of an interface.Fields in org.eclipse.persistence.mappings declared as DatabaseMapping Modifier and Type Field Description protected DatabaseMappingDatabaseMapping. derivedIdMappingThe id mapping this mapping derives.protected DatabaseMappingForeignReferenceMapping. relationshipPartnerUsed to reference the other half of a bi-directional relationship.Fields in org.eclipse.persistence.mappings with type parameters of type DatabaseMapping Modifier and Type Field Description protected List<DatabaseMapping>AggregateObjectMapping. mapsIdMappingsList of maps id mappings that need to be set to read only at initialize time on their cloned aggregate mappings.Methods in org.eclipse.persistence.mappings that return DatabaseMapping Modifier and Type Method Description DatabaseMappingDatabaseMapping. getDerivedIdMapping()ADVANCED: Set the maps id valueDatabaseMappingDatabaseMapping. getRelationshipPartner()INTERNAL: Return the relationshipPartner mapping for this bi-directional mapping.DatabaseMappingDirectCollectionMapping. getRelationshipPartner()INTERNAL: Return the relationshipPartner mapping for this bi-directional mapping.DatabaseMappingForeignReferenceMapping. getRelationshipPartner()INTERNAL: Return the relationshipPartner mapping for this bi-directional mapping.Methods in org.eclipse.persistence.mappings with parameters of type DatabaseMapping Modifier and Type Method Description voidAggregateObjectMapping. addMapsIdMapping(DatabaseMapping mapping)INTERNAL: In JPA users may specify a maps id mapping on a shared embeddable descriptor.protected voidRelationTableMechanism. initializeSourceKeysWithDefaults(DatabaseMapping mapping)INTERNAL: If a user does not specify the source key then the primary keys of the source table are used.voidDatabaseMapping. setDerivedIdMapping(DatabaseMapping derivedIdMapping)ADVANCED: Used to indicate the mapping references a JPA ID or MapsId attribute for the CMP3Policy and JPA Id classes (as well as Embeddable Id classes).voidForeignReferenceMapping. setRelationshipPartner(DatabaseMapping mapping)INTERNAL: Sets the relationshipPartner mapping for this bi-directional mapping. -
Uses of DatabaseMapping in org.eclipse.persistence.mappings.converters
Fields in org.eclipse.persistence.mappings.converters declared as DatabaseMapping Modifier and Type Field Description protected DatabaseMappingClassInstanceConverter. mappingprotected DatabaseMappingObjectTypeConverter. mappingprotected DatabaseMappingSerializedObjectConverter. mappingprotected DatabaseMappingTypeConversionConverter. mappingMethods in org.eclipse.persistence.mappings.converters that return DatabaseMapping Modifier and Type Method Description protected DatabaseMappingClassInstanceConverter. getMapping()INTERNAL: Return the mapping.protected DatabaseMappingObjectTypeConverter. getMapping()INTERNAL: Return the mapping.protected DatabaseMappingSerializedObjectConverter. getMapping()INTERNAL: Return the mapping.protected DatabaseMappingTypeConversionConverter. getMapping()INTERNAL: Return the mapping.Methods in org.eclipse.persistence.mappings.converters with parameters of type DatabaseMapping Modifier and Type Method Description voidClassInstanceConverter. initialize(DatabaseMapping mapping, Session session)INTERNAL: Set the mapping.voidConverter. initialize(DatabaseMapping mapping, Session session)PUBLIC: Allow for any initialization.voidConverterClass. initialize(DatabaseMapping mapping, Session session)INTERNAL:voidObjectTypeConverter. initialize(DatabaseMapping mapping, Session session)INTERNAL: Set the mapping.voidSerializedObjectConverter. initialize(DatabaseMapping mapping, Session session)INTERNAL: Set the mapping.voidTypeConversionConverter. initialize(DatabaseMapping mapping, Session session)INTERNAL: Set the mapping.voidUUIDConverter. initialize(DatabaseMapping mapping, Session session)Initialize mapping for JDBC data type.protected voidObjectTypeConverter. setMapping(DatabaseMapping mapping)INTERNAL: Set the mapping.Constructors in org.eclipse.persistence.mappings.converters with parameters of type DatabaseMapping Constructor Description EnumTypeConverter(DatabaseMapping mapping, Class<?> enumClass, boolean useOrdinalValues)PUBLIC: Creating an enum converter this way will create the conversion values for you using ordinal or name values.EnumTypeConverter(DatabaseMapping mapping, String enumClassName)PUBLIC: Creating an enum converter this way expects that you will provide the conversion values separately.EnumTypeConverter(DatabaseMapping mapping, String enumClassName, boolean useOrdinalValues)PUBLIC: Creating an enum converter this way will create the conversion values for you using ordinal or name values.ObjectTypeConverter(DatabaseMapping mapping)PUBLIC: Default constructor.SerializedObjectConverter(DatabaseMapping mapping)PUBLIC: Default constructor.SerializedObjectConverter(DatabaseMapping mapping, String serializerClassName)PUBLIC: Default constructor.SerializedObjectConverter(DatabaseMapping mapping, Serializer serializer)PUBLIC: Default constructor.TypeConversionConverter(DatabaseMapping mapping)PUBLIC: Default constructor. -
Uses of DatabaseMapping in org.eclipse.persistence.mappings.foundation
Subclasses of DatabaseMapping in org.eclipse.persistence.mappings.foundation Modifier and Type Class Description classAbstractColumnMappingPurpose: Maps an attribute or some other property to the corresponding database field type.classAbstractCompositeCollectionMappingDefine an embedded collection of objects.classAbstractCompositeDirectCollectionMappingAbstractCompositeDirectCollectionMappingconsolidates the behavior of mappings that map collections of "native" data objects (e.g.classAbstractCompositeObjectMappingChunks of data from non-relational data sources can have an embedded component objects.classAbstractDirectMappingPurpose: Maps an attribute to the corresponding database field type.classAbstractTransformationMappingPurpose: A transformation mapping is used for a specialized translation between how a value is represented in Java and its representation on the databae. -
Uses of DatabaseMapping in org.eclipse.persistence.mappings.structures
Subclasses of DatabaseMapping in org.eclipse.persistence.mappings.structures Modifier and Type Class Description classArrayMappingPurpose: In an object-relational data model, structures can contain "Arrays" or collections of other data-types.classNestedTableMappingPurpose: Nested tables are similar toVARRAYsexcept internally they store their information in a separate table from their parent structure's table.classObjectArrayMappingPurpose: In an object-relational data model, structures can contain "Arrays" or collections of other data-types.classReferenceMappingPurpose: In an object-relational data model, structures reference each other through "Refs"; not through foreign keys as in the relational data model.classStructureMappingPurpose: A structure is an object-relational user-defined data-type or object-type.Fields in org.eclipse.persistence.mappings.structures declared as DatabaseMapping Modifier and Type Field Description protected DatabaseMappingNestedTableMapping. nestedMappingMethods in org.eclipse.persistence.mappings.structures that return DatabaseMapping Modifier and Type Method Description DatabaseMappingArrayCollectionMappingHelper. getDatabaseMapping()INTERNAL: Return the mapping, casted a bit more generally.Methods in org.eclipse.persistence.mappings.structures with parameters of type DatabaseMapping Modifier and Type Method Description protected voidObjectRelationalDataTypeDescriptor. validateMappingType(DatabaseMapping mapping) -
Uses of DatabaseMapping in org.eclipse.persistence.mappings.xdb
Subclasses of DatabaseMapping in org.eclipse.persistence.mappings.xdb Modifier and Type Class Description classDirectToXMLTypeMappingPurpose: Mapping used to map from a DOM (org.w3c.Document) or XML String into an Oracle XMLType field, in Oracle 9i XDB. -
Uses of DatabaseMapping in org.eclipse.persistence.oxm
Methods in org.eclipse.persistence.oxm that return DatabaseMapping Modifier and Type Method Description DatabaseMappingXMLDescriptor. addDirectMapping(String attributeName, String xpathString)PUBLIC: Add a direct mapping to the receiver.DatabaseMappingXMLDescriptor. addDirectMapping(String attributeName, String getMethodName, String setMethodName, String xpathString)PUBLIC: Add a direct to node mapping to the receiver.DatabaseMappingXMLDescriptor. newAggregateCollectionMapping()Return a new aggregate collection/element collection mapping for this type of descriptor.DatabaseMappingXMLDescriptor. newDirectCollectionMapping()Return a new direct collection/element collection mapping for this type of descriptor.Methods in org.eclipse.persistence.oxm with parameters of type DatabaseMapping Modifier and Type Method Description protected voidXMLDescriptor. validateMappingType(DatabaseMapping mapping) -
Uses of DatabaseMapping in org.eclipse.persistence.oxm.mappings
Subclasses of DatabaseMapping in org.eclipse.persistence.oxm.mappings Modifier and Type Class Description classXMLAbstractAnyMappingPurpose: An abstract superclass for XMLAnyObjectMapping and XMLAnyCollectionMapping.classXMLAnyAttributeMappingPurpose:The XMLAnyAttributeMapping is used to map to an attribute in an object to any xml attributes contained on a specific element in the XML Document.classXMLAnyCollectionMappingAny collection XML mappings map an attribute that contains a heterogenous collection of objects to multiple XML elements.classXMLAnyObjectMappingAny object XML mappings map an attribute that contains a single object to an XML element.classXMLBinaryDataCollectionMappingPurpose:Provide a mapping for a collection of binary data values that can be treated as either inline binary values or as an attachment.classXMLBinaryDataMappingPurpose:Provide a mapping for binary data that can be treated as either inline or as an attachment.classXMLChoiceCollectionMappingPUBLIC:classXMLChoiceObjectMappingPUBLIC:classXMLCollectionReferenceMappingTopLink OXM version of a 1-M mapping.classXMLCompositeCollectionMappingComposite collection XML mappings map an attribute that contains a homogeneous collection of objects to multiple XML elements.classXMLCompositeDirectCollectionMappingComposite direct collection XML mappings map a collection of simple types (String, Number, Date, etc.) to and from a sequence of composite XML nodes.classXMLCompositeObjectMappingComposite object XML mappings represent a relationship between two classes.classXMLDirectMappingXML Direct Mappings map a Java attribute directly to XML attribute or text node.classXMLFragmentCollectionMappingPurpose: This mapping provides a means to keep a part of the xml tree as a collection of DOM elements.classXMLFragmentMappingPurpose: This mapping provides a means to keep a part of the xml tree as a DOM element.classXMLInverseReferenceMappingThis mapping is used to map a back-pointer.classXMLObjectReferenceMappingTopLink OXM version of a 1-1 mapping.classXMLTransformationMappingTransformation XML mappings are used to create a custom mapping where one or more XML nodes can be used to create the object to be stored in a Java class's attribute.classXMLVariableXPathCollectionMappingclassXMLVariableXPathObjectMappingMethods in org.eclipse.persistence.oxm.mappings that return DatabaseMapping Modifier and Type Method Description DatabaseMappingXMLInverseReferenceMapping. getInlineMapping()Methods in org.eclipse.persistence.oxm.mappings with parameters of type DatabaseMapping Modifier and Type Method Description voidXMLInverseReferenceMapping. setInlineMapping(DatabaseMapping inlineMapping)Constructors in org.eclipse.persistence.oxm.mappings with parameters of type DatabaseMapping Constructor Description FixedMimeTypePolicy(String aMimeTypeParameter, DatabaseMapping mapping) -
Uses of DatabaseMapping in org.eclipse.persistence.oxm.mappings.converters
Methods in org.eclipse.persistence.oxm.mappings.converters with parameters of type DatabaseMapping Modifier and Type Method Description voidXMLListConverter. initialize(DatabaseMapping mapping, Session session)voidXMLRootConverter. initialize(DatabaseMapping mapping, Session session) -
Uses of DatabaseMapping in org.eclipse.persistence.queries
Fields in org.eclipse.persistence.queries declared as DatabaseMapping Modifier and Type Field Description protected DatabaseMappingDatabaseQuery. sourceMappingTable per class requires multiple query executions.Fields in org.eclipse.persistence.queries with type parameters of type DatabaseMapping Modifier and Type Field Description protected Map<DatabaseMapping,ObjectLevelReadQuery>ObjectLevelReadQuery. aggregateQueriesAllow aggregate queries to be prepared and cached.protected List<DatabaseMapping>BatchFetchPolicy. batchedMappingsDefine the mapping to be batch fetched (from mapping settings).protected Map<Class<?>,Map<DatabaseMapping,Object>>ObjectLevelReadQuery. concreteSubclassJoinedMappingIndexesAllow concrete subclasses joined mapping indexes to be prepared and cached for inheritance queries.protected List<DatabaseMapping>ConstructorReportItem. constructorMappingsprotected Map<DatabaseMapping,ReadQuery>BatchFetchPolicy. mappingQueriesPERF: Used internally to store the prepared mapping queries.Methods in org.eclipse.persistence.queries that return DatabaseMapping Modifier and Type Method Description DatabaseMappingDatabaseQuery. getSourceMapping()INTERNAL:Methods in org.eclipse.persistence.queries that return types with arguments of type DatabaseMapping Modifier and Type Method Description Map<DatabaseMapping,ObjectLevelReadQuery>ObjectLevelReadQuery. getAggregateQueries()INTERNAL: Return the cache of aggregate queries.List<DatabaseMapping>BatchFetchPolicy. getBatchedMappings()INTERNAL: Return any mappings that are always batched.Map<Class<?>,Map<DatabaseMapping,Object>>ObjectLevelReadQuery. getConcreteSubclassJoinedMappingIndexes()INTERNAL: Return the cache of concrete subclass joined mapping indexes.List<DatabaseMapping>ConstructorReportItem. getConstructorMappings()INTERNAL: Return the mappings for the items.Map<DatabaseMapping,ReadQuery>BatchFetchPolicy. getMappingQueries()INTERNAL: PERF: Return the internally stored prepared mapping queries.Methods in org.eclipse.persistence.queries with parameters of type DatabaseMapping Modifier and Type Method Description ObjectLevelReadQueryObjectLevelReadQuery. getAggregateQuery(DatabaseMapping mapping)INTERNAL: Return the aggregate query clone for the mapping.List<AbstractRecord>BatchFetchPolicy. getDataResults(DatabaseMapping mapping)INTERNAL: Return the remaining data results for the mapping.static ReadAllQuery.DirectionReadAllQuery.Direction. getDefault(DatabaseMapping mapping)PUBLIC: Returns the default hierarchy traversal direction for the specified mapping.
For OneToOne mappings, source in parent object goes to target in child object, collections are the opposite way.Set<DatabaseField>ObjectLevelReadQuery. getFetchGroupNonNestedFieldsSet(DatabaseMapping nestedMapping)INTERNAL: Return the set of fields required in the select clause, for fetch group reading.protected List<DatabaseField>ObjectLevelReadQuery. getFetchGroupSelectionFields(DatabaseMapping nestedMapping)INTERNAL: Return the fields required in the select clause, for fetch group reading.voidEntityResult. getValueFromRecordForMapping(DatabaseRecord entityRecord, DatabaseMapping mapping, FieldResult fieldResult, DatabaseRecord databaseRecord)INTERNAL: This method is for processing all FieldResults for a mapping.voidObjectLevelReadQuery. setAggregateQuery(DatabaseMapping mapping, ObjectLevelReadQuery query)INTERNAL: Set the aggregate query clone for the mapping.voidBatchFetchPolicy. setDataResults(DatabaseMapping mapping, List<AbstractRecord> rows)INTERNAL: Set the remaining data results for the mapping.voidDatabaseQuery. setSourceMapping(DatabaseMapping sourceMapping)INTERNAL:booleanObjectBuildingQuery. shouldReadMapping(DatabaseMapping mapping, FetchGroup fetchGroup)INTERNAL: Check if the mapping is part of the partial attributes.booleanObjectLevelReadQuery. shouldReadMapping(DatabaseMapping mapping, FetchGroup fetchGroup)INTERNAL: Check if the mapping is part of the partial attributes.Method parameters in org.eclipse.persistence.queries with type arguments of type DatabaseMapping Modifier and Type Method Description voidBatchFetchPolicy. setBatchedMappings(List<DatabaseMapping> batchedMappings)INTERNAL: Set any mappings that are always batched.voidConstructorReportItem. setConstructorMappings(List<DatabaseMapping> constructorMappings)INTERNAL: Return the mappings for the items.voidBatchFetchPolicy. setMappingQueries(Map<DatabaseMapping,ReadQuery> mappingQueries)INTERNAL: PERF: Set the internally stored prepared mapping queries. -
Uses of DatabaseMapping in org.eclipse.persistence.sessions.factories
Methods in org.eclipse.persistence.sessions.factories that return types with arguments of type DatabaseMapping Modifier and Type Method Description protected Vector<DatabaseMapping>ProjectClassGenerator. sortMappings(Vector<DatabaseMapping> mappings)Short the mappings by type.Methods in org.eclipse.persistence.sessions.factories with parameters of type DatabaseMapping Modifier and Type Method Description protected voidProjectClassGenerator. addMappingLines(NonreflectiveMethodDefinition method, DatabaseMapping mapping)voidOracleDirectToXMLTypeMappingHelper. writeShouldreadWholeDocument(NonreflectiveMethodDefinition method, String mappingName, DatabaseMapping mapping)Write the Project.class code for the XMLType property.Method parameters in org.eclipse.persistence.sessions.factories with type arguments of type DatabaseMapping Modifier and Type Method Description protected Vector<DatabaseMapping>ProjectClassGenerator. sortMappings(Vector<DatabaseMapping> mappings)Short the mappings by type.
-