Uses of Class
org.h2.util.SoftHashMap

Packages that use SoftHashMap
org.h2.fulltext The native full text search implementation, and the wrapper for the the Lucene full text search implementation. 
 

Uses of SoftHashMap in org.h2.fulltext
 

Fields in org.h2.fulltext declared as SoftHashMap
protected  SoftHashMap<java.sql.Connection,SoftHashMap<java.lang.String,java.sql.PreparedStatement>> FullTextSettings.cache
          The prepared statement cache.
 

Fields in org.h2.fulltext with type parameters of type SoftHashMap
protected  SoftHashMap<java.sql.Connection,SoftHashMap<java.lang.String,java.sql.PreparedStatement>> FullTextSettings.cache
          The prepared statement cache.