Class RelationsInfo


  • public class RelationsInfo
    extends java.lang.Object
    • Constructor Detail

      • RelationsInfo

        @Deprecated(since="2105",
                    forRemoval=true)
        public RelationsInfo()
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 2105 - use builder() and RelationsInfo.RelationsInfoBuilder.build() to create instance of this class
    • Method Detail

      • getForeignKeyAttrPk

        public org.apache.commons.lang3.tuple.Pair<java.lang.String,​PK> getForeignKeyAttrPk()
      • getRelationQualifier

        public java.lang.String getRelationQualifier()
      • getTypeOfCollection

        public int getTypeOfCollection()
      • getTargetItemType

        public java.lang.String getTargetItemType()
      • getOrderingQualifier

        public java.lang.String getOrderingQualifier()
      • isOrderingAsc

        public boolean isOrderingAsc()