|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JavaResourcePersistentAttribute | |
---|---|
org.eclipse.jpt.core | |
org.eclipse.jpt.core.context.java | |
org.eclipse.jpt.core.resource.java |
Uses of JavaResourcePersistentAttribute in org.eclipse.jpt.core |
---|
Methods in org.eclipse.jpt.core with parameters of type JavaResourcePersistentAttribute | |
---|---|
Annotation |
JpaAnnotationProvider.buildAttributeAnnotation(JavaResourcePersistentAttribute parent,
Attribute attribute,
java.lang.String annotationName)
Build an Annotation with the given fully qualififed annotation name. |
Annotation |
JpaAnnotationProvider.buildAttributeMappingAnnotation(JavaResourcePersistentAttribute parent,
Attribute attribute,
java.lang.String mappingAnnotationName)
Build a Annotation with the given fully qualififed annotation name. |
Annotation |
JpaAnnotationProvider.buildNullAttributeAnnotation(JavaResourcePersistentAttribute parent,
Attribute attribute,
java.lang.String annotationName)
|
Annotation |
JpaAnnotationProvider.buildNullAttributeMappingAnnotation(JavaResourcePersistentAttribute parent,
Attribute attribute,
java.lang.String mappingAnnotationName)
|
Uses of JavaResourcePersistentAttribute in org.eclipse.jpt.core.context.java |
---|
Methods in org.eclipse.jpt.core.context.java that return JavaResourcePersistentAttribute | |
---|---|
JavaResourcePersistentAttribute |
JavaPersistentAttribute.getResourcePersistentAttribute()
|
Methods in org.eclipse.jpt.core.context.java with parameters of type JavaResourcePersistentAttribute | |
---|---|
void |
JavaAttributeMapping.initializeFromResource(JavaResourcePersistentAttribute resourcePersistentAttribute)
|
void |
JavaJoinTable.initializeFromResource(JavaResourcePersistentAttribute attributeResource)
|
void |
JavaPersistentAttribute.initializeFromResource(JavaResourcePersistentAttribute resourcePersistentAttribute)
|
void |
JavaAttributeMapping.update(JavaResourcePersistentAttribute resourcePersistentAttribute)
|
void |
JavaJoinTable.update(JavaResourcePersistentAttribute attributeResource)
|
void |
JavaPersistentAttribute.update(JavaResourcePersistentAttribute resourcePersistentAttribute)
|
Uses of JavaResourcePersistentAttribute in org.eclipse.jpt.core.resource.java |
---|
Methods in org.eclipse.jpt.core.resource.java that return types with arguments of type JavaResourcePersistentAttribute | |
---|---|
java.util.Iterator<JavaResourcePersistentAttribute> |
JavaResourcePersistentType.attributes()
Return only the persistable attributes, those that respond true to JavaResourcePersistentMember.isPersistable()
This returns fields and properties |
java.util.Iterator<JavaResourcePersistentAttribute> |
JavaResourcePersistentType.fields()
Return only the persistable fields, those that respond true to JavaResourcePersistentMember.isPersistable()
This returns filters out all properties and only returns fields |
java.util.Iterator<JavaResourcePersistentAttribute> |
JavaResourcePersistentType.properties()
Return only the persistable fields, those that respond true to JavaResourcePersistentMember.isPersistable()
This returns filters out all fields and only returns properties |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |