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| 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 |