|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PersistenceUnitConstants
Constants used when registering Persistence Units in the service registry
| Field Summary | |
|---|---|
static java.lang.String |
CONTAINER_MANAGED_PERSISTENCE_UNIT
The service property key mapped to a Boolean indicating whether this persistence unit is container managed |
static java.lang.String |
DATA_SOURCE_FACTORY_CLASS_NAME
This property name is used to store the JDBC driver class name when using DataSourceFactory integration |
static java.lang.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 java.lang.String |
OSGI_UNIT_NAME
The service property key mapped to the persistence unit name |
static java.lang.String |
OSGI_UNIT_PROVIDER
The service property key mapped to the PersistenceProvider implementation class name |
static java.lang.String |
OSGI_UNIT_VERSION
The version of the persistence bundle. |
static java.lang.String |
USE_DATA_SOURCE_FACTORY
This property determines whether the Aries JPA container should monitor for DataSourceFactories and only register the EMF when the DataSource is available |
| Field Detail |
|---|
static final java.lang.String OSGI_UNIT_NAME
static final java.lang.String OSGI_UNIT_VERSION
static final java.lang.String OSGI_UNIT_PROVIDER
PersistenceProvider implementation class name
static final java.lang.String CONTAINER_MANAGED_PERSISTENCE_UNIT
static final java.lang.String EMPTY_PERSISTENCE_UNIT_NAME
static final java.lang.String USE_DATA_SOURCE_FACTORY
static final java.lang.String DATA_SOURCE_FACTORY_CLASS_NAME
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||