|
All content with label hibernate.
Related Labels:
enums, ibatis, netbeans, maven, spring, persistence, tapestry, jdk5, ajax, appfuse, jmx, struts, jpa, jsf
Home
(AppFuse 2)
http://farm1.static.flickr.com/129/347357516e7d01209dem.jpg border=1! AppFuse is an open source project and application that uses open source tools built on the Java platform to help you develop Web applications quickly and efficiently. It was originally developed to eliminate the rampup time ...
Other labels:
struts, jdk5, maven, jpa, netbeans, ibatis, jsf, spring
|
Java 5 Enums Persistence with Hibernate
(AppFuse 2)
About this Tutorial If you need to map Java 5 Enums to Hibernate using JPA annotations this is what you are looking for. Table of Contents # Writing the JPA annotations #persondaoJpaAnntt # Mapping Java 5 Enums to Hibernate #Java5Enums2Hbm Writing the JPA annotations ...
Other labels:
jpa, enums
|
Managing Hibernate through MBeans
(AppFuse 2)
Managing Hibernate through MBeans Two files need to be modified: src/main/resources/hibernate.cfg.xml where the following line should be added in the sessionfactory tag: <property name="hibernate.generatestatistics">true</property> src/main/resources/applicationContextdao.xml, just before ...
Other labels:
jmx
|
Persistence
(AppFuse 2)
About this Tutorial This tutorial creates a new database table and the Java code to access that table. You create an object and then some more classes to persist (save/retrieve/delete) that object from the database. In Java speak, this object is called a Plain ...
Other labels:
persistence, ibatis, jpa
|
|
|