Home » Archives

Content tagged with: hibernate

[2 Nov 2010 | No Comment | ]

This is an easy to follow Hibernate Tutorial using Java JPA Annotations. This part presents the Eclipse Hibernate Database setup instructions.

[20 Oct 2010 | No Comment | ]

This is an Hibernate Tutorial using Java JPA Annotations. The first part provides Eclipse Hibernate Database setup instructions.

[13 Oct 2010 | No Comment | ]

Querydsl is a framework which enables the construction of type-safe SQL-like queries for multiple backends including JPA, JDO and SQL. The screencast uses the Querydsl JPA module in combination with Hibernate and shows the creation of a Java project, the creation of two simple domain types and the creation of a minimal demo service which presents the simplicity of Querydsl query usage.

More information

[30 Aug 2010 | No Comment | ]

This video show how to integrate GWT with Spring and Hibernate ORM. In addition to the standard Spring+Hibernate integration (transactions, exception handling, DAO templates, etc.), it also discuss how to access spring beans via GWT’s RPC facilities. Next it presents client side remote interfaces and service proxies, exception handling, domain object serialization to GWT, etc.

Video producer: SF Java Group

[19 Aug 2010 | No Comment | ]

Hibernate Validator 4.x is the reference implementation for JSR 303 – Bean Validation.JSR 303 defines a metadata model and API for JavaBean validation. The default metadata source is annotations, with the ability to override and extend the meta-data through the use of XML validation descriptors. The API is not tied to a specific application tier or programming model. It is specifically not tied to either the web tier or the persistence tier, and is available for both server-side application programming, as well as rich client Swing application developer. This podcast …

[11 Aug 2010 | One Comment | ]

This Jazoon 2010 session presents the new features of Hibernate and in particular the one coming from Java Persistence 2. Itl explores the new type-safe Criteria API as well as its close brother the new Hibernate Static metamodel generator; the new locking options and their consequences for your applications; Infinispan’s new second level cache and the fetch profile. This session will also briefly describe what’s beyond Hibernate Core: Hibernate has slowly grown from the ORM to a set of domain model centric tools like validation, full-text search and so …

[16 Jul 2009 | No Comment | ]

Emmanuel Bernard and Max Ross talk about patterns and practices to be used in order to achieve high volume and scale with Hibernate. The presentation also explains the use of Hibernate Shards and Hibernate Search to push the scalability limits.
http://www.infoq.com/presentations/Scaling-Hibernate-Emmanuel-Bernard-Max-Ross