Uses of Class
org.hibernate.search.mapper.pojo.mapping.definition.annotation.IndexedEmbedded
-
Packages that use IndexedEmbedded Package Description org.hibernate.search.mapper.pojo.mapping.definition.annotation org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl -
-
Uses of IndexedEmbedded in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation that return IndexedEmbedded Modifier and Type Method Description IndexedEmbedded[]value() -
Uses of IndexedEmbedded in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl with parameters of type IndexedEmbedded Modifier and Type Method Description voidIndexedEmbeddedProcessor. process(PropertyMappingStep mappingContext, IndexedEmbedded annotation, PropertyMappingAnnotationProcessorContext context)
-