|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractDocumentBuilder | |
---|---|
org.hibernate.search.engine.spi | |
org.hibernate.search.event.impl |
Uses of AbstractDocumentBuilder in org.hibernate.search.engine.spi |
---|
Subclasses of AbstractDocumentBuilder in org.hibernate.search.engine.spi | |
---|---|
class |
DocumentBuilderContainedEntity<T>
Set up and provide a manager for classes which are indexed via @IndexedEmbedded , but themselves do not
contain the @Indexed annotation. |
class |
DocumentBuilderIndexedEntity<T>
Set up and provide a manager for classes which are directly annotated with @Indexed . |
Uses of AbstractDocumentBuilder in org.hibernate.search.event.impl |
---|
Methods in org.hibernate.search.event.impl that return AbstractDocumentBuilder | |
---|---|
protected AbstractDocumentBuilder |
FullTextIndexEventListener.getDocumentBuilder(Object entity)
It is not suggested to extend FullTextIndexEventListener, but when needed to implement special use cases implementors might need this method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |