G
gk
in hibernate
(http://www.hibernate.org/hib_docs/v3/reference/en/html/tutorial.html)
there is a class
import java.util.Date;
public class Event {
private Long id; // i dont have a coulmn with name "id" in my
DB...should i keep this ?
private String title;
private Date date;
(http://www.hibernate.org/hib_docs/v3/reference/en/html/tutorial.html)
there is a class
import java.util.Date;
public class Event {
private Long id; // i dont have a coulmn with name "id" in my
DB...should i keep this ?
private String title;
private Date date;