Uses of Class
org.hibernate.search.mapper.pojo.automaticindexing.ReindexOnUpdate
-
-
Uses of ReindexOnUpdate in org.hibernate.search.mapper.pojo.automaticindexing
Methods in org.hibernate.search.mapper.pojo.automaticindexing that return ReindexOnUpdate Modifier and Type Method Description static ReindexOnUpdateReindexOnUpdate. valueOf(String name)Returns the enum constant of this type with the specified name.static ReindexOnUpdate[]ReindexOnUpdate. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ReindexOnUpdate in org.hibernate.search.mapper.pojo.mapping.definition.annotation
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation that return ReindexOnUpdate Modifier and Type Method Description ReindexOnUpdatereindexOnUpdate() -
Uses of ReindexOnUpdate in org.hibernate.search.mapper.pojo.mapping.definition.programmatic
Methods in org.hibernate.search.mapper.pojo.mapping.definition.programmatic with parameters of type ReindexOnUpdate Modifier and Type Method Description IndexingDependencyOptionsStepIndexingDependencyOptionsStep. reindexOnUpdate(ReindexOnUpdate reindexOnUpdate) -
Uses of ReindexOnUpdate in org.hibernate.search.mapper.pojo.mapping.spi
Methods in org.hibernate.search.mapper.pojo.mapping.spi with parameters of type ReindexOnUpdate Modifier and Type Method Description voidAbstractPojoMappingInitiator. defaultReindexOnUpdate(ReindexOnUpdate defaultReindexOnUpdate) -
Uses of ReindexOnUpdate in org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi
Methods in org.hibernate.search.mapper.pojo.model.additionalmetadata.building.spi with parameters of type ReindexOnUpdate Modifier and Type Method Description voidPojoAdditionalMetadataCollectorValueNode. reindexOnUpdate(ReindexOnUpdate reindexOnUpdate)
-