Class MiddleComponentData

java.lang.Object
org.hibernate.envers.internal.entities.mapper.relation.MiddleComponentData

public final class MiddleComponentData extends Object
A data holder for a middle relation component (which is either the collection element or index): - component mapper used to map the component to and from versions entities - an index, which specifies in which element of the array returned by the query for reading the collection the data of the component is
  • Constructor Details

  • Method Details

    • getComponentMapper

      public MiddleComponentMapper getComponentMapper()
    • getComponentIndex

      public int getComponentIndex()