Skip to content

Commit

Permalink
Use computing index for JPA
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartwdouglas authored and yrodiere committed May 19, 2021
1 parent 9019dc4 commit 47eb836
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ public JpaModelIndexBuildItem jpaEntitiesIndexer(
IndexingUtil.indexClass(jpaModel.getClassName(), indexer, index.getIndex(), additionalIndex,
HibernateOrmProcessor.class.getClassLoader());
}
CompositeIndex compositeIndex = CompositeIndex.create(index.getIndex(), indexer.complete());
CompositeIndex compositeIndex = CompositeIndex.create(index.getComputingIndex(), indexer.complete());
return new JpaModelIndexBuildItem(compositeIndex);
}

Expand Down

0 comments on commit 47eb836

Please sign in to comment.