Class PolymorphicPersistentBean

java.lang.Object
de.ppi.deepsampler.persistence.bean.DefaultPersistentBean
de.ppi.deepsampler.persistence.bean.PolymorphicPersistentBean
All Implemented Interfaces:
PersistentBean

public class PolymorphicPersistentBean
extends DefaultPersistentBean
This class implements the necessary information to persist a bean which has a polymorphic structure. it contains the information of the "true" type not only the type of the parent.
  • Constructor Details

    • PolymorphicPersistentBean

      public PolymorphicPersistentBean()
    • PolymorphicPersistentBean

      public PolymorphicPersistentBean​(java.util.Map<java.lang.String,​java.lang.Object> values, java.lang.String polymorphicBeanType)
  • Method Details

    • getPolymorphicBeanType

      public java.lang.String getPolymorphicBeanType()