Class FieldsblobsWithBLOBs

java.lang.Object
mbg.test.mb3.generated.mixed.hierarchical.Immutable.Model.Fieldsblobs
mbg.test.mb3.generated.mixed.hierarchical.Immutable.Model.FieldsblobsWithBLOBs

public class FieldsblobsWithBLOBs extends Fieldsblobs
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private byte[]
    This field was generated by MyBatis Generator.
    private byte[]
    This field was generated by MyBatis Generator.
    private byte[]
    This field was generated by MyBatis Generator.
  • Constructor Summary

    Constructors
    Constructor
    Description
    FieldsblobsWithBLOBs(String firstname, String lastname, byte[] blob1, byte[] blob2, byte[] blob3)
    This method was generated by MyBatis Generator.
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    This method was generated by MyBatis Generator.
    byte[]
    This method was generated by MyBatis Generator.
    byte[]
    This method was generated by MyBatis Generator.

    Methods inherited from class mbg.test.mb3.generated.mixed.hierarchical.Immutable.Model.Fieldsblobs

    getFirstname, getLastname

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • blob1

      private byte[] blob1
      This field was generated by MyBatis Generator. This field corresponds to the database column FIELDSBLOBS.BLOB1
    • blob2

      private byte[] blob2
      This field was generated by MyBatis Generator. This field corresponds to the database column FIELDSBLOBS.BLOB2
    • blob3

      private byte[] blob3
      This field was generated by MyBatis Generator. This field corresponds to the database column FIELDSBLOBS.BLOB3
  • Constructor Details

    • FieldsblobsWithBLOBs

      public FieldsblobsWithBLOBs(String firstname, String lastname, byte[] blob1, byte[] blob2, byte[] blob3)
      This method was generated by MyBatis Generator. This method corresponds to the database table FIELDSBLOBS
  • Method Details

    • getBlob1

      public byte[] getBlob1()
      This method was generated by MyBatis Generator. This method returns the value of the database column FIELDSBLOBS.BLOB1
      Returns:
      the value of FIELDSBLOBS.BLOB1
    • getBlob2

      public byte[] getBlob2()
      This method was generated by MyBatis Generator. This method returns the value of the database column FIELDSBLOBS.BLOB2
      Returns:
      the value of FIELDSBLOBS.BLOB2
    • getBlob3

      public byte[] getBlob3()
      This method was generated by MyBatis Generator. This method returns the value of the database column FIELDSBLOBS.BLOB3
      Returns:
      the value of FIELDSBLOBS.BLOB3