Uses of Class
org.h2.util.SoftValuesHashMap
-
Packages that use SoftValuesHashMap Package Description org.h2.fulltext 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 SoftValuesHashMap Modifier and Type Field Description private java.util.WeakHashMap<java.sql.Connection,SoftValuesHashMap<java.lang.String,java.sql.PreparedStatement>>
FullTextSettings. cache
The prepared statement cache.
-