A C D E G J M N O P R S T U V

A

ARIES_JPA_CONTAINER_PROPERTIES - Static variable in interface org.apache.aries.jpa.container.ManagedPersistenceUnitInfoFactory
The name of the config properties file that can be used to configure the Aries JPA Container

C

CONTAINER_MANAGED_PERSISTENCE_UNIT - Static variable in interface org.apache.aries.jpa.container.PersistenceUnitConstants
The service property key mapped to a Boolean indicating whether this persistence unit is container managed
createManagedPersistenceUnitMetadata(BundleContext, Bundle, ServiceReference, Collection<ParsedPersistenceUnit>) - Method in interface org.apache.aries.jpa.container.ManagedPersistenceUnitInfoFactory
This method will be called by the Aries JPA container when persistence descriptors have been located in a persistence bundle.

D

DEFAULT_PU_INFO_FACTORY_KEY - Static variable in interface org.apache.aries.jpa.container.ManagedPersistenceUnitInfoFactory
The config property key that should be used to provide a customized ManagedPersistenceUnitInfoFactory to the Aries JPA Container
destroyPersistenceBundle(BundleContext, Bundle) - Method in interface org.apache.aries.jpa.container.ManagedPersistenceUnitInfoFactory
This method will be called when the persistence bundle is no longer being managed.

E

EMPTY_PERSISTENCE_UNIT_NAME - Static variable in interface org.apache.aries.jpa.container.PersistenceUnitConstants
The service property key mapped to a Boolean indicating whether this persistence unit has the default (empty string) unit name This allows clients to filter for empty string persistence unit names.
EXCLUDE_UNLISTED_CLASSES - Static variable in interface org.apache.aries.jpa.container.parsing.ParsedPersistenceUnit
A Boolean indicating whether unlisted classes should be excluded

G

getContainerProperties() - Method in interface org.apache.aries.jpa.container.ManagedPersistenceUnitInfo
Get a Map of continer properties to pass to the PersistenceProvider when creating an EntityManagerFactory.
getDefaultProviderClassName() - Method in interface org.apache.aries.jpa.container.ManagedPersistenceUnitInfoFactory
If no persistence units in a persistence bundle specify a JPA PersistenceProvider implementation class, then the JPA container will call this method to obtain a default provider to use.
getDefiningBundle() - Method in interface org.apache.aries.jpa.container.parsing.ParsedPersistenceUnit
Return the persistence bundle that defines this persistence unit
getInputStream() - Method in interface org.apache.aries.jpa.container.parsing.PersistenceDescriptor
Get an InputStream to the persistence descriptor.
getLocation() - Method in interface org.apache.aries.jpa.container.parsing.PersistenceDescriptor
Get the location of the persistence descriptor as it appears in the Meta-Persistence header.
getPersistenceUnitInfo() - Method in interface org.apache.aries.jpa.container.ManagedPersistenceUnitInfo
Get the PersistenceUnitInfo object for this persistence unit.
getPersistenceXmlMetadata() - Method in interface org.apache.aries.jpa.container.parsing.ParsedPersistenceUnit
Returns a deep copy of the persistence metadata, modifications to the returned Map will not be reflected in future calls.

J

JAR_FILES - Static variable in interface org.apache.aries.jpa.container.parsing.ParsedPersistenceUnit
A List of String jar file names
JPA_PROVIDER_VERSION - Static variable in interface org.apache.aries.jpa.container.parsing.ParsedPersistenceUnit
This property is used in the JPA properties to indicate a provider version range
JTA_DATASOURCE - Static variable in interface org.apache.aries.jpa.container.parsing.ParsedPersistenceUnit
The jta-datasource name

M

MANAGED_CLASSES - Static variable in interface org.apache.aries.jpa.container.parsing.ParsedPersistenceUnit
A List of String managed class names
ManagedPersistenceUnitInfo - Interface in org.apache.aries.jpa.container
This interface is used to provide the Aries JPA container with the information it needs to create a container EntityManagerFactory using the PersistenceProvider service from a JPA provider.
ManagedPersistenceUnitInfoFactory - Interface in org.apache.aries.jpa.container
A Factory for ManagedPersistenceUnitInfo objects.
MAPPING_FILES - Static variable in interface org.apache.aries.jpa.container.parsing.ParsedPersistenceUnit
A List of String mapping file names

N

NON_JTA_DATASOURCE - Static variable in interface org.apache.aries.jpa.container.parsing.ParsedPersistenceUnit
The non-jta-datasource name

O

org.apache.aries.jpa.container - package org.apache.aries.jpa.container
 
org.apache.aries.jpa.container.context - package org.apache.aries.jpa.container.context
 
org.apache.aries.jpa.container.parsing - package org.apache.aries.jpa.container.parsing
 
OSGI_UNIT_NAME - Static variable in interface org.apache.aries.jpa.container.PersistenceUnitConstants
The service property key mapped to the persistence unit name
OSGI_UNIT_PROVIDER - Static variable in interface org.apache.aries.jpa.container.PersistenceUnitConstants
The service property key mapped to the PersistenceProvider implementation class name
OSGI_UNIT_VERSION - Static variable in interface org.apache.aries.jpa.container.PersistenceUnitConstants
The version of the persistence bundle.

P

parse(Bundle, PersistenceDescriptor) - Method in interface org.apache.aries.jpa.container.parsing.PersistenceDescriptorParser
Parse the supplied PersistenceDescriptor
ParsedPersistenceUnit - Interface in org.apache.aries.jpa.container.parsing
This interface provides access to the information defined by a persistence unit in a persistence descriptor.
PERSISTENCE_CONTEXT_TYPE - Static variable in interface org.apache.aries.jpa.container.context.PersistenceContextProvider
The key to use when storing the PersistenceContextType for this context
PersistenceContextProvider - Interface in org.apache.aries.jpa.container.context
 
PersistenceDescriptor - Interface in org.apache.aries.jpa.container.parsing
This is a utility interface that is used by the PersistenceDescriptorParser.
PersistenceDescriptorParser - Interface in org.apache.aries.jpa.container.parsing
A utility service for parsing JPA persistence descriptors
PersistenceDescriptorParserException - Exception in org.apache.aries.jpa.container.parsing
This Exception will be thrown when there was an error parsing a PersistenceDescriptor It will use the standard chaining mechanism to wrap the Exception thrown by the parser.
PersistenceDescriptorParserException(String, Exception) - Constructor for exception org.apache.aries.jpa.container.parsing.PersistenceDescriptorParserException
Construct a PersistenceDescriptorException
PersistenceDescriptorParserException(String) - Constructor for exception org.apache.aries.jpa.container.parsing.PersistenceDescriptorParserException
Construct a PersistenceDescriptorException
PersistenceUnitConstants - Interface in org.apache.aries.jpa.container
Constants used when registering Persistence Units in the service registry
PROPERTIES - Static variable in interface org.apache.aries.jpa.container.parsing.ParsedPersistenceUnit
A Properties object containing the properties from the persistence unit
PROVIDER_CLASSNAME - Static variable in interface org.apache.aries.jpa.container.parsing.ParsedPersistenceUnit
The provider class name
PROXY_FACTORY_EMF_ATTRIBUTE - Static variable in interface org.apache.aries.jpa.container.context.PersistenceContextProvider
The service property key indicating that a registered EMF is used to create managed persistence contexts

R

registerContext(String, Bundle, HashMap<String, Object>) - Method in interface org.apache.aries.jpa.container.context.PersistenceContextProvider
This method will be called whenever a persistence context element is processed by the jpa blueprint namespace handler.

S

SCHEMA_VERSION - Static variable in interface org.apache.aries.jpa.container.parsing.ParsedPersistenceUnit
The version of the JPA schema being used
SHARED_CACHE_MODE - Static variable in interface org.apache.aries.jpa.container.parsing.ParsedPersistenceUnit
The caching type of the persistence unit.

T

TRANSACTION_TYPE - Static variable in interface org.apache.aries.jpa.container.parsing.ParsedPersistenceUnit
The Transaction type of the persistence unit

U

UNIT_NAME - Static variable in interface org.apache.aries.jpa.container.parsing.ParsedPersistenceUnit
The name of the persistence unit

V

VALIDATION_MODE - Static variable in interface org.apache.aries.jpa.container.parsing.ParsedPersistenceUnit
The validation mode of the persistence unit.

A C D E G J M N O P R S T U V

Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.