Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.core.context.java.JavaPersistentType

Packages that use JavaPersistentType
org.eclipse.jpt.jpa.core   
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.context.persistence   
 

Uses of JavaPersistentType in org.eclipse.jpt.jpa.core
 

Methods in org.eclipse.jpt.jpa.core that return JavaPersistentType
 JavaPersistentType JpaFactory.buildJavaPersistentType(PersistentType.Parent parent, JavaResourceType jrt)
           
 

Methods in org.eclipse.jpt.jpa.core with parameters of type JavaPersistentType
 JavaEmbeddable JpaFactory.buildJavaEmbeddable(JavaPersistentType parent, EmbeddableAnnotation embeddableAnnotation)
           
 JavaEntity JpaFactory.buildJavaEntity(JavaPersistentType parent, EntityAnnotation entityAnnotation)
           
 JavaMappedSuperclass JpaFactory.buildJavaMappedSuperclass(JavaPersistentType parent, MappedSuperclassAnnotation mappedSuperclassAnnotation)
           
 JavaTypeMapping JpaFactory.buildJavaNullTypeMapping(JavaPersistentType parent)
           
 

Uses of JavaPersistentType in org.eclipse.jpt.jpa.core.context
 

Methods in org.eclipse.jpt.jpa.core.context that return JavaPersistentType
 JavaPersistentType TypeMapping.getIdClass()
          Return the resolved id class specified on this type mapping, null otherwise
 JavaPersistentType IdClassReference.getIdClass()
          Return the JavaPersistentType that is resolved from the id class name.
 

Uses of JavaPersistentType in org.eclipse.jpt.jpa.core.context.java
 

Methods in org.eclipse.jpt.jpa.core.context.java that return JavaPersistentType
 JavaPersistentType JavaTypeMapping.getPersistentType()
           
 

Methods in org.eclipse.jpt.jpa.core.context.java that return types with arguments of type JavaPersistentType
 Class<? extends JavaPersistentType> JavaPersistentType.getType()
           
 

Methods in org.eclipse.jpt.jpa.core.context.java with parameters of type JavaPersistentType
 JavaTypeMapping JavaTypeMappingDefinition.buildMapping(JavaPersistentType persistentType, Annotation annotation, JpaFactory factory)
          Build a Java type mapping for the specified persistent type and annotation.
 

Uses of JavaPersistentType in org.eclipse.jpt.jpa.core.context.orm
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return JavaPersistentType
 JavaPersistentType OrmPersistentType.getJavaPersistentType()
          Return the Java persistent type that is referred to by the orm.xml persistent type.
 

Uses of JavaPersistentType in org.eclipse.jpt.jpa.core.context.persistence
 

Methods in org.eclipse.jpt.jpa.core.context.persistence that return JavaPersistentType
 JavaPersistentType ClassRef.getJavaPersistentType()
          Convenience method for returning the Java managed type if it is a Java persistent type.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.