JavaPersistenceAPIService


This type is a class for model objects.

@since 7.0.0 Java Persistence API (JPA) is a specification for the management of persistence and object/relational mapping with Java EE and Java SE.

Package: jpaservice
Supertype: Service

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *



Attributes Summary
defaultPersistenceProvider : EString @since 7.0.0 Description: This default persistence provider is used to access entities if no explicit element is specified in persistence unit definition. WAS ships two JPA persistence provider implementations: - WSJPA ? WebSphere JPA provider - com.ibm.websphere.persistence.PersistenceProviderImpl - OpenJPA ? OpenJPA provider ? org.apache.openjpa.persistence.PersistenceProviderImpl
defaultJTADataSourceJNDIName : EString @since 7.0.0 Description: JNDI name of the default JTA data source. WAS does not provide default persistence data source definitions. It is the responsibility of the deployer and/or administrator to create the appropriate data source or assign existing ones as the default.
defaultNonJTADataSourceJNDIName : EString @since 7.0.0 Description: JNDI name of the default non-JTA data source. WAS does not provide default persistence data source definitions. It is the responsibility of the deployer and/or administrator to create the appropriate data source or assign existing ones as the default.



Attribute Details

defaultPersistenceProvider  -  @since 7.0.0 Description: This default persistence provider is used to access entities if no explicit element is specified in persistence unit definition. WAS ships two JPA persistence provider implementations: - WSJPA ? WebSphere JPA provider - com.ibm.websphere.persistence.PersistenceProviderImpl - OpenJPA ? OpenJPA provider ? org.apache.openjpa.persistence.PersistenceProviderImpl
    Data Type: EString
    Default value:  
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

defaultJTADataSourceJNDIName  -  @since 7.0.0 Description: JNDI name of the default JTA data source. WAS does not provide default persistence data source definitions. It is the responsibility of the deployer and/or administrator to create the appropriate data source or assign existing ones as the default.
    Data Type: EString
    Default value:  
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

defaultNonJTADataSourceJNDIName  -  @since 7.0.0 Description: JNDI name of the default non-JTA data source. WAS does not provide default persistence data source definitions. It is the responsibility of the deployer and/or administrator to create the appropriate data source or assign existing ones as the default.
    Data Type: EString
    Default value:  
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006