Uses of Interface
org.hibernate.search.mapper.pojo.mapping.definition.programmatic.PropertyMappingIndexedEmbeddedStep
Packages that use PropertyMappingIndexedEmbeddedStep
-
Uses of PropertyMappingIndexedEmbeddedStep in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic that return PropertyMappingIndexedEmbeddedStepModifier and TypeMethodDescriptionPropertyMappingIndexedEmbeddedStep.excludePaths(String... paths) PropertyMappingIndexedEmbeddedStep.excludePaths(Collection<String> paths) PropertyMappingIndexedEmbeddedStep.extractors(ContainerExtractorPath extractorPath) PropertyMappingIndexedEmbeddedStep.includeDepth(Integer depth) PropertyMappingIndexedEmbeddedStep.includeEmbeddedObjectId(boolean include) PropertyMappingIndexedEmbeddedStep.includePaths(String... paths) PropertyMappingIndexedEmbeddedStep.includePaths(Collection<String> paths) PropertyMappingStep.indexedEmbedded()Maps the property to an object field whose fields are the same as those defined in the property type, using the name of this property as the name of the object field.PropertyMappingStep.indexedEmbedded(String relativeFieldName) Maps the property to an object field whose fields are the same as those defined in the property type, using the given custom name as the name of the object field.PropertyMappingIndexedEmbeddedStep.noExtractors()Indicates that no container extractors should be applied, not even the default ones.Deprecated.PropertyMappingIndexedEmbeddedStep.structure(ObjectStructure structure) PropertyMappingIndexedEmbeddedStep.targetType(Class<?> targetType)
PropertyMappingStep.indexedEmbedded(String)instead.