Uses of Class
org.eclipse.persistence.mappings.OneToOneMapping
-
Packages that use OneToOneMapping Package Description org.eclipse.persistence.dynamic org.eclipse.persistence.mappings org.eclipse.persistence.sessions.factories org.eclipse.persistence.tools.schemaframework -
-
Uses of OneToOneMapping in org.eclipse.persistence.dynamic
Methods in org.eclipse.persistence.dynamic that return OneToOneMapping Modifier and Type Method Description OneToOneMappingDynamicTypeBuilder. 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.mappings
Subclasses of OneToOneMapping in org.eclipse.persistence.mappings Modifier and Type Class Description classManyToOneMappingPurpose: 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 OneToOneMapping Modifier and Type Method Description protected 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 OneToOneMapping Modifier and Type Method Description protected voidDefaultTableGenerator. addForeignKeyFieldToSourceTargetTable(OneToOneMapping mapping)
-