Hibernate:
create table Conta ( id integer not null auto_increment, agencia varchar(255), banco varchar(255), numero varchar(255), titular varchar(255), primary key (id) ) engine=InnoDB Exception in thread "main" java.lang.IllegalStateException: org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl@655ef322 is closed