Uses of Enum
org.jipijapa.cache.spi.Classification
Packages that use Classification
Package
Description
-
Uses of Classification in org.jipijapa.cache.spi
Methods in org.jipijapa.cache.spi that return ClassificationModifier and TypeMethodDescriptionstatic Classificationstatic ClassificationReturns the enum constant of this type with the specified name.static Classification[]Classification.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Classification in org.jipijapa.event.impl.internal
Methods in org.jipijapa.event.impl.internal with parameters of type ClassificationModifier and TypeMethodDescriptionstatic voidNotification.addCacheDependencies(Classification cacheType, Properties properties) add cache dependenciesstatic voidNotification.afterEntityManagerFactoryCreate(Classification cacheType, PersistenceUnitMetadata persistenceUnitMetadata) called after call to PersistenceProvider.createContainerEntityManagerFactory(PersistenceUnit, Map)static voidNotification.beforeEntityManagerFactoryCreate(Classification cacheType, PersistenceUnitMetadata persistenceUnitMetadata) called before call to PersistenceProvider.createContainerEntityManagerFactory(PersistenceUnit, Map)static WrapperNotification.startCache(Classification cacheType, Properties properties) start cachestatic voidNotification.stopCache(Classification cacheType, Wrapper wrapper) Stop cache -
Uses of Classification in org.jipijapa.event.spi
Methods in org.jipijapa.event.spi with parameters of type ClassificationModifier and TypeMethodDescriptionvoidEventListener.addCacheDependencies(Classification cacheType, Properties properties) add dependencies on a cachevoidEventListener.afterEntityManagerFactoryCreate(Classification cacheType, PersistenceUnitMetadata persistenceUnitMetadata) called after call to PersistenceProvider.createContainerEntityManagerFactory(PersistenceUnit, Map)voidEventListener.beforeEntityManagerFactoryCreate(Classification cacheType, PersistenceUnitMetadata persistenceUnitMetadata) called before call to PersistenceProvider.createContainerEntityManagerFactory(PersistenceUnit, Map)EventListener.startCache(Classification cacheType, Properties properties) start cachevoidEventListener.stopCache(Classification cacheType, Wrapper wrapper) Stop cache -
Uses of Classification in org.jipijapa.plugin.spi
Methods in org.jipijapa.plugin.spi that return ClassificationModifier and TypeMethodDescriptionPlatform.defaultCacheClassification()obtain the default second level cache classificationMethods in org.jipijapa.plugin.spi that return types with arguments of type ClassificationModifier and TypeMethodDescriptionPlatform.cacheClassifications()get the second level cache classifications