Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.core.context.persistence.PersistenceUnit

Packages that use PersistenceUnit
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.context.persistence   
org.eclipse.jpt.jpa.core.internal.context.persistence   
org.eclipse.jpt.jpa.core.jpa2.context.persistence   
org.eclipse.jpt.jpa.core.jpql   
org.eclipse.jpt.jpa.eclipselink.core.context.persistence   
 

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

Methods in org.eclipse.jpt.jpa.core.context that return PersistenceUnit
 PersistenceUnit JpaContextModel.getPersistenceUnit()
          Return the persistence unit if the context model is within a persistence unit.
 

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

Fields in org.eclipse.jpt.jpa.core.context.persistence with type parameters of type PersistenceUnit
static org.eclipse.jpt.common.utility.transformer.Transformer<PersistenceUnit,String> PersistenceUnit.NAME_TRANSFORMER
           
 

Methods in org.eclipse.jpt.jpa.core.context.persistence that return PersistenceUnit
 PersistenceUnit Persistence.addPersistenceUnit()
          Add a persistence unit and return it.
 PersistenceUnit Persistence.addPersistenceUnit(int index)
          Add a persistence unit at the specified index and return it.
 PersistenceUnit PersistenceXmlContextModelFactory.buildPersistenceUnit(Persistence parent, org.eclipse.jpt.jpa.core.resource.persistence.XmlPersistenceUnit resourcePersistenceUnit)
           
 PersistenceUnit PersistenceUnit.Property.getParent()
           
 PersistenceUnit MappingFileRef.getParent()
          Covariant override.
 PersistenceUnit PersistenceUnitProperties.getPersistenceUnit()
          Return the PersistenceUnit of this Properties.
 PersistenceUnit Persistence.getPersistenceUnit(int index)
          Return the persistence unit at the specified index.
 

Methods in org.eclipse.jpt.jpa.core.context.persistence that return types with arguments of type PersistenceUnit
 org.eclipse.jpt.common.utility.iterable.ListIterable<PersistenceUnit> Persistence.getPersistenceUnits()
          Return the persistence element's persistence units.
 

Methods in org.eclipse.jpt.jpa.core.context.persistence with parameters of type PersistenceUnit
 ClassRef PersistenceXmlContextModelFactory.buildClassRef(PersistenceUnit parent, JavaResourceAbstractType jrat)
          Build a "virtual" class ref.
 ClassRef PersistenceXmlContextModelFactory.buildClassRef(PersistenceUnit parent, org.eclipse.jpt.jpa.core.resource.persistence.XmlJavaClassRef xmlClassRef)
          Build a "specified" class ref.
 JarFileRef PersistenceXmlContextModelFactory.buildJarFileRef(PersistenceUnit parent, org.eclipse.jpt.jpa.core.resource.persistence.XmlJarFileRef xmlJarFileRef)
           
 MappingFileRef PersistenceXmlContextModelFactory.buildMappingFileRef(PersistenceUnit parent, org.eclipse.jpt.jpa.core.resource.persistence.XmlMappingFileRef xmlMappingFileRef)
          Build a "specified" mapping file ref.
 PersistenceUnit.Property PersistenceXmlContextModelFactory.buildProperty(PersistenceUnit parent, org.eclipse.jpt.jpa.core.resource.persistence.XmlProperty property)
           
 MappingFileRef PersistenceXmlContextModelFactory.buildVirtualMappingFileRef(PersistenceUnit parent)
          Build a "virtual" mapping file ref.
 void Persistence.removePersistenceUnit(PersistenceUnit persistenceUnit)
          Remove the specified persistence unit from the persistence node.
 String PersistenceUnit.NameTransformer.transform(PersistenceUnit persistenceUnit)
           
 

Uses of PersistenceUnit in org.eclipse.jpt.jpa.core.internal.context.persistence
 

Classes in org.eclipse.jpt.jpa.core.internal.context.persistence that implement PersistenceUnit
 class org.eclipse.jpt.jpa.core.internal.context.persistence.AbstractPersistenceUnit
           
 

Uses of PersistenceUnit in org.eclipse.jpt.jpa.core.jpa2.context.persistence
 

Subinterfaces of PersistenceUnit in org.eclipse.jpt.jpa.core.jpa2.context.persistence
 interface PersistenceUnit2_0
          JPA 2.0 persistence-unit Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Methods in org.eclipse.jpt.jpa.core.jpa2.context.persistence with parameters of type PersistenceUnit
 Connection2_0 PersistenceXmlContextModelFactory2_0.buildConnection(PersistenceUnit parent)
           
 Options2_0 PersistenceXmlContextModelFactory2_0.buildOptions(PersistenceUnit parent)
           
 

Uses of PersistenceUnit in org.eclipse.jpt.jpa.core.jpql
 

Methods in org.eclipse.jpt.jpa.core.jpql with parameters of type PersistenceUnit
protected  JpaManagedTypeProvider JpaJpqlQueryHelper.buildProvider(JpaProject jpaProject, PersistenceUnit persistenceUnit)
          Creates a new JpaManagedTypeProvider which will provide access to the application's JPA metadata information.
 

Uses of PersistenceUnit in org.eclipse.jpt.jpa.eclipselink.core.context.persistence
 

Classes in org.eclipse.jpt.jpa.eclipselink.core.context.persistence that implement PersistenceUnit
 class EclipseLinkPersistenceUnit
          EclipseLink persistence unit
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.context.persistence with parameters of type PersistenceUnit
 EclipseLinkConnection EclipseLinkPersistenceXmlContextModelFactory.buildConnection(PersistenceUnit parent)
           
 EclipseLinkLogging EclipseLinkPersistenceXmlContextModelFactory.buildLogging(PersistenceUnit parent)
           
 EclipseLinkOptions EclipseLinkPersistenceXmlContextModelFactory.buildOptions(PersistenceUnit parent)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.