DbmsOperationHandlerImpl
to begin with. You also need to sign the CLA as per https://github.com/speedment/speedment/blob/master/CONTRIBUTING.md
EntryPoint
. In newer versions of Speedment, the Main.java file is replaced with the EntryPoint. If your project is called Sakila
, then your entry point class should be called SakilaEntryPoint
You interact with the database via standard Java Streams (for querrying). Read more here: https://speedment.github.io/speedment-doc/speedment_examples.html#top
Regarding insert/update: https://speedment.github.io/speedment-doc/crud.html#top