3
I’m using JPA and Hibernate 4.3.11 when running a simple application To test the bank connection Firebird 2.5 the Hibernate is generating A temporary table with the start HT_.
Example: created the Client table and generated
Hibernate:
create table HT_Cliente (id integer not null, hib_sess_id CHAR(36))
How do I disable this feature in Hibernate?
Hello, Pedro! Can I suggest something? In addition to the links, increase your response by showing, even briefly, the reasons for this table to be created and other relevant information.
– Dherik
@Dherik grateful for the suggestion, see if the answer is better!
– Pedro Laini