Uses of Class
org.jipijapa.cache.spi.Classification
-
Packages that use Classification Package Description org.jipijapa.cache.spi org.jipijapa.event.impl.internal org.jipijapa.event.spi org.jipijapa.plugin.spi -
-
Uses of Classification in org.jipijapa.cache.spi
Methods in org.jipijapa.cache.spi that return Classification Modifier and Type Method Description static ClassificationClassification. forName(String localName)static ClassificationClassification. valueOf(String name)Returns 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 Classification Modifier and Type Method Description static 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 Classification Modifier and Type Method Description voidEventListener. 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)WrapperEventListener. 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 Classification Modifier and Type Method Description ClassificationPlatform. defaultCacheClassification()obtain the default second level cache classificationMethods in org.jipijapa.plugin.spi that return types with arguments of type Classification Modifier and Type Method Description Set<Classification>Platform. cacheClassifications()get the second level cache classifications
-