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 OrmXmlContextNodeFactory.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 OrmReadOnlyPersistentAttribute.getOwningPersistentType()
           
 OrmPersistentType OrmTypeMapping.getPersistentType()
           
 OrmPersistentType EntityMappings.getPersistentType(String className)
           
 OrmPersistentType OrmXml.getPersistentType(String name)
           
 

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, OrmXmlContextNodeFactory factory)
          Build a context mapping for the specified parent and resource mapping, using the specified factory.
 OrmEmbeddable OrmXmlContextNodeFactory.buildOrmEmbeddable(OrmPersistentType parent, org.eclipse.jpt.jpa.core.resource.orm.XmlEmbeddable resourceMapping)
           
 OrmEntity OrmXmlContextNodeFactory.buildOrmEntity(OrmPersistentType parent, org.eclipse.jpt.jpa.core.resource.orm.XmlEntity resourceMapping)
           
 OrmMappedSuperclass OrmXmlContextNodeFactory.buildOrmMappedSuperclass(OrmPersistentType parent, org.eclipse.jpt.jpa.core.resource.orm.XmlMappedSuperclass resourceMapping)
           
 OrmPersistentAttribute OrmXmlContextNodeFactory.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.
 OrmReadOnlyPersistentAttribute OrmXmlContextNodeFactory.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.
 OrmReadOnlyPersistentAttribute OrmXmlContextNodeFactory.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.