-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
Description
Please correct:
https://database-rider.github.io/getting-started/
em() is a shortcut (import static com.github.database.rider.util.EntityManagerProvider.em;) for the EntityManager that was initialized by EntityManagerProvider rule.
in:
em() is a shortcut (import static com.github.database.rider.core.util.EntityManagerProvider.em;) for the EntityManager that was initialized by EntityManagerProvider rule.
The word core is missing.
rmpestano