Class MappingDirection


  • public final class MappingDirection
    extends Object
    • Field Detail

      • BI_DIRECTIONAL

        public static final MappingDirection BI_DIRECTIONAL
        Default mapping approach when a to b to a' then a == a'
      • ONE_WAY

        public static final MappingDirection ONE_WAY
        Unidirectional mapping when a to b to a' then a != a'