JSR-352 example

@yrodiere
ok. Thanks your reply. Then I will check IntelliJ or gradle setting.

By the way,


 Properties jobProps = MassIndexingJob.parameters()
                                             .forEntities( xx.class )
                                             .build();
        JobOperator jobOperator = BatchRuntime.getJobOperator();
        long executionId = jobOperator.start( MassIndexingJob.NAME, jobProps );

just above codes can do reindexing?

There is no transactional action like ‘entityManager’ in that codes. So, I don’t understand how it works.