A B C D E F G I J L M N O P R S T U V W 
All Classes All Packages

A

add(EventListener) - Static method in class org.jipijapa.event.impl.EventListenerRegistration
 
add(EventListener) - Static method in class org.jipijapa.event.impl.internal.Notification
 
addCacheDependencies(Classification, Properties) - Static method in class org.jipijapa.event.impl.internal.Notification
add cache dependencies
addCacheDependencies(Classification, Properties) - Method in interface org.jipijapa.event.spi.EventListener
add dependencies on a cache
addProviderDependencies(PersistenceUnitMetadata) - Method in interface org.jipijapa.plugin.spi.PersistenceProviderAdaptor
Persistence provider integration code might need dependencies that must be started for the deployment.
addProviderProperties(Map, PersistenceUnitMetadata) - Method in interface org.jipijapa.plugin.spi.PersistenceProviderAdaptor
Adds any provider specific properties
afterCreateContainerEntityManagerFactory(PersistenceUnitMetadata) - Method in interface org.jipijapa.plugin.spi.PersistenceProviderAdaptor
Called right after persistence provider is invoked to create container entity manager factory.
afterEntityManagerFactoryCreate(Classification, PersistenceUnitMetadata) - Static method in class org.jipijapa.event.impl.internal.Notification
called after call to PersistenceProvider.createContainerEntityManagerFactory(PersistenceUnit, Map)
afterEntityManagerFactoryCreate(Classification, PersistenceUnitMetadata) - Method in interface org.jipijapa.event.spi.EventListener
called after call to PersistenceProvider.createContainerEntityManagerFactory(PersistenceUnit, Map)

B

beanManagerLifeCycle(BeanManager) - Method in interface org.jipijapa.plugin.spi.PersistenceProviderAdaptor
Some persistence provider adapters may handle life cycle notification services for when the CDI bean manager can lookup the persistence unit that is using the CDI bean manager (e.g.
beforeCreateContainerEntityManagerFactory(PersistenceUnitMetadata) - Method in interface org.jipijapa.plugin.spi.PersistenceProviderAdaptor
Called right before persistence provider is invoked to create container entity manager factory.
beforeEntityManagerFactoryCreate(Classification, PersistenceUnitMetadata) - Static method in class org.jipijapa.event.impl.internal.Notification
called before call to PersistenceProvider.createContainerEntityManagerFactory(PersistenceUnit, Map)
beforeEntityManagerFactoryCreate(Classification, PersistenceUnitMetadata) - Method in interface org.jipijapa.event.spi.EventListener
called before call to PersistenceProvider.createContainerEntityManagerFactory(PersistenceUnit, Map)
build() - Method in interface org.jipijapa.plugin.spi.EntityManagerFactoryBuilder
Build EntityManagerFactory instance

C

cacheClassifications() - Method in interface org.jipijapa.plugin.spi.Platform
get the second level cache classifications
cacheTempClassLoader() - Method in interface org.jipijapa.plugin.spi.PersistenceUnitMetadata
Cache a (new, on first use) temp classloader and return it for all subsequent calls.
cancel() - Method in interface org.jipijapa.plugin.spi.EntityManagerFactoryBuilder
Cancel the building processing.
cannotChangeInputStream() - Method in class org.jipijapa.JipiLogger_$logger
 
cannotChangeInputStream() - Method in interface org.jipijapa.JipiLogger
Creates an exception indicating the input stream reference cannot be changed.
cannotChangeInputStream$str() - Method in class org.jipijapa.JipiLogger_$logger
 
cannotLoadEntityClass(Throwable, String) - Method in class org.jipijapa.JipiLogger_$logger
 
cannotLoadEntityClass(Throwable, String) - Method in interface org.jipijapa.JipiLogger
warn that the entity class could not be loaded with the PersistenceUnitInfo.getClassLoader().
cannotLoadEntityClass$str() - Method in class org.jipijapa.JipiLogger_$logger
 
cannotOpenVFSStream(Throwable, String) - Method in class org.jipijapa.JipiLogger_$logger
 
cannotOpenVFSStream(Throwable, String) - Method in interface org.jipijapa.JipiLogger
Could not open VFS stream
cannotOpenVFSStream$str() - Method in class org.jipijapa.JipiLogger_$logger
 
cannotUseSecondLevelCache(String) - Method in class org.jipijapa.JipiLogger_$logger
 
cannotUseSecondLevelCache(String) - Method in interface org.jipijapa.JipiLogger
warn that the 2nd is not integrated
cannotUseSecondLevelCache$str() - Method in class org.jipijapa.JipiLogger_$logger
 
Classification - Enum in org.jipijapa.cache.spi
Type of cache
cleanup(PersistenceUnitMetadata) - Method in interface org.jipijapa.plugin.spi.PersistenceProviderAdaptor
Called when we are done with the persistence unit metadata
createNewTempClassLoader() - Method in interface org.jipijapa.plugin.spi.TempClassLoaderFactory
Creates a temporary classloader with the same scope and classpath as the persistence unit classloader.

D

defaultCacheClassification() - Method in interface org.jipijapa.plugin.spi.Platform
obtain the default second level cache classification
doesScopedPersistenceUnitNameIdentifyCacheRegionName(PersistenceUnitMetadata) - Method in interface org.jipijapa.plugin.spi.PersistenceProviderAdaptor
for adapters that support getManagementAdaptor(), does the scoped persistence unit name correctly identify cache entities.

E

emptyParameter(String) - Method in class org.jipijapa.JipiLogger_$logger
 
emptyParameter(String) - Method in interface org.jipijapa.JipiLogger
Creates an exception indicating the parameter, likely a collection, is empty.
emptyParameter$str() - Method in class org.jipijapa.JipiLogger_$logger
 
entityManagerFactory(String) - Method in interface org.jipijapa.management.spi.EntityManagerFactoryAccess
returns the entity manager factory that statistics should be obtained for.
EntityManagerFactoryAccess - Interface in org.jipijapa.management.spi
EntityManagerFactoryAccess
EntityManagerFactoryBuilder - Interface in org.jipijapa.plugin.spi
EntityManagerFactoryBuilder is based on org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder.
EventListener - Interface in org.jipijapa.event.spi
lifecycle EventListener
EventListenerRegistration - Class in org.jipijapa.event.impl
System level EventListenerRegistration
EventListenerRegistration() - Constructor for class org.jipijapa.event.impl.EventListenerRegistration
 

F

forName(String) - Static method in enum org.jipijapa.cache.spi.Classification
 

G

getAnnotationIndex() - Method in interface org.jipijapa.plugin.spi.PersistenceUnitMetadata
 
getBootstrap(PersistenceUnitInfo, Map) - Method in interface org.jipijapa.plugin.spi.TwoPhaseBootstrapCapable
Returns a two phase EntityManagerFactory builder
getChild(String) - Method in interface org.jipijapa.management.spi.Statistics
get the specified children statistics
getChildrenNames() - Method in interface org.jipijapa.management.spi.Statistics
get the names of the children statistic levels (if any)
getContainingModuleName() - Method in interface org.jipijapa.plugin.spi.PersistenceUnitMetadata
 
getDynamicChildrenNames(EntityManagerFactoryAccess, PathAddress) - Method in interface org.jipijapa.management.spi.Statistics
 
getEntityManagerFactory() - Method in interface org.jipijapa.plugin.spi.PersistenceUnitService
get the entity manager factory that represents the persistence unit service.
getIdentificationLabel() - Method in interface org.jipijapa.plugin.spi.ManagementAdaptor
Get the short identification string that represents the management adaptor (e.g Hibernate)
getJarFiles() - Method in interface org.jipijapa.plugin.spi.PersistenceUnitMetadata
 
getJtaDataSourceName() - Method in interface org.jipijapa.plugin.spi.PersistenceUnitMetadata
 
getLocalName() - Method in enum org.jipijapa.cache.spi.Classification
Get the local name of this element.
getLoggingLocale() - Method in class org.jipijapa.JipiLogger_$logger
 
getManagementAdaptor() - Method in interface org.jipijapa.plugin.spi.PersistenceProviderAdaptor
Get the management adaptor
getName() - Method in interface org.jipijapa.management.spi.StatisticName
returns the statistic name
getNames() - Method in interface org.jipijapa.management.spi.Statistics
Get the statistics names
getNonJtaDataSourceName() - Method in interface org.jipijapa.plugin.spi.PersistenceUnitMetadata
 
getPersistenceUnitService(String) - Method in interface org.jipijapa.plugin.spi.PersistenceUnitServiceRegistry
Get the persistence unit service associated with the given management resource name.
getResourceBundleKeyPrefix() - Method in interface org.jipijapa.management.spi.Statistics
gets the key prefix for referencing descriptions of statistics/operations
getResourceBundleName() - Method in interface org.jipijapa.management.spi.Statistics
for loading descriptions of statistics/operations
getScopedPersistenceUnitName() - Method in interface org.jipijapa.plugin.spi.PersistenceUnitMetadata
 
getScopedPersistenceUnitName() - Method in interface org.jipijapa.plugin.spi.PersistenceUnitService
Gets the scoped name of this persistence unit.
getStatistics() - Method in interface org.jipijapa.plugin.spi.ManagementAdaptor
 
getSynchronizationRegistry() - Method in interface org.jipijapa.plugin.spi.JtaManager
 
getTransformers() - Method in interface org.jipijapa.plugin.spi.PersistenceUnitMetadata
 
getType(String) - Method in interface org.jipijapa.management.spi.Statistics
Get the type
getValue() - Method in interface org.jipijapa.cache.spi.Wrapper
 
getValue(int) - Method in interface org.jipijapa.management.spi.PathAddress
 
getValue(String) - Method in interface org.jipijapa.management.spi.PathAddress
 
getValue(String, EntityManagerFactoryAccess, StatisticName, PathAddress) - Method in interface org.jipijapa.management.spi.Statistics
Get the value of the statistics
getVersion() - Method in interface org.jipijapa.plugin.spi.ManagementAdaptor
Version that uniquely identifies the management adapter (can be used to tell the difference between Hibernate 4.1 vs 4.3).

I

INFINISPAN - org.jipijapa.cache.spi.Classification
 
injectJtaManager(JtaManager) - Method in interface org.jipijapa.plugin.spi.PersistenceProviderAdaptor
pass the JtaManager in for internal use by PersistenceProviderAdaptor implementer
injectPlatform(Platform) - Method in interface org.jipijapa.plugin.spi.PersistenceProviderAdaptor
pass the platform in use
invoke(Object...) - Method in interface org.jipijapa.management.spi.Operation
Invoke operation
isAttribute(String) - Method in interface org.jipijapa.management.spi.Statistics
return true if the specified name represents an attribute.
isOperation(String) - Method in interface org.jipijapa.management.spi.Statistics
return true if the specified name represents an operation.
isWriteable(String) - Method in interface org.jipijapa.management.spi.Statistics
return true if the specified name represents a writeable attribute

J

JipiLogger - Interface in org.jipijapa
JipiJapa integration layer message range is 20200-20299
JipiLogger_$logger - Class in org.jipijapa
Warning this class consists of generated code.
JipiLogger_$logger(Logger) - Constructor for class org.jipijapa.JipiLogger_$logger
 
JPA_LOGGER - Static variable in interface org.jipijapa.JipiLogger
A logger with the category org.jboss.jpa.
JtaManager - Interface in org.jboss.as.jpa.spi
Deprecated.
replaced by JtaManager
JtaManager - Interface in org.jipijapa.plugin.spi
Provides access to TSR + TM

L

locateTransactionManager() - Method in interface org.jipijapa.plugin.spi.JtaManager
 

M

ManagementAdaptor - Interface in org.jboss.as.jpa.spi
Deprecated.
replaced by ManagementAdaptor
ManagementAdaptor - Interface in org.jipijapa.plugin.spi
Defines persistence provider management operations/statistics
markPersistenceUnitAvailable(Object) - Method in interface org.jipijapa.plugin.spi.PersistenceProviderAdaptor
 
missingPersistenceUnitMetadata() - Method in class org.jipijapa.JipiLogger_$logger
 
missingPersistenceUnitMetadata() - Method in interface org.jipijapa.JipiLogger
Creates an exception indicating the persistence unit metadata likely because thread local was not set.
missingPersistenceUnitMetadata$str() - Method in class org.jipijapa.JipiLogger_$logger
 

N

NONE - org.jipijapa.cache.spi.Classification
 
Notification - Class in org.jipijapa.event.impl.internal
Event Notification
Notification() - Constructor for class org.jipijapa.event.impl.internal.Notification
 
notYetImplemented() - Method in class org.jipijapa.JipiLogger_$logger
 
notYetImplemented() - Method in interface org.jipijapa.JipiLogger
Creates an exception indicating the method is not yet implemented.
notYetImplemented$str() - Method in class org.jipijapa.JipiLogger_$logger
 
nullVar(String) - Method in class org.jipijapa.JipiLogger_$logger
 
nullVar(String) - Method in interface org.jipijapa.JipiLogger
Creates an exception indicating the variable is null.
nullVar$str() - Method in class org.jipijapa.JipiLogger_$logger
 

O

Operation - Interface in org.jipijapa.management.spi
Operation
org.jboss.as.jpa.spi - package org.jboss.as.jpa.spi
 
org.jipijapa - package org.jipijapa
 
org.jipijapa.cache.spi - package org.jipijapa.cache.spi
 
org.jipijapa.event.impl - package org.jipijapa.event.impl
 
org.jipijapa.event.impl.internal - package org.jipijapa.event.impl.internal
 
org.jipijapa.event.spi - package org.jipijapa.event.spi
 
org.jipijapa.management.spi - package org.jipijapa.management.spi
 
org.jipijapa.plugin.spi - package org.jipijapa.plugin.spi
 

P

PathAddress - Interface in org.jipijapa.management.spi
PathAddress is an ordered set of name/value pairs representing the management path.
PersistenceProviderAdaptor - Interface in org.jboss.as.jpa.spi
Deprecated.
PersistenceProviderAdaptor - Interface in org.jipijapa.plugin.spi
PersistenceProvider adaptor
PersistenceUnitMetadata - Interface in org.jboss.as.jpa.spi
Deprecated.
PersistenceUnitMetadata - Interface in org.jipijapa.plugin.spi
Represents the persistence unit definition
PersistenceUnitService - Interface in org.jboss.as.jpa.spi
Deprecated.
PersistenceUnitService - Interface in org.jipijapa.plugin.spi
Persistence unit service
PersistenceUnitServiceRegistry - Interface in org.jboss.as.jpa.spi
Deprecated.
PersistenceUnitServiceRegistry - Interface in org.jipijapa.plugin.spi
Registry of started persistence unit services.
Platform - Interface in org.jipijapa.plugin.spi
describes the platform that is in use

R

remove(EventListener) - Static method in class org.jipijapa.event.impl.EventListenerRegistration
 
remove(EventListener) - Static method in class org.jipijapa.event.impl.internal.Notification
 

S

setAnnotationIndex(Map<URL, Index>) - Method in interface org.jipijapa.plugin.spi.PersistenceUnitMetadata
 
setClassLoader(ClassLoader) - Method in interface org.jipijapa.plugin.spi.PersistenceUnitMetadata
 
setContainingModuleName(ArrayList<String>) - Method in interface org.jipijapa.plugin.spi.PersistenceUnitMetadata
 
setExcludeUnlistedClasses(boolean) - Method in interface org.jipijapa.plugin.spi.PersistenceUnitMetadata
 
setJarFiles(List<String>) - Method in interface org.jipijapa.plugin.spi.PersistenceUnitMetadata
 
setJarFileUrls(List<URL>) - Method in interface org.jipijapa.plugin.spi.PersistenceUnitMetadata
 
setJtaDataSource(DataSource) - Method in interface org.jipijapa.plugin.spi.PersistenceUnitMetadata
 
setJtaDataSourceName(String) - Method in interface org.jipijapa.plugin.spi.PersistenceUnitMetadata
 
setManagedClassNames(List<String>) - Method in interface org.jipijapa.plugin.spi.PersistenceUnitMetadata
 
setMappingFiles(List<String>) - Method in interface org.jipijapa.plugin.spi.PersistenceUnitMetadata
 
setNonJtaDataSource(DataSource) - Method in interface org.jipijapa.plugin.spi.PersistenceUnitMetadata
 
setNonJtaDataSourceName(String) - Method in interface org.jipijapa.plugin.spi.PersistenceUnitMetadata
 
setPersistenceProviderClassName(String) - Method in interface org.jipijapa.plugin.spi.PersistenceUnitMetadata
 
setPersistenceUnitName(String) - Method in interface org.jipijapa.plugin.spi.PersistenceUnitMetadata
 
setPersistenceUnitRootUrl(URL) - Method in interface org.jipijapa.plugin.spi.PersistenceUnitMetadata
 
setPersistenceXMLSchemaVersion(String) - Method in interface org.jipijapa.plugin.spi.PersistenceUnitMetadata
 
setProperties(Properties) - Method in interface org.jipijapa.plugin.spi.PersistenceUnitMetadata
 
setScopedPersistenceUnitName(String) - Method in interface org.jipijapa.plugin.spi.PersistenceUnitMetadata
 
setSharedCacheMode(SharedCacheMode) - Method in interface org.jipijapa.plugin.spi.PersistenceUnitMetadata
 
setTempClassLoaderFactory(TempClassLoaderFactory) - Method in interface org.jipijapa.plugin.spi.PersistenceUnitMetadata
 
setTransactionType(PersistenceUnitTransactionType) - Method in interface org.jipijapa.plugin.spi.PersistenceUnitMetadata
 
setValidationMode(ValidationMode) - Method in interface org.jipijapa.plugin.spi.PersistenceUnitMetadata
 
setValue(String, Object, EntityManagerFactoryAccess, StatisticName, PathAddress) - Method in interface org.jipijapa.management.spi.Statistics
Set the value of the statistic (isWriteable must return true)
size() - Method in interface org.jipijapa.management.spi.PathAddress
 
startCache(Classification, Properties) - Static method in class org.jipijapa.event.impl.internal.Notification
start cache
startCache(Classification, Properties) - Method in interface org.jipijapa.event.spi.EventListener
start cache
StatisticName - Interface in org.jipijapa.management.spi
StatisticName
Statistics - Interface in org.jipijapa.management.spi
SPI for statistic plugins to implement.
stopCache(Classification, Wrapper) - Static method in class org.jipijapa.event.impl.internal.Notification
Stop cache
stopCache(Classification, Wrapper) - Method in interface org.jipijapa.event.spi.EventListener
Stop cache

T

TempClassLoaderFactory - Interface in org.jboss.as.jpa.spi
Deprecated.
TempClassLoaderFactory - Interface in org.jipijapa.plugin.spi
Factory for creating temporary classloaders used by persistence providers.
TwoPhaseBootstrapCapable - Interface in org.jipijapa.plugin.spi
TwoPhaseBootstrapCapable obtains a two phase EntityManagerFactory builder

U

uriSyntaxException(Throwable) - Method in class org.jipijapa.JipiLogger_$logger
 
uriSyntaxException(Throwable) - Method in interface org.jipijapa.JipiLogger
URI format is incorrect, which results in a syntax error
uriSyntaxException$str() - Method in class org.jipijapa.JipiLogger_$logger
 

V

valueOf(String) - Static method in enum org.jipijapa.cache.spi.Classification
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jipijapa.cache.spi.Classification
Returns an array containing the constants of this enum type, in the order they are declared.

W

withValidatorFactory(Object) - Method in interface org.jipijapa.plugin.spi.EntityManagerFactoryBuilder
Allows passing in a Jakarta EE ValidatorFactory (delayed from constructing the builder, AKA phase 2) to be used in building the EntityManagerFactory
Wrapper - Interface in org.jipijapa.cache.spi
Opaque cache wrapper
A B C D E F G I J L M N O P R S T U V W 
All Classes All Packages