Class | Description |
---|---|
ClassLoaderHelper |
Utility class to load instances of other classes by using a fully qualified name,
or from a class type.
|
CollectionHelper |
Provides some methods for simplified collection instantiation.
|
ContextHelper | Deprecated
Use
FullTextSession.getSearchFactory() instead. |
DelegateNamedAnalyzer |
Delegate to a named analyzer.
|
FileHelper |
Utility class for file and directory operations, like synchronisation and reading from class path.
|
FilterCacheModeTypeHelper | |
HibernateHelper | |
HibernateSearchResourceLoader | |
JNDIHelper |
Helper class for creating an JNDI
InitialContext . |
LRUMap |
Copied from Hibernate Core's org.hibernate.util.LRUMap
A simple LRU cache that implements the
Map interface. |
PassThroughAnalyzer |
Analyzer that applies no operation whatsoever to the flux
This is useful for queries operating on non tokenized fields.
|
ReflectionHelper | |
ScopedAnalyzer |
A
ScopedAnalyzer is a wrapper class containing all analyzers for a given class. |
SoftLimitMRUCache |
Cache following a "Most Recently Used" (MRU) algorithm for maintaining a
bounded in-memory size; the "Least Recently Used" (LRU) entry is the first
available for removal from the cache.
|
WeakIdentityHashMap<K,V> |
A hashtable-based Map implementation with weak keys and
using reference-equality in place of object-equality when comparing keys
(and values).
|
Copyright © 2006–2016 Hibernate. All rights reserved.