- update(Object) - Method in interface org.hibernate.search.mapper.javabean.work.JavaBeanWorkPlan
-
Update an entity in the index, or add it if it's absent from the index.
- update(Object, Object) - Method in interface org.hibernate.search.mapper.javabean.work.JavaBeanWorkPlan
-
Update an entity in the index, or add it if it's absent from the index.
- update(Object, String...) - Method in interface org.hibernate.search.mapper.javabean.work.JavaBeanWorkPlan
-
Update an entity in the index, or add it if it's absent from the index,
but try to avoid reindexing if the given dirty paths
are known not to impact the indexed form of that entity.
- update(Object, Object, String...) - Method in interface org.hibernate.search.mapper.javabean.work.JavaBeanWorkPlan
-
Update an entity in the index, or add it if it's absent from the index,
but try to avoid reindexing if the given dirty paths
are known not to impact the indexed form of that entity.