Skip to main content

Emmanuel Hugonnet's Library tagged hibernate   View Popular

27 Aug 08

12 things I bet you didn't know about Hibernate

I’ve been working with Hibernate for the past 2 years, doing multiple projects with the framework. With this experience, I thought I pretty much had Hibernate figured out and knew what was possible and what wasn’t. Now this month, I have been prepping for a course I’ll give about the framework and to my great surprise I actually learned a lot! I’m more then happy to share some of this new cool stuff I’ve found out!

www.inze.be/andries - Preview

hibernate orm tips

23 Jul 08

Configuring Hibernate and Spring for JTA | Xebia Blog

This blog addresses a problem in a configuration that is fairly common: use Spring for transaction management on top of a JTA provider and use Hibernate for persistence. Transaction demarcation is easy and declarative with Spring. The problem is that Hibernate sometimes needs to detect the current transaction and this needs to be configured. This leads to hard to detect bugs in applications that rely on auto flushing.

blog.xebia.com/...g-hibernate-and-spring-for-jta - Preview

hibernate jta spring tutorial

24 Apr 08

Patterns of persistence, Part 1: Strategies and best practices for modern ORM tools

Apply object-oriented principles to a domain model using Hibernate features. This two-part article covers the basics of a consistent, concise domain model and persistence tier.

www.ibm.com/...j-pop1 - Preview

orm hibernate pattern tutorial

Gunnar Hillert's Blog: Converting Daos from Hibernate to JPA

The actual conversion from pure Hibernate to JPA was quite straight forward. I was struggling a bit with the Spring configuration of the entityManagerFactory but got it to work eventually.

hillert.blogspot.com/...aos-from-hibernate-to-jpa.html - Preview

spring hibernate jpa tips

07 Mar 08

Introduction à Hibernate Search (Googling your Persistent Domain Model) par J2EE, Agilité et SOA : Le blog de Xebia France

Hibernate Search vise à répondre à cette question, à moindre coût, en s’appuyant sur Apache Lucene afin d’offrir au travers du modèle de persistance d’Hibernate des capacités de recherche full-text.

blog.xebia.fr/...g-your-persistent-domain-model - Preview

lucene hibernate introduction

26 Feb 08

Row level security using Spring and Hibernate | mattfleming.com

I decided to implement this task with a permissions based system whereby users were grouped into roles and each role had a certain set of permissions. Here's how I implemented the solution using Spring and Hibernate...

mattfleming.com/243 - Preview

hibernate spring security

23 Jan 08

Adopting a Java Persistence Framework: Which, When, and What?

Let's begin with the following frameworks that are best known in the Java persistence landscape.
* Entity Enterprise Java Beans
* Java Persistence API
* Hibernate
* TopLink
Let me discuss these frameworks in more detail.

today.java.net/...ava-persistence-framework.html - Preview

jpa persistence ejb3 hibernate orm

14 Nov 07

Using Hibernate with Google Web Toolkit (GWT) - Robert Green's DIY

I have both a server-side entity class and a client-side entity class, but think: All of your client-side GWT Java compiles into javascript anyway. Of course you'll need a javascript-based entity to work on the client-side.

www.rbgrn.net/...th-google-web-toolkit-gwt.html - Preview

hibernate gwt tutorial example

06 Nov 07

InfoQ: Using Hibernate to Support Custom Domain Object Fields

When developing applications customers often requires implementing support for extensibility of the object model not modifying the system source code. This article will provide key moments of the implementation considering specifics of using Hibernate.

www.infoq.com/...hibernate-custom-fields - Preview

hibernate java tutorial

10 Jul 07

Enabling JMX Monitoring on Hibernate v3 and Ehcache 1.3.0 on "SimpleJpaHibernateApp"

1. Configuring Hibernate to use Ehcache 1.3.0
2. Configuring Hibernate to enable JMX monitoring on Hibernate and Ehcache
3. Configuring the sample to use Ehcache 1.3.0
4. Configuring the sample to enable JMX monitoring on Hibernate and Ehcache

weblogs.java.net/...extending_the_n_3.html - Preview

jpa jmx hibernate tutorial

27 Jun 07

So should you still use Spring's HibernateTemplate and/or JpaTemplate??

With Spring 2.0, it is possible to start using the Hibernate Session API directly again. The question is whether or not it is wise to abandon the use of the HibernateTemplate when working with Hibernate, or other template-based approaches Spring features

blog.interface21.com/...natetemplate-andor-jpatemplate - Preview

spring jpa ibatis hibernate orm tips

20 Jun 07

Agile Database Refactoring with Hibernate

This article shows how to upgrade their faulty schemas and data models without affecting existing applications or processes. By using Hibernate developers can repair a faulty data model, one piece at a time.

www.onjava.com/...efactoring-with-hibernate.html - Preview

hibernate database

01 Mar 07

java.net: JOTM Transactions In Spring And Hibernate

Any enterprise-class application that interacts with db needs to take care of transactional integrity across db and components. Typically you achieve this either by using the heavy plumbing of application servers or by leveraging the JTA at code level.

today.java.net/...s-in-spring-and-hibernate.html - Preview

spring orm hibernate tutorial jta

Jasypt: Java simplified encryption -

Jasypt is a java library which allows the developer to add basic encryption capabilities to his/her projects with minimum effort, and without the need of having deep knowledge on how cryptography works.

www.jasypt.org - Preview

cryptography framework hibernate opensource security java

10 Feb 07

ONJava.com: An Introduction to Hibernate 3 Annotations

Over the years, Hibernate has become close to the defacto standard in the world of database persistence. In this article, we look at how Java 5 annotations can be used to simplify your Hibernate code and make coding your persistence layer even easier.

www.onjava.com/6931 - Preview

hibernate jpa jdk1.5 persistence introduction

03 Jan 07

Hibernate performance with large data sets

his is an attempt to consolidate a few of the performance tips that I’ve learnt about hibernate over the last few months. I should caveat this by stating that I work in bio-informatics where we deal with very large volumes of data in OLTP applications.

tfenne.com/...rformance-with-large-data-sets - Preview

hibernate optimization performance persistence tips

09 Nov 06

Hibernate Tips

I‘m not claiming to be a Hibernate expert, but I‘ve used it on an enterprise product, added features, submitted patches, etc. so I know a bit. Since I was writing this up anyway, I figured I‘d blog it.

jroller.com/...20050223 - Preview

hibernate performance tips

29 Sep 06

hts: Hibernate Tools Suite

Hibernate Tools Suite is easy to use toolset which may be used for developing hibernate based applications. It smoothly integrates into NetBeans, but can also be used as a standalone application

hts.dev.java.net/ - Preview

hibernate netbeans tools

19 Sep 06

Hibernate can meet your validation needs

In this article, Ted Bergeron shows you how to use the Validator component of Hibernate Annotations to build and maintain validation logic easily in your Web apps.

www-128.ibm.com/...j-hibval.html - Preview

annotations hibernate validator orm spring tips tutorial

Don't Let Hibernate Steal Your Identity

The possibility arises that you will instantiate 2 different objects that represent the same row in the database. To handle this, you must properly implement the equals() and hashCode() methods on your persistent objects.

www.onjava.com/...rnate-steal-your-identity.html - Preview

hibernate orm tips

1 - 20 of 64 Next › Last »
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo