Insert into table using hibernet,
March 11, 2009 at 5:47 AM
In the rose india example few things was wrong which didnt' run in my computer so I modified that...get this one package com.service; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.Transaction; import org.hibernate.cfg.Configuration;
import com.dto.Contact;
public class FirstExample { public static void main(String[] args) {