February 2018
Intermediate to advanced
406 pages
9h 55m
English
To run our product service, perform the following steps:
Notice the logs generated by hibernate. It first uses an HSQLDB dialect automatically, and then creates and runs the Product table SQL as follows:
HHH000227: Running hbm2ddl schema export drop table product if exists create table product (id integer generated by default as identity (start with 1), cat_id integer not null, name varchar(255) not null, primary key (id)) HHH000476: Executing import script '/import.sql' ...
Read now
Unlock full access