Uses of Interface
org.hibernate.search.engine.backend.metamodel.IndexCompositeElementDescriptor
-
Packages that use IndexCompositeElementDescriptor Package Description org.hibernate.search.engine.backend.document.model.spi org.hibernate.search.engine.backend.metamodel -
-
Uses of IndexCompositeElementDescriptor in org.hibernate.search.engine.backend.document.model.spi
Subinterfaces of IndexCompositeElementDescriptor in org.hibernate.search.engine.backend.document.model.spi Modifier and Type Interface Description interface
IndexCompositeNode<SC extends SearchIndexScope<?>,NT extends AbstractIndexCompositeNodeType<SC,?>,F extends IndexField<SC,?>>
interface
IndexObjectField<SC extends SearchIndexScope<?>,NT extends AbstractIndexCompositeNodeType<SC,?>,C extends IndexCompositeNode<SC,NT,F>,F extends IndexField<SC,?>>
Classes in org.hibernate.search.engine.backend.document.model.spi that implement IndexCompositeElementDescriptor Modifier and Type Class Description class
AbstractIndexObjectField<S extends AbstractIndexObjectField<S,SC,NT,C,F>,SC extends SearchIndexScope<?>,NT extends AbstractIndexCompositeNodeType<SC,? super S>,C extends IndexCompositeNode<SC,NT,F>,F extends IndexField<SC,?>>
class
AbstractIndexRoot<S extends AbstractIndexRoot<S,SC,NT,F>,SC extends SearchIndexScope<?>,NT extends AbstractIndexCompositeNodeType<SC,? super S>,F extends IndexField<SC,?>>
-
Uses of IndexCompositeElementDescriptor in org.hibernate.search.engine.backend.metamodel
Subinterfaces of IndexCompositeElementDescriptor in org.hibernate.search.engine.backend.metamodel Modifier and Type Interface Description interface
IndexObjectFieldDescriptor
An "object" field in the index, i.e.Methods in org.hibernate.search.engine.backend.metamodel that return IndexCompositeElementDescriptor Modifier and Type Method Description IndexCompositeElementDescriptor
IndexFieldDescriptor. parent()
IndexCompositeElementDescriptor
IndexDescriptor. root()
-