Class PersistentBagConverter

java.lang.Object
com.github.dozermapper.core.DozerConverter<org.hibernate.collection.internal.PersistentBag,List>
org.openwms.wms.app.PersistentBagConverter
All Implemented Interfaces:
com.github.dozermapper.core.ConfigurableCustomConverter, com.github.dozermapper.core.CustomConverter

public class PersistentBagConverter extends com.github.dozermapper.core.DozerConverter<org.hibernate.collection.internal.PersistentBag,List>
A PersistentBagConverter.
Author:
Heiko Scherrer
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hibernate.collection.internal.PersistentBag
    convertFrom(List source, org.hibernate.collection.internal.PersistentBag destination)
     
    convertTo(org.hibernate.collection.internal.PersistentBag source, List destination)
     

    Methods inherited from class com.github.dozermapper.core.DozerConverter

    convert, convertFrom, convertTo, getParameter, setParameter

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PersistentBagConverter

      public PersistentBagConverter()
  • Method Details

    • convertTo

      public List convertTo(org.hibernate.collection.internal.PersistentBag source, List destination)
      Specified by:
      convertTo in class com.github.dozermapper.core.DozerConverter<org.hibernate.collection.internal.PersistentBag,List>
    • convertFrom

      public org.hibernate.collection.internal.PersistentBag convertFrom(List source, org.hibernate.collection.internal.PersistentBag destination)
      Specified by:
      convertFrom in class com.github.dozermapper.core.DozerConverter<org.hibernate.collection.internal.PersistentBag,List>