Skip to content

antopaul/HibernateDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HibernateDemo

Hibernate 5 Sample application using PostgreSQL database including interceptor and statement inspector.

To create table

create sequence student_details_seq MINVALUE 1;

CREATE  TABLE student_details ( 
student_id INT NOT NULL ,
student_name VARCHAR(45) NOT NULL ,
student_age INT NOT NULL ,
tenant_id varchar,
PRIMARY KEY (student_id) );

About

Hibernate 5 Sample application with PostgreSQL database

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages