Uses of Class
org.kie.workbench.common.screens.datamodeller.model.persistence.CachingType
-
Packages that use CachingType Package Description org.kie.workbench.common.screens.datamodeller.model.persistence -
-
Uses of CachingType in org.kie.workbench.common.screens.datamodeller.model.persistence
Methods in org.kie.workbench.common.screens.datamodeller.model.persistence that return CachingType Modifier and Type Method Description CachingTypePersistenceUnitModel. getSharedCacheMode()static CachingTypeCachingType. valueOf(String name)Returns the enum constant of this type with the specified name.static CachingType[]CachingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.workbench.common.screens.datamodeller.model.persistence with parameters of type CachingType Modifier and Type Method Description voidPersistenceUnitModel. setSharedCacheMode(CachingType sharedCacheMode)
-