If you want to use an Embedded database such as H2 to unit test your code, you will need to implement your method manually in H2 if it doesn’t supply one out of the box. You can use Jooq to do this this public class...

On Politics, Media, Technology and everything else
If you want to use an Embedded database such as H2 to unit test your code, you will need to implement your method manually in H2 if it doesn’t supply one out of the box. You can use Jooq to do this this public class...