|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JavaResourcePersistentType | |
|---|---|
| org.eclipse.jpt.core | |
| org.eclipse.jpt.core.context.java | |
| org.eclipse.jpt.core.resource.java | |
| Uses of JavaResourcePersistentType in org.eclipse.jpt.core |
|---|
| Methods in org.eclipse.jpt.core that return JavaResourcePersistentType | |
|---|---|
JavaResourcePersistentType |
JpaProject.getJavaResourcePersistentType(java.lang.String typeName)
Return the Java resource persistent type for the specified fully qualified type name; return null, if none exists. |
| Methods in org.eclipse.jpt.core that return types with arguments of type JavaResourcePersistentType | |
|---|---|
java.util.Iterator<JavaResourcePersistentType> |
JpaFile.persistableTypes()
Return all the types that are "persistable", as defined by the JPA spec. |
| Methods in org.eclipse.jpt.core with parameters of type JavaResourcePersistentType | |
|---|---|
JavaPersistentType |
JpaFactory.buildJavaPersistentType(PersistentTypeContext parent,
JavaResourcePersistentType jrpt)
|
Annotation |
JpaAnnotationProvider.buildNullTypeMappingAnnotation(JavaResourcePersistentType parent,
Type type,
java.lang.String annotationName)
Build a null type mapping annotation with the specified name. |
Annotation |
JpaAnnotationProvider.buildNullTypeSupportingAnnotation(JavaResourcePersistentType parent,
Type type,
java.lang.String annotationName)
Build a null type supporting annotation with the specified name. |
Annotation |
JpaAnnotationProvider.buildTypeMappingAnnotation(JavaResourcePersistentType parent,
Type type,
java.lang.String annotationName)
Build a type mapping annotation with the specified name. |
Annotation |
JpaAnnotationProvider.buildTypeSupportingAnnotation(JavaResourcePersistentType parent,
Type type,
java.lang.String annotationName)
Build a type supporting annotation with the specified name. |
| Uses of JavaResourcePersistentType in org.eclipse.jpt.core.context.java |
|---|
| Methods in org.eclipse.jpt.core.context.java with parameters of type JavaResourcePersistentType | |
|---|---|
void |
JavaTypeMapping.initialize(JavaResourcePersistentType jrpt)
|
void |
JavaPersistentType.update(JavaResourcePersistentType jrpt)
Update the JavaPersistentType context model object to match the JavaResourcePersistentType resource model object. |
void |
JavaTypeMapping.update(JavaResourcePersistentType jrpt)
Update the JavaTypeMapping context model object to match the JavaResourcePersistentType resource model object. |
| Uses of JavaResourcePersistentType in org.eclipse.jpt.core.resource.java |
|---|
| Methods in org.eclipse.jpt.core.resource.java that return types with arguments of type JavaResourcePersistentType | |
|---|---|
java.util.Iterator<JavaResourcePersistentType> |
JavaResourcePersistentType.allPersistableTypes()
Return all the persistable types; the type itself, its children, its grandchildren, etc. |
java.util.Iterator<JavaResourcePersistentType> |
JavaResourcePersistentType.allTypes()
Return all the types; the type itself, its children, its grandchildren, etc. |
java.util.Iterator<JavaResourcePersistentType> |
JavaResourcePersistentType.persistableTypes()
Return the immediately nested persistable types. |
java.util.Iterator<JavaResourcePersistentType> |
JpaCompilationUnit.persistableTypes()
|
java.util.Iterator<JavaResourcePersistentType> |
JavaResourcePersistentType.types()
Return the immediately nested types (children). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||