A D E F G I J L M N O P R S U

A

addJarFile(URL) - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 
addManagedClassName(String) - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
Add a class name to the list of managed entites.
addMappingFileName(String) - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 
addProperty(String, String) - Method in class org.clazzes.util.jpa.provider.EntityManagerFactoryFactory
Add a vendor-specific property.
addTransformer(ClassTransformer) - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
Add a class transformer to the Instrumentation instance provided by jpa-util-agent under the key PersistenceUnitInfoImpl.getInstrumentationKey().

D

delete(Serializable) - Method in class org.clazzes.util.jpa.generic.GenericJpaDAO
 
destroy() - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
Remove all transformers registered in PersistenceUnitInfoImpl.addTransformer(ClassTransformer) from the Instrumentation instance of jpa-util-agent.

E

EntityManagerFactoryFactory - Class in org.clazzes.util.jpa.provider
This class is used to instantiate an EntityManagerFactory from a PersistenceUnitInfo instance.
EntityManagerFactoryFactory() - Constructor for class org.clazzes.util.jpa.provider.EntityManagerFactoryFactory
 
EntityManagerInterceptor - Class in org.clazzes.util.jpa.interceptors
This interceptor open an entity manager throughout an operation and closes it at the end in a finally operation.
EntityManagerInterceptor() - Constructor for class org.clazzes.util.jpa.interceptors.EntityManagerInterceptor
 
EntityTransactionInterceptor - Class in org.clazzes.util.jpa.interceptors
This interceptor spans a resource-local EntityTransaction inside a scope, where an entity manager has been opened using an EntityManagerInterceptor.
EntityTransactionInterceptor() - Constructor for class org.clazzes.util.jpa.interceptors.EntityTransactionInterceptor
 
excludeUnlistedClasses() - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 

F

finalize() - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 

G

GenericGetAllJpaDAO<T> - Class in org.clazzes.util.jpa.generic
A JPA implementation of a GenericGetAllDAO
GenericGetAllJpaDAO(Class<T>) - Constructor for class org.clazzes.util.jpa.generic.GenericGetAllJpaDAO
 
GenericJoinJpaDAO<T,B> - Class in org.clazzes.util.jpa.generic
A JPA implementation of GenericJoinDAO.
GenericJoinJpaDAO(Class<T>, Class<B>, String) - Constructor for class org.clazzes.util.jpa.generic.GenericJoinJpaDAO
 
GenericJpaDAO<T> - Class in org.clazzes.util.jpa.generic
A JPA implementation of a generic DAO.
GenericJpaDAO(Class<T>) - Constructor for class org.clazzes.util.jpa.generic.GenericJpaDAO
 
get(Serializable) - Method in class org.clazzes.util.jpa.generic.GenericJpaDAO
 
getAll() - Method in class org.clazzes.util.jpa.generic.GenericGetAllJpaDAO
 
getAllJoined(Serializable) - Method in class org.clazzes.util.jpa.generic.GenericJoinJpaDAO
 
getClassLoader() - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
Return the application's class loader.
getContextClass() - Method in class org.clazzes.util.jpa.interceptors.EntityManagerInterceptor
 
getEntityManager() - Method in class org.clazzes.util.jpa.dao.JpaDAOSupport
 
getEntityManagerFactory() - Method in class org.clazzes.util.jpa.interceptors.EntityManagerInterceptor
 
getInstrumentationKey() - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 
getJarFileUrls() - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 
getJtaDataSource() - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 
getJtaDataSourceName() - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 
getManagedClassNames() - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
Return the list of class names of managed entites.
getMappingFileNames() - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 
getNewTempClassLoader() - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
Instantiate a new temporary class loader, when PersistenceUnitInfoImpl.setTemporaryClassLoaderClass(Class) has been set.
getNonJtaDataSource() - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 
getNonJtaDataSourceName() - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 
getPersistenceProvider() - Method in class org.clazzes.util.jpa.provider.EntityManagerFactoryFactory
 
getPersistenceProvider() - Method in class org.clazzes.util.jpa.provider.ProviderClassFactory
 
getPersistenceProviderClassName() - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 
getPersistenceUnitInfo() - Method in class org.clazzes.util.jpa.provider.EntityManagerFactoryFactory
 
getPersistenceUnitName() - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 
getPersistenceUnitRootUrl() - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 
getPersistenceXmlFileUrl() - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
The location of the persistence.xml resource.
getPersistenceXMLSchemaVersion() - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 
getPersistentBaseClass() - Method in class org.clazzes.util.jpa.generic.GenericJoinJpaDAO
 
getPersistentClass() - Method in class org.clazzes.util.jpa.generic.GenericJpaDAO
 
getProperties() - Method in class org.clazzes.util.jpa.provider.EntityManagerFactoryFactory
 
getProperties() - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 
getSharedCacheMode() - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 
getSourceFile() - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 
getThreadLocalKey() - Method in class org.clazzes.util.jpa.dao.JpaDAOSupport
 
getThreadLocalKey() - Method in class org.clazzes.util.jpa.interceptors.EntityManagerInterceptor
 
getThreadLocalKey() - Method in class org.clazzes.util.jpa.interceptors.EntityTransactionInterceptor
 
getTransactionType() - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
The transaction type.
getValidationMode() - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 

I

insert(T) - Method in class org.clazzes.util.jpa.generic.GenericJpaDAO
 
invoke(MethodInvocation) - Method in class org.clazzes.util.jpa.interceptors.EntityManagerInterceptor
 
invoke(MethodInvocation) - Method in class org.clazzes.util.jpa.interceptors.EntityTransactionInterceptor
 
isDestroyed() - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 
isJoinMode() - Method in class org.clazzes.util.jpa.interceptors.EntityManagerInterceptor
 

J

JpaDAOSupport - Class in org.clazzes.util.jpa.dao
A base class for DAO object, which consume an EntityManager opened by an EntityManagerInterceptor.
JpaDAOSupport() - Constructor for class org.clazzes.util.jpa.dao.JpaDAOSupport
 

L

loadClass(String) - Method in class org.clazzes.util.jpa.provider.ProviderClassFactory
load a class from the class loader of the persistence provider.

M

merge(T) - Method in class org.clazzes.util.jpa.generic.GenericJpaDAO
 

N

newEntityManagerFactory() - Method in class org.clazzes.util.jpa.provider.EntityManagerFactoryFactory
Call PersistenceProvider.createEntityManagerFactory(String, java.util.Map) using the provided properties.

O

org.clazzes.util.jpa.dao - package org.clazzes.util.jpa.dao
 
org.clazzes.util.jpa.generic - package org.clazzes.util.jpa.generic
 
org.clazzes.util.jpa.interceptors - package org.clazzes.util.jpa.interceptors
 
org.clazzes.util.jpa.provider - package org.clazzes.util.jpa.provider
 

P

PersistenceUnitInfoImpl - Class in org.clazzes.util.jpa.provider
A PersistenceUnitInfo implementation, which takes care for temporary class loader, an application class loader and enhancer support through the aop-util-agent.
PersistenceUnitInfoImpl() - Constructor for class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 
ProviderClassFactory - Class in org.clazzes.util.jpa.provider
This class is used to instantiate class instances from the JPA provider without actually tying to a specific implementation.
ProviderClassFactory() - Constructor for class org.clazzes.util.jpa.provider.ProviderClassFactory
 

R

refresh(T) - Method in class org.clazzes.util.jpa.generic.GenericJpaDAO
 

S

setClassLoader(ClassLoader) - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
Set the application class loader.
setClassLoaderHint(Class<?>) - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
Set the class which is used to retrieve the application class loader.
setContextClass(Class<?>) - Method in class org.clazzes.util.jpa.interceptors.EntityManagerInterceptor
 
setEntityManagerFactory(EntityManagerFactory) - Method in class org.clazzes.util.jpa.interceptors.EntityManagerInterceptor
 
setExcludeUnlistedClasses(boolean) - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 
setInstrumentationKey(String) - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 
setJarFileUrls(List<URL>) - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 
setJoinMode(boolean) - Method in class org.clazzes.util.jpa.interceptors.EntityManagerInterceptor
 
setJtaDataSource(DataSource) - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
This method and PersistenceUnitInfoImpl.setJtaDataSourceName(String) are mutually exclusive.
setJtaDataSourceName(String) - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
This method and PersistenceUnitInfoImpl.setJtaDataSource(DataSource) are mutually exclusive.
setManagedClassNames(List<String>) - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
Set the list of class names of managed entites.
setMappingFileNames(List<String>) - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 
setNonJtaDataSource(DataSource) - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
This method and PersistenceUnitInfoImpl.setJtaDataSourceName(String) are mutually exclusive.
setNonJtaDataSourceName(String) - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
This method and PersistenceUnitInfoImpl.setNonJtaDataSource(DataSource) are mutually exclusive.
setPersistenceProvider(PersistenceProvider) - Method in class org.clazzes.util.jpa.provider.EntityManagerFactoryFactory
 
setPersistenceProvider(PersistenceProvider) - Method in class org.clazzes.util.jpa.provider.ProviderClassFactory
 
setPersistenceProviderClassName(String) - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 
setPersistenceUnitInfo(PersistenceUnitInfo) - Method in class org.clazzes.util.jpa.provider.EntityManagerFactoryFactory
 
setPersistenceUnitName(String) - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 
setPersistenceUnitRootUrl(URL) - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 
setPersistenceXmlFileUrl(URL) - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
The location of the persistence.xml resource.
setPersistenceXMLSchemaVersion(String) - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 
setProperties(Map<String, String>) - Method in class org.clazzes.util.jpa.provider.EntityManagerFactoryFactory
 
setProperties(Properties) - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 
setProperty(String, String) - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 
setSharedCacheMode(SharedCacheMode) - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 
setTemporaryClassLoaderClass(Class) - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
The class of the temporary class laoder, which will be instantiated in PersistenceUnitInfoImpl.getNewTempClassLoader().
setThreadLocalKey(String) - Method in class org.clazzes.util.jpa.dao.JpaDAOSupport
 
setThreadLocalKey(String) - Method in class org.clazzes.util.jpa.interceptors.EntityManagerInterceptor
 
setThreadLocalKey(String) - Method in class org.clazzes.util.jpa.interceptors.EntityTransactionInterceptor
 
setTransactionType(PersistenceUnitTransactionType) - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
Set the transaction type.
setValidationMode(ValidationMode) - Method in class org.clazzes.util.jpa.provider.PersistenceUnitInfoImpl
 

U

update(T) - Method in class org.clazzes.util.jpa.generic.GenericJpaDAO
 

A D E F G I J L M N O P R S U

Copyright © 2011. All Rights Reserved.