Class HibernatePersistentSortedMapConverter

All Implemented Interfaces:
Converter, ConverterMatcher

public class HibernatePersistentSortedMapConverter extends TreeMapConverter
A converter for Hibernate's PersistentSortedMap and for the SortedMapProxy from Hibernate's Envers add-on. The converter will drop any reference to the Hibernate collection and emit at serialization time an equivalent JDK collection instead.
Since:
1.4
  • Constructor Details

    • HibernatePersistentSortedMapConverter

      public HibernatePersistentSortedMapConverter(Mapper mapper)
      Construct a HibernatePersistentSortedMapConverter.
      Parameters:
      mapper -
      Since:
      1.4
  • Method Details