|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JavaPersistentAttribute | |
|---|---|
| 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 JavaPersistentAttribute in org.eclipse.jpt.core |
|---|
| Methods in org.eclipse.jpt.core that return JavaPersistentAttribute | |
|---|---|
JavaPersistentAttribute |
JpaFactory.buildJavaPersistentAttribute(PersistentType parent,
JavaResourcePersistentAttribute jrpa)
|
| Uses of JavaPersistentAttribute in org.eclipse.jpt.core.context.java |
|---|
| Methods in org.eclipse.jpt.core.context.java that return JavaPersistentAttribute | |
|---|---|
JavaPersistentAttribute |
JavaPersistentType.getAttributeNamed(java.lang.String attributeName)
|
JavaPersistentAttribute |
JavaAttributeMapping.getPersistentAttribute()
Covariant override. |
| Methods in org.eclipse.jpt.core.context.java that return types with arguments of type JavaPersistentAttribute | |
|---|---|
java.util.ListIterator<JavaPersistentAttribute> |
JavaPersistentType.attributes()
|
| Methods in org.eclipse.jpt.core.context.java with parameters of type JavaPersistentAttribute | |
|---|---|
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 |
boolean |
JavaAttributeMappingDefinition.testDefault(JavaPersistentAttribute persistentAttribute)
Return whether this mapping provider should be used for the given JavaPersistentAttribute
in the default (ignoring all mapping annotations) case. |
boolean |
NullDefaultJavaAttributeMappingDefinition.testDefault(JavaPersistentAttribute persistentAttribute)
This is typically the final test, so it should always apply |
boolean |
NullSpecifiedJavaAttributeMappingDefinition.testDefault(JavaPersistentAttribute persistentAttribute)
Obviously false |
boolean |
JavaAttributeMappingDefinition.testSpecified(JavaPersistentAttribute persistentAttribute)
Return whether this mapping provider should be used for the given JavaPersistentAttribute
in the specified (observing all mapping annotations) case. |
boolean |
NullDefaultJavaAttributeMappingDefinition.testSpecified(JavaPersistentAttribute persistentAttribute)
Obviously, always false |
boolean |
NullSpecifiedJavaAttributeMappingDefinition.testSpecified(JavaPersistentAttribute persistentAttribute)
This is typically the final test, so it should always apply |
| Uses of JavaPersistentAttribute in org.eclipse.jpt.core.context.orm |
|---|
| Methods in org.eclipse.jpt.core.context.orm that return JavaPersistentAttribute | |
|---|---|
JavaPersistentAttribute |
OrmPersistentAttribute.Owner.findJavaPersistentAttribute(OrmPersistentAttribute ormPersistentAttribute)
Return the java persistent attribute that corresponds (same name and access type) to the given ormPersistentAttribute or null if none exists. |
JavaPersistentAttribute |
OrmPersistentAttribute.getJavaPersistentAttribute()
|
| Uses of JavaPersistentAttribute in org.eclipse.jpt.core.jpa2 |
|---|
| Methods in org.eclipse.jpt.core.jpa2 with parameters of type JavaPersistentAttribute | |
|---|---|
JavaElementCollectionMapping2_0 |
JpaFactory2_0.buildJavaElementCollectionMapping2_0(JavaPersistentAttribute parent)
|
| Uses of JavaPersistentAttribute in org.eclipse.jpt.core.jpa2.context.java |
|---|
| Subinterfaces of JavaPersistentAttribute in org.eclipse.jpt.core.jpa2.context.java | |
|---|---|
interface |
JavaPersistentAttribute2_0
JPA 2.0 context Java persistent attribute (field or property) |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||