Revision 7829b055
Added by Andreas Müller over 1 year ago
cdmlib-cache/src/main/resources/eu/etaxonomy/cdm/mappings/hibernate.cfg.xml | ||
---|---|---|
13 | 13 |
<session-factory> |
14 | 14 |
|
15 | 15 |
<property name="connection.release_mode">after_transaction</property> |
16 |
|
|
17 |
<property name="hibernate.bytecode.provider">javassist</property> |
|
16 | 18 |
|
17 | 19 |
<property name="hibernate.implicit_naming_strategy">org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl</property> |
18 | 20 |
<!-- NOTE: if integrated in spring this is handled there (see persistence.xml) --> |
Also available in: Unified diff
ref #10067 change back bytecode provider to javassist in hibernate.cfg.xmls