类 AliasedTupleSubsetResultTransformer

    • 构造器详细资料

      • AliasedTupleSubsetResultTransformer

        public AliasedTupleSubsetResultTransformer()
    • 方法详细资料

      • includeInTransform

        public boolean[] includeInTransform​(String[] aliases,
                                            int tupleLength)
        从接口复制的说明: TupleSubsetResultTransformer
        Returns an array with the i-th element indicating whether the i-th element of the tuple is included in the transformed value.
        指定者:
        includeInTransform 在接口中 TupleSubsetResultTransformer
        参数:
        aliases - - the aliases that correspond to the tuple
        tupleLength - - the number of elements in the tuple
        返回:
        array with the i-th element indicating whether the i-th element of the tuple is included in the transformed value.