|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.search.store.DirectoryProviderFactory
public class DirectoryProviderFactory
Create a Lucene directory provider
Lucene directory providers are configured through properties - hibernate.search.default.* and - hibernate.search.
| Field Summary | |
|---|---|
List<DirectoryProvider<?>> |
providers
|
| Constructor Summary | |
|---|---|
DirectoryProviderFactory()
|
|
| Method Summary | |
|---|---|
DirectoryProvider<?> |
createDirectoryProvider(XClass entity,
org.hibernate.cfg.Configuration cfg)
|
static String |
getDirectoryProviderName(XClass clazz,
org.hibernate.cfg.Configuration cfg)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public List<DirectoryProvider<?>> providers
| Constructor Detail |
|---|
public DirectoryProviderFactory()
| Method Detail |
|---|
public DirectoryProvider<?> createDirectoryProvider(XClass entity,
org.hibernate.cfg.Configuration cfg)
public static String getDirectoryProviderName(XClass clazz,
org.hibernate.cfg.Configuration cfg)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||