Uses of Class
org.hibernate.search.engine.backend.types.ObjectStructure
-
-
Uses of ObjectStructure in org.hibernate.search.engine.backend.document.model.dsl
Methods in org.hibernate.search.engine.backend.document.model.dsl with parameters of type ObjectStructure Modifier and Type Method Description IndexSchemaObjectField
IndexSchemaElement. objectField(String relativeFieldName, ObjectStructure structure)
Add an object field to this index schema element with the given structure.IndexSchemaFieldTemplateOptionsStep<?>
IndexSchemaElement. objectFieldTemplate(String templateName, ObjectStructure structure)
Add an object field template to this index schema element with the given structure. -
Uses of ObjectStructure in org.hibernate.search.engine.backend.document.model.dsl.spi
Methods in org.hibernate.search.engine.backend.document.model.dsl.spi with parameters of type ObjectStructure Modifier and Type Method Description IndexSchemaObjectFieldNodeBuilder
IndexSchemaObjectNodeBuilder. addObjectField(String relativeFieldName, IndexFieldInclusion inclusion, ObjectStructure structure)
Create a new object field and add it to the current builder.IndexSchemaFieldTemplateOptionsStep<?>
IndexSchemaObjectNodeBuilder. addObjectFieldTemplate(String templateName, ObjectStructure structure, String prefix, IndexFieldInclusion inclusion)
Create a new object field template and add it to the current builder. -
Uses of ObjectStructure in org.hibernate.search.engine.backend.types
Methods in org.hibernate.search.engine.backend.types that return ObjectStructure Modifier and Type Method Description static ObjectStructure
ObjectStructure. valueOf(String name)
Returns the enum constant of this type with the specified name.static ObjectStructure[]
ObjectStructure. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ObjectStructure in org.hibernate.search.engine.mapper.mapping.building.spi
Methods in org.hibernate.search.engine.mapper.mapping.building.spi that return ObjectStructure Modifier and Type Method Description ObjectStructure
IndexedEmbeddedDefinition. structure()
Constructors in org.hibernate.search.engine.mapper.mapping.building.spi with parameters of type ObjectStructure Constructor Description IndexedEmbeddedDefinition(MappableTypeModel definingTypeModel, String relativePrefix, ObjectStructure structure, Integer includeDepth, Set<String> includePaths)
-
Uses of ObjectStructure in org.hibernate.search.mapper.pojo.mapping.building.spi
Methods in org.hibernate.search.mapper.pojo.mapping.building.spi with parameters of type ObjectStructure Modifier and Type Method Description void
PojoMappingCollectorValueNode. indexedEmbedded(PojoRawTypeModel<?> definingTypeModel, String relativePrefix, ObjectStructure structure, Integer includeDepth, Set<String> includePaths, boolean includeEmbeddedObjectId, Class<?> targetType)
-
Uses of ObjectStructure in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation that return ObjectStructure Modifier and Type Method Description ObjectStructure
structure()
-
Uses of ObjectStructure in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with parameters of type ObjectStructure Modifier and Type Method Description PropertyMappingIndexedEmbeddedStep
PropertyMappingIndexedEmbeddedStep. structure(ObjectStructure structure)
-