org.apache.aries.jpa.container
Interface PersistenceUnitConstants


public interface PersistenceUnitConstants

Constants used when registering Persistence Units in the service registry


Field Summary
static String CONTAINER_MANAGED_PERSISTENCE_UNIT
          The service property key mapped to a Boolean indicating whether this persistence unit is container managed
static String EMPTY_PERSISTENCE_UNIT_NAME
          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.
static String OSGI_UNIT_NAME
          The service property key mapped to the persistence unit name
static String OSGI_UNIT_PROVIDER
          The service property key mapped to the PersistenceProvider implementation class name
static String OSGI_UNIT_VERSION
          The version of the persistence bundle.
 

Field Detail

OSGI_UNIT_NAME

static final String OSGI_UNIT_NAME
The service property key mapped to the persistence unit name

See Also:
Constant Field Values

OSGI_UNIT_VERSION

static final String OSGI_UNIT_VERSION
The version of the persistence bundle.

See Also:
Constant Field Values

OSGI_UNIT_PROVIDER

static final String OSGI_UNIT_PROVIDER
The service property key mapped to the PersistenceProvider implementation class name

See Also:
Constant Field Values

CONTAINER_MANAGED_PERSISTENCE_UNIT

static final String CONTAINER_MANAGED_PERSISTENCE_UNIT
The service property key mapped to a Boolean indicating whether this persistence unit is container managed

See Also:
Constant Field Values

EMPTY_PERSISTENCE_UNIT_NAME

static final String EMPTY_PERSISTENCE_UNIT_NAME
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.

See Also:
Constant Field Values


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