[hibernate-dev] ORM FAQ

andrea boriero dreborier at gmail.com
Mon Aug 7 02:09:29 EDT 2017


it looks really good to me, the only little doubt is related with the
example in the "how Hibernate is useful" Performance subsection, the
example looks to me more appropriate for the "Developer time" subsection.



On 4 August 2017 at 21:09, Vlad Mihalcea <mihalcea.vlad at gmail.com> wrote:

> Hi Steve,
>
> I read it and I have some the following suggestions:
>
> 1. For the Performance section, I'd add the transparent JDBC batch updates,
> the delayed connection acquisition, cacheable natural id fetching.
>
> 2. For the How does Hibernate compare to JPA section, I'd add a list of
> cool features Hibernate has to offer on top of JPA:
>
> - extended identifier generators (hi/lo, pooled, pooled-lo)
> - customizable CRUD (@SQLInsert, @SQLUpdate, @SQLDelete) statements
> - immutable entities (e.g. @Immutable)
> - versionless optimistic locking (e.g. OptimisticLockType.ALL,
> OptimisticLockType.DIRTY)
> - support for skipping (without waiting) pessimistic lock requests
> - support for multitenancy
>
> 3. For the jOOQ part:
>
> I'm not sure about the "JDBC libraries" term. All data access frameworks
> build on top of JDBC. Maybe "SQL statement builder frameworks" or "Active
> Record frameworks" are more suitable.
>
> Otherwise, it's a good addition to the Hibernate documentation.
>
> Vlad
>
> On Fri, Aug 4, 2017 at 6:46 PM, Steve Ebersole <steve at hibernate.org>
> wrote:
>
> > I spent some time this a.m. working on changes to the ORM FAQ page:
> > http://staging.hibernate.org/orm/faq/
> >
> > Let me know what you think.  It's still not "done", but further along.
> >
> > I am trying to avoid "usage" FAQ entries.  These should be more
> generalized
> > project FAQs.  We should decide how/where we want to handle "usage" FAQs,
> > if at all.
> > _______________________________________________
> > hibernate-dev mailing list
> > hibernate-dev at lists.jboss.org
> > https://lists.jboss.org/mailman/listinfo/hibernate-dev
> >
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>


More information about the hibernate-dev mailing list