All Implemented Interfaces:
org.hibernate.classic.Session
All Known Implementing Classes:
FullTextSessionImpl
Emmanuel - Bernard| Method from org.hibernate.search.FullTextSession Summary: |
|---|
| createFullTextQuery, flushToIndexes, getSearchFactory, index, purge, purgeAll |
| Method from org.hibernate.search.FullTextSession Detail: |
|---|
entities and their respective subclasses.
If no entity is provided, no type filtering is done. |
|
|
|
entityType and the identifier id from the index.
If id == null all indexed entities of this type and its indexed subclasses are deleted. In this
case this method behaves like #purgeAll(Class>) . |
|