|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JavaAttributeMapping | |
|---|---|
| org.eclipse.jpt.core | |
| org.eclipse.jpt.core.context.java | |
| org.eclipse.jpt.core.context.orm | |
| org.eclipse.jpt.core.jpa2 | |
| org.eclipse.jpt.core.jpa2.context.java | |
| Uses of JavaAttributeMapping in org.eclipse.jpt.core |
|---|
| Methods in org.eclipse.jpt.core that return JavaAttributeMapping | |
|---|---|
JavaAttributeMapping |
JpaFactory.buildJavaNullAttributeMapping(JavaPersistentAttribute parent)
|
| Methods in org.eclipse.jpt.core with parameters of type JavaAttributeMapping | |
|---|---|
JavaEnumeratedConverter |
JpaFactory.buildJavaEnumeratedConverter(JavaAttributeMapping parent,
JavaResourcePersistentAttribute jrpa)
|
JavaLobConverter |
JpaFactory.buildJavaLobConverter(JavaAttributeMapping parent,
JavaResourcePersistentAttribute jrpa)
|
JavaConverter |
JpaFactory.buildJavaNullConverter(JavaAttributeMapping parent)
|
JavaOrderable |
JpaFactory.buildJavaOrderable(JavaAttributeMapping parent,
Orderable.Owner owner)
|
JavaTemporalConverter |
JpaFactory.buildJavaTemporalConverter(JavaAttributeMapping parent,
JavaResourcePersistentAttribute jrpa)
|
| Uses of JavaAttributeMapping in org.eclipse.jpt.core.context.java |
|---|
| Subinterfaces of JavaAttributeMapping in org.eclipse.jpt.core.context.java | |
|---|---|
interface |
JavaBaseEmbeddedMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaBasicMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaEmbeddedIdMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaEmbeddedMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaIdMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaManyToManyMapping
The java representation of a ManyToManyMapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
JavaManyToOneMapping
The java representation of a ManyToOneMapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
JavaMultiRelationshipMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaOneToManyMapping
The java representation of a OneToManyMapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
JavaOneToOneMapping
The java representation of a OneToOneMapping
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. |
interface |
JavaRelationshipMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaSingleRelationshipMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaTransientMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaVersionMapping
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
| Methods in org.eclipse.jpt.core.context.java that return JavaAttributeMapping | |
|---|---|
JavaAttributeMapping |
JavaAttributeMappingDefinition.buildMapping(JavaPersistentAttribute attribute,
JpaFactory factory)
Build a Java attribute mapping for the specified attribute. |
JavaAttributeMapping |
NullDefaultJavaAttributeMappingDefinition.buildMapping(JavaPersistentAttribute parent,
JpaFactory factory)
Default mappings should never be null |
JavaAttributeMapping |
NullSpecifiedJavaAttributeMappingDefinition.buildMapping(JavaPersistentAttribute parent,
JpaFactory factory)
There is no specified mapping in this case, attributes should revert to the default |
JavaAttributeMapping |
JavaPersistentAttribute.getDefaultMapping()
Return the attribute's default mapping. |
JavaAttributeMapping |
JavaPersistentAttribute.getMapping()
covariant override |
JavaAttributeMapping |
JavaPersistentAttribute.getSpecifiedMapping()
covariant override |
| Methods in org.eclipse.jpt.core.context.java that return types with arguments of type JavaAttributeMapping | |
|---|---|
java.util.Iterator<JavaAttributeMapping> |
JavaTypeMapping.attributeMappings()
|
| Methods in org.eclipse.jpt.core.context.java with parameters of type JavaAttributeMapping | |
|---|---|
boolean |
JavaPersistentAttribute.mappingIsDefault(JavaAttributeMapping mapping)
Return whether the specified mapping is the attribute's default mapping. |
| Uses of JavaAttributeMapping in org.eclipse.jpt.core.context.orm |
|---|
| Methods in org.eclipse.jpt.core.context.orm with parameters of type JavaAttributeMapping | |
|---|---|
XmlAttributeMapping |
NullOrmAttributeMappingDefinition.buildVirtualResourceMapping(OrmTypeMapping ormTypeMapping,
JavaAttributeMapping javaAttributeMapping,
OrmXmlContextNodeFactory factory)
|
XmlAttributeMapping |
OrmAttributeMappingDefinition.buildVirtualResourceMapping(OrmTypeMapping ormTypeMapping,
JavaAttributeMapping javaAttributeMapping,
OrmXmlContextNodeFactory factory)
Build a virtual resource mapping |
XmlAttributeMapping |
UnsupportedOrmAttributeMappingDefinition.buildVirtualResourceMapping(OrmTypeMapping ormTypeMapping,
JavaAttributeMapping javaAttributeMapping,
OrmXmlContextNodeFactory factory)
|
XmlNullAttributeMapping |
OrmXmlContextNodeFactory.buildVirtualXmlNullAttributeMapping(OrmTypeMapping ormTypeMapping,
JavaAttributeMapping javaAttributeMapping)
|
| Uses of JavaAttributeMapping in org.eclipse.jpt.core.jpa2 |
|---|
| Methods in org.eclipse.jpt.core.jpa2 with parameters of type JavaAttributeMapping | |
|---|---|
JavaOrderable2_0 |
JpaFactory2_0.buildJavaOrderable(JavaAttributeMapping parent,
Orderable.Owner owner)
|
| Uses of JavaAttributeMapping in org.eclipse.jpt.core.jpa2.context.java |
|---|
| Subinterfaces of JavaAttributeMapping in org.eclipse.jpt.core.jpa2.context.java | |
|---|---|
interface |
JavaCollectionMapping2_0
1:m, m:m, element collection are all collection mappings. |
interface |
JavaElementCollectionMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaEmbeddedMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaManyToManyMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaManyToOneMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaOneToManyMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaOneToOneMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaRelationshipMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
interface |
JavaSingleRelationshipMapping2_0
Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||