Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explain hibernate / database #295

Open
jnehring opened this issue Sep 11, 2016 · 0 comments
Open

Explain hibernate / database #295

jnehring opened this issue Sep 11, 2016 · 0 comments

Comments

@jnehring
Copy link
Member

Please write a knowledge base article about the database connection with topics

  • Maybe you can find an introduction to hibernate in the web, that explains what an Entity, Repository, Dao is?
  • Explain how the database works and the differences between h2 file, h2 memory and mysql database. Point out that this is useful for unit
  • Point to the database configuration. Point out that the database schema can be auto-generated by hibernate.
  • Point to the restricted access article
  • Explain the necessary packages for entities, repositories, daos (eu.freme.common.persistence...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants