I'm using JPA and Hibernate 4.3.11 when running a simple application To test the connection to Firebird 2.5 Hibernate is generating A temporary table with the HT _ start.
Example: created the Customer table and generated
Hibernate:
create table HT_Cliente (id integer not null, hib_sess_id CHAR(36))
How do I disable this functionality in hibernate?