Uses of Class
org.h2.util.SoftValuesHashMap
Packages that use SoftValuesHashMap
Package
Description
The native full text search implementation, and the wrapper for the Lucene full text search implementation.
-
Uses of SoftValuesHashMap in org.h2.fulltext
Fields in org.h2.fulltext with type parameters of type SoftValuesHashMapModifier and TypeFieldDescriptionprivate final WeakHashMap
<Connection, SoftValuesHashMap<String, PreparedStatement>> FullTextSettings.cache
The prepared statement cache.