Uses of Class
org.eclipse.persistence.mappings.OneToOneMapping
Packages that use OneToOneMapping
Package
Description
-
Uses of OneToOneMapping in org.eclipse.persistence.dynamic
Methods in org.eclipse.persistence.dynamic that return OneToOneMappingModifier and TypeMethodDescriptionDynamicTypeBuilder.addOneToOneMapping(String name, DynamicType refType, String... fkFieldNames) AllowsOneToOneMapping(@OneToOne and @ManyToOne) mappings to be added to a dynamic type through API. -
Uses of OneToOneMapping in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings that return OneToOneMappingModifier and TypeMethodDescriptionprotected OneToOneMappingMappingAccessor.processEntityMapKeyClass(MappedKeyMapAccessor mappedKeyMapAccessor) INTERNAL: Process the map key to be an entity class.Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings with parameters of type OneToOneMappingModifier and TypeMethodDescriptionprotected voidObjectAccessor.processId(OneToOneMapping mapping) INTERNAL: Used to process primary keys and DerivedIds.protected voidObjectAccessor.processMapsId(OneToOneMapping oneToOneMapping) INTERNAL: Process the mapping keys from the maps id value.protected voidObjectAccessor.processMapsIdFields(OneToOneMapping oneToOneMapping, EmbeddedIdAccessor embeddedIdAccessor, MappingAccessor mapsIdAccessor) INTERNAL: We're going to add field name translations where necessary.protected voidObjectAccessor.processOneToOnePrimaryKeyRelationship(OneToOneMapping mapping) INTERNAL: Process the primary key join columns for the owning side of a one to one mapping.protected voidObjectAccessor.processOwningMappingKeys(OneToOneMapping mapping) INTERNAL: Process the the correct metadata for the owning side of a one to one mapping. -
Uses of OneToOneMapping in org.eclipse.persistence.mappings
Subclasses of OneToOneMapping in org.eclipse.persistence.mappingsModifier and TypeClassDescriptionclassPurpose: Define the relationship to be a ManyToOne. -
Uses of OneToOneMapping in org.eclipse.persistence.sessions.factories
Methods in org.eclipse.persistence.sessions.factories with parameters of type OneToOneMappingModifier and TypeMethodDescriptionprotected voidProjectClassGenerator.addOneToOneMappingLines(NonreflectiveMethodDefinition method, String mappingName, OneToOneMapping mapping) -
Uses of OneToOneMapping in org.eclipse.persistence.tools.schemaframework
Methods in org.eclipse.persistence.tools.schemaframework with parameters of type OneToOneMappingModifier and TypeMethodDescriptionprotected voidDefaultTableGenerator.addForeignKeyFieldToSourceTargetTable(OneToOneMapping mapping)