In every hibernate mapping files, we used to denote the “type” of the mapping variable. This type is actually known as Hibernate mapping types. These are very much different from SQL database types as well as Java data types. Here you can find a list of Hibernate mapping types. Click here to Read Full Article
Category Archives: Java
Spring Framework 2.0.3 Released
Spring’s this version is a bugfix and enhancement release in the Spring 2.0 series, including about 200 (!) refinements and fixes. Furthermore, this release introduces support for the JSR-166 (java.util.concurrent) backport project and basic support for JCA 1.5 (ResourceAdapter bootstrap, WorkManager support), as well as extended support for IBM WebSphere and Oracle OC4J. Source :Continue reading “Spring Framework 2.0.3 Released”
Email validation in Java
Validating the mail very effectively, is little difficult. Most of the programers will search for a code for this to make their work easier. Here is a simple code for validating your email in Java. Click here to Read Full Article
Commonly used Generators in ‘Hibernate’
Generator Description increment It generates identifiers of type long, short or int that are unique only when no other process is inserting data into the same table. It should not the used in the clustered environment. identity It supports identity columns in DB2, MySQL, MS SQL Server, Sybase and HypersonicSQL. The returned identifier is ofContinue reading “Commonly used Generators in ‘Hibernate’”
