| Class | Description |
|---|---|
| AggregatedClassLoader |
A classloader which keeps a ordered list of aggregated classloaders.
|
| 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.
|
| DelegateNamedAnalyzer |
Delegate to a named analyzer.
|
| Executors |
Helper class to create threads;
these threads are grouped and named to be identified in a profiler.
|
| Executors.BlockPolicy |
A handler for rejected tasks that will have the caller block until space is available.
|
| FileHelper |
Utility class for file and directory operations, like synchronisation and reading from class path.
|
| FilterCacheModeTypeHelper | |
| HibernateSearchResourceLoader |
Hibernate Search specific implementation of Lucene's
ResourceLoader interface. |
| 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. |
| Maps |
Helper class to create maps with commonly needed constructors.
|
| 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.
|
| StreamHelper |
Copyright © 2006–2014 Hibernate. All rights reserved.