ehcache

Uses of Class
net.sf.ehcache.config.ElementValueComparatorConfiguration

Packages that use ElementValueComparatorConfiguration
net.sf.ehcache.config This package contains the cache configuration code. 
net.sf.ehcache.config.generator.model.elements This package contains utility classes encapsulating ideas of Elements and Attributes from the ehcache.xsd 
 

Uses of ElementValueComparatorConfiguration in net.sf.ehcache.config
 

Methods in net.sf.ehcache.config that return ElementValueComparatorConfiguration
 ElementValueComparatorConfiguration CacheConfiguration.getElementValueComparatorConfiguration()
          Returns the elementComparatorConfiguration
 

Methods in net.sf.ehcache.config with parameters of type ElementValueComparatorConfiguration
 void CacheConfiguration.addElementValueComparator(ElementValueComparatorConfiguration elementValueComparatorConfiguration)
          Sets the ElementValueComparatorConfiguration for this cache The default configuration will setup a DefaultElementValueComparator
 

Uses of ElementValueComparatorConfiguration in net.sf.ehcache.config.generator.model.elements
 

Constructors in net.sf.ehcache.config.generator.model.elements with parameters of type ElementValueComparatorConfiguration
ElementValueComparatorConfigurationElement(NodeElement parent, ElementValueComparatorConfiguration elementValueComparatorConfiguration)
          Constructor accepting the parent and the ElementValueComparatorConfiguration
 


ehcache

Copyright 2001-2014, Terracotta, Inc.