File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
hibernate-core/src/test/resources Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -28,4 +28,20 @@ hibernate.service.allow_crawling=false
2828hibernate.session.events.log =true
2929hibernate.query.mutation_strategy.global_temporary.drop_tables =true
3030
31- # hibernate.transform_hbm_xml.enabled=true
31+ # hibernate.transform_hbm_xml.enabled=true
32+
33+ # Quarkus defaults
34+
35+ # > From test case templates
36+ hibernate.id.optimizer.pooled.preferred = pooled-lo"
37+ hibernate.default_batch_fetch_size = 16
38+ hibernate.query.plan_cache_max_size = 2048
39+ hibernate.order_by.default_null_ordering = none
40+ hibernate.query.in_clause_parameter_padding = true
41+ hibernate.id.sequence.increment_size_mismatch_strategy = none
42+ hibernate.order_updates = true
43+
44+ # > Found throughout the Quarkus codebase
45+ hibernate.transaction.flush_before_completion = false
46+ hibernate.cdi.extensions = false
47+ hibernate.connection.handling_mode = DELAYED_ACQUISITION_AND_RELEASE_BEFORE_TRANSACTION_COMPLETION
You can’t perform that action at this time.
0 commit comments