|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of JavaPersistentType in org.eclipse.jpt.core |
|---|
| Methods in org.eclipse.jpt.core that return JavaPersistentType | |
|---|---|
JavaPersistentType |
JpaFactory.buildJavaPersistentType(PersistentType.Owner owner,
JavaResourcePersistentType jrpt)
|
| Methods in org.eclipse.jpt.core with parameters of type JavaPersistentType | |
|---|---|
JavaEmbeddable |
JpaFactory.buildJavaEmbeddable(JavaPersistentType parent)
|
JavaEntity |
JpaFactory.buildJavaEntity(JavaPersistentType parent)
|
JavaMappedSuperclass |
JpaFactory.buildJavaMappedSuperclass(JavaPersistentType parent)
|
JavaTypeMapping |
JpaFactory.buildJavaNullTypeMapping(JavaPersistentType parent)
|
JavaTypeMappingDefinition |
JpaPlatform.getJavaTypeMappingDefinition(JavaPersistentType type)
Return a JavaTypeMappingDefinition that describes the interpretation of the type
as it exists, complete with annotations. |
| Uses of JavaPersistentType in org.eclipse.jpt.core.context |
|---|
| Methods in org.eclipse.jpt.core.context that return JavaPersistentType | |
|---|---|
JavaPersistentType |
IdClassReference.getIdClass()
Return the JavaPersistentType that is resolved from the id class name. |
JavaPersistentType |
TypeMapping.getIdClass()
Return the resolved id class specified on this type mapping, null otherwise |
| Uses of JavaPersistentType in org.eclipse.jpt.core.context.java |
|---|
| Methods in org.eclipse.jpt.core.context.java that return JavaPersistentType | |
|---|---|
JavaPersistentType |
JavaTypeMapping.getPersistentType()
|
| Methods in org.eclipse.jpt.core.context.java that return types with arguments of type JavaPersistentType | |
|---|---|
java.util.Iterator<JavaPersistentType> |
JarFile.javaPersistentTypes()
Return the JAR file's Java persistent types. |
| Methods in org.eclipse.jpt.core.context.java with parameters of type JavaPersistentType | |
|---|---|
JavaTypeMapping |
JavaTypeMappingDefinition.buildMapping(JavaPersistentType type,
JpaFactory factory)
Build a Java type mapping for the specified type. |
JavaTypeMapping |
NullJavaTypeMappingDefinition.buildMapping(JavaPersistentType parent,
JpaFactory factory)
|
boolean |
JavaTypeMappingDefinition.test(JavaPersistentType persistentType)
Return whether this mapping definition should be used for the given JavaPersistentType,
considering all annotations. |
boolean |
NullJavaTypeMappingDefinition.test(JavaPersistentType persistentType)
This is typically the final test, so it should always apply |
| Uses of JavaPersistentType in org.eclipse.jpt.core.context.orm |
|---|
| Methods in org.eclipse.jpt.core.context.orm that return JavaPersistentType | |
|---|---|
JavaPersistentType |
OrmPersistentType.getJavaPersistentType()
Return the Java persistent type that is referred to by this orm.xml persistent type. |
| Uses of JavaPersistentType in org.eclipse.jpt.core.context.persistence |
|---|
| Methods in org.eclipse.jpt.core.context.persistence that return JavaPersistentType | |
|---|---|
JavaPersistentType |
ClassRef.getJavaPersistentType()
Return the JavaPersistentType that corresponds to this IClassRef. |
| Uses of JavaPersistentType in org.eclipse.jpt.core.jpa2.context.java |
|---|
| Subinterfaces of JavaPersistentType in org.eclipse.jpt.core.jpa2.context.java | |
|---|---|
interface |
JavaPersistentType2_0
JPA 2.0 context Java persistent type. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||