siesta | Ebean ORM | |
---|---|---|
1 | 7 | |
26 | 1,478 | |
- | 0.2% | |
3.9 | 9.2 | |
3 months ago | 8 days ago | |
Java | Java | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
siesta
Ebean ORM
- loom and database drivers
-
How do you guys go about the persistence layer?
You can have a look at https://ebean.io/ ... better control over the generated SQL, multiple levels of abstraction, can generate DB migrations and run the DB migrations, transparent encryption support, SQL 2011 history support, test against docker containers.
- O que estou fazendo?? Um projetinho de estudo.
-
What do you whish for Spring 6?
There is https://ebean.io/ and looks like it a community driven alternative to jOOQ.
-
Do you use code generators in your IDEs or some external ones? If so, which ones?
Ebean ORM https://ebean.io/ was built to somewhat rival JPA (and JDBI) Btw: you can use java 16 records with ebean as DTOs, EmbeddedId and also as read only entity beans (and JPA implementations could similarly do so).
-
20 years of Hibernate
Ebean is pretty good: https://ebean.io
-
Stop Using JPA/Hibernate
I wouldn't call it micro, but https://ebean.io/ is pretty nice.
What are some alternatives?
daobab-100plus-examples - Daobab examples in Java
Hibernate - Hibernate's core Object/Relational Mapping functionality
yorm - Simple ORM based on Java Records
MyBatis - MyBatis SQL mapper framework for Java
coffee4j-back-end - The back-end of an application for tracking your coffee brews
OrmLite - Core ORMLite functionality that provides a lite Java ORM in conjunction with ormlite-jdbc or ormlite-android
jOOQ - jOOQ is the best way to write SQL in Java
Ktorm - A lightweight ORM framework for Kotlin with strong-typed SQL DSL and sequence APIs.
graalvm-reachability-metadata - Repository which contains community-driven collection of GraalVM reachability metadata for open-source libraries.
kotlin-nosql - NoSQL database query and access library for Kotlin
Apache Cayenne - Mirror of Apache Cayenne
Spring Data JPA - Simplifies the development of creating a JPA-based data access layer.