Ignore:
Timestamp:
Nov 28, 2014, 3:08:23 PM (8 years ago)
Author:
Nicklas Nordborg
Message:

References #1742: Upgrade to Hibernate 4.x

Replacing outer-join="auto" with nothing since Hibernate complained about outer-join being deprecated.

Also making some configuration options for ehcache that Hibernate wanted to use.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/config/dist/ehcache.xml

    r6330 r6633  
    3131  />
    3232  <cache
     33    name="org.hibernate.cache.spi.UpdateTimestampsCache"
     34    maxElementsInMemory="200"
     35    eternal="true"
     36  />
     37  <cache
     38    name="org.hibernate.cache.internal.StandardQueryCache"
     39    maxElementsInMemory="200"
     40    eternal="true"
     41  />
     42  <cache
    3343    name="net.sf.basedb.core.data.AnnotationTypeData"
    3444    maxElementsInMemory="100"
Note: See TracChangeset for help on using the changeset viewer.