D E G O P T 

D

DataSourceConfig - Interface in org.apache.deltaspike.jpa.api.datasource
Configuration for a dynamic DataSource.

E

executeTransactional(Callable<T>) - Method in class org.apache.deltaspike.jpa.api.transaction.TransactionHelper
Execute the given Callable in a Transitional manner.

G

getConnectionClassName(String) - Method in interface org.apache.deltaspike.jpa.api.datasource.DataSourceConfig
 
getConnectionProperties(String) - Method in interface org.apache.deltaspike.jpa.api.datasource.DataSourceConfig
 
getEntityManagerFactoryConfiguration(String) - Method in interface org.apache.deltaspike.jpa.spi.entitymanager.PersistenceConfigurationProvider
 
getInstance() - Static method in class org.apache.deltaspike.jpa.api.transaction.TransactionHelper
 
getJdbcConnectionUrl(String) - Method in interface org.apache.deltaspike.jpa.api.datasource.DataSourceConfig
This will only get used if DataSourceConfig.getConnectionClassName(String) is a javax.sql.Driver.
getJndiResourceName(String) - Method in interface org.apache.deltaspike.jpa.api.datasource.DataSourceConfig
Return the JNDI resource name if the DataSource should get retrieved via JNDI.

O

org.apache.deltaspike.jpa.api.datasource - package org.apache.deltaspike.jpa.api.datasource
 
org.apache.deltaspike.jpa.api.entitymanager - package org.apache.deltaspike.jpa.api.entitymanager
 
org.apache.deltaspike.jpa.api.transaction - package org.apache.deltaspike.jpa.api.transaction
 
org.apache.deltaspike.jpa.spi.entitymanager - package org.apache.deltaspike.jpa.spi.entitymanager
 
org.apache.deltaspike.jpa.spi.transaction - package org.apache.deltaspike.jpa.spi.transaction
 

P

PersistenceConfigurationProvider - Interface in org.apache.deltaspike.jpa.spi.entitymanager
Provide the configuration for the EntityManagerFactory which gets produced with a given PersistenceUnitName.
PersistenceUnitName - Annotation Type in org.apache.deltaspike.jpa.api.entitymanager
The name of the PersistenceUnit to get picked up by the EntityManagerFactoryProducer.

T

Transactional - Annotation Type in org.apache.deltaspike.jpa.api.transaction
If it isn't possible to use EJBs, this interceptor adds transaction support to methods or a class.
TransactionHelper - Class in org.apache.deltaspike.jpa.api.transaction
This class allows to execute CDI-unmanaged code blocks in a @Transactional manner.
TransactionHelper() - Constructor for class org.apache.deltaspike.jpa.api.transaction.TransactionHelper
 
TransactionScoped - Annotation Type in org.apache.deltaspike.jpa.api.transaction
A @TransactionScoped contextual instance will be unique for a given transaction controlled by Transactional.
TransactionStrategy - Interface in org.apache.deltaspike.jpa.spi.transaction
Marker interface for a plugable strategy for Transactional.
D E G O P T 

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