Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.core.context.orm.OrmPersistentType

Packages that use OrmPersistentType
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.eclipselink.core.context.orm   
 

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return OrmPersistentType
 OrmPersistentType EntityMappings.addPersistentType(String mappingKey, String className)
           
 OrmPersistentType OrmXmlContextModelFactory.buildOrmPersistentType(EntityMappings parent, org.eclipse.jpt.jpa.core.resource.orm.XmlTypeMapping resourceMapping)
          NB: A factory for a version 1.0 orm.xml in a JPA 2.0 project must build objects that implement the appropriate behavior.
 OrmPersistentType OrmPersistentAttribute.getDeclaringPersistentType()
           
 OrmPersistentType OrmTypeMapping.getPersistentType()
           
 OrmPersistentType OrmXml.getPersistentType(String name)
           
 OrmPersistentType EntityMappings.getPersistentType(String className)
           
 

Methods in org.eclipse.jpt.jpa.core.context.orm that return types with arguments of type OrmPersistentType
 Iterable<OrmPersistentType> EntityMappings.getPersistentTypes()
          Covariant override.
 Class<? extends OrmPersistentType> OrmPersistentType.getType()
           
 

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type OrmPersistentType
 OrmTypeMapping OrmTypeMappingDefinition.buildContextMapping(OrmPersistentType parent, org.eclipse.jpt.jpa.core.resource.orm.XmlTypeMapping resourceMapping, OrmXmlContextModelFactory factory)
          Build a context mapping for the specified parent and resource mapping, using the specified factory.
 OrmEmbeddable OrmXmlContextModelFactory.buildOrmEmbeddable(OrmPersistentType parent, org.eclipse.jpt.jpa.core.resource.orm.XmlEmbeddable resourceMapping)
           
 OrmEntity OrmXmlContextModelFactory.buildOrmEntity(OrmPersistentType parent, org.eclipse.jpt.jpa.core.resource.orm.XmlEntity resourceMapping)
           
 OrmMappedSuperclass OrmXmlContextModelFactory.buildOrmMappedSuperclass(OrmPersistentType parent, org.eclipse.jpt.jpa.core.resource.orm.XmlMappedSuperclass resourceMapping)
           
 OrmSpecifiedPersistentAttribute OrmXmlContextModelFactory.buildOrmPersistentAttribute(OrmPersistentType parent, org.eclipse.jpt.jpa.core.resource.orm.XmlAttributeMapping xmlMapping)
          NB: A factory for a version 1.0 orm.xml in a JPA 2.0 project must build objects that implement the appropriate behavior.
 OrmPersistentAttribute OrmXmlContextModelFactory.buildVirtualOrmPersistentField(OrmPersistentType parent, JavaResourceField javaResourceField)
          NB: A factory for a version 1.0 orm.xml in a JPA 2.0 project must build objects that implement the appropriate behavior.
 OrmPersistentAttribute OrmXmlContextModelFactory.buildVirtualOrmPersistentProperty(OrmPersistentType parent, JavaResourceMethod javaResourceGetter, JavaResourceMethod javaResourceSetter)
          NB: A factory for a version 1.0 orm.xml in a JPA 2.0 project must build objects that implement the appropriate behavior.
 void EntityMappings.changeMapping(OrmPersistentType ormPersistentType, OrmTypeMapping oldMapping, OrmTypeMapping newMapping)
           
 

Uses of OrmPersistentType in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 

Subinterfaces of OrmPersistentType in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 interface EclipseLinkOrmPersistentType
          eclipselink-orm.xml persistent type: mapping access access-methods attributes super persistent type Java persistent type
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.