Class FindAll.Builder

  • All Implemented Interfaces:
    org.apache.avro.data.RecordBuilder

    
    public class FindAll.Builder
    extends SpecificRecordBuilderBase<T> implements RecordBuilder<T>
                        

    RecordBuilder for FindAll instances.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • getEntityClassName

         String getEntityClassName()

        Gets the value of the 'entityClassName' field. the fully qualified entity class name

      • setEntityClassName

         FindAll.Builder setEntityClassName(String value)

        Sets the value of the 'entityClassName' field. the fully qualified entity class name

        Parameters:
        value - The value of 'entityClassName'.
      • getOffset

         int getOffset()

        Gets the value of the 'offset' field. The index of the first result in the query output that should be returned.

      • setOffset

         FindAll.Builder setOffset(int value)

        Sets the value of the 'offset' field. The index of the first result in the query output that should be returned.

        Parameters:
        value - The value of 'offset'.
      • getLimit

         int getLimit()

        Gets the value of the 'limit' field. Limit number of rows in the output query results, after applying the offset. Use the maximum int value if you do not want a lower limit.

      • setLimit

         FindAll.Builder setLimit(int value)

        Sets the value of the 'limit' field. Limit number of rows in the output query results, after applying the offset. Use the maximum int value if you do not want a lower limit.

        Parameters:
        value - The value of 'limit'.
      • hasEntityClassName

         boolean hasEntityClassName()

        Checks whether the 'entityClassName' field has been set. the fully qualified entity class name

      • hasOffset

         boolean hasOffset()

        Checks whether the 'offset' field has been set. The index of the first result in the query output that should be returned.

      • clearOffset

         FindAll.Builder clearOffset()

        Clears the value of the 'offset' field. The index of the first result in the query output that should be returned.

      • hasLimit

         boolean hasLimit()

        Checks whether the 'limit' field has been set. Limit number of rows in the output query results, after applying the offset. Use the maximum int value if you do not want a lower limit.

      • clearLimit

         FindAll.Builder clearLimit()

        Clears the value of the 'limit' field. Limit number of rows in the output query results, after applying the offset. Use the maximum int value if you do not want a lower limit.