java.lang.Object
mbg.test.mb3.generated.mixed.hierarchical.Immutable.Model.PkblobsKey
mbg.test.mb3.generated.mixed.hierarchical.Immutable.Model.PkblobsWithBLOBs

public class PkblobsWithBLOBs extends PkblobsKey
  • 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 String
    This field was generated by MyBatis Generator.
  • Constructor Summary

    Constructors
    Constructor
    Description
    PkblobsWithBLOBs(Integer id, byte[] blob1, byte[] blob2, String characterlob)
    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.
    This method was generated by MyBatis Generator.

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

    getId

    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 PKBLOBS.BLOB1
    • blob2

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

      private String characterlob
      This field was generated by MyBatis Generator. This field corresponds to the database column PKBLOBS.CHARACTERLOB
  • Constructor Details

    • PkblobsWithBLOBs

      public PkblobsWithBLOBs(Integer id, byte[] blob1, byte[] blob2, String characterlob)
      This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
  • Method Details

    • getBlob1

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

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

      public String getCharacterlob()
      This method was generated by MyBatis Generator. This method returns the value of the database column PKBLOBS.CHARACTERLOB
      Returns:
      the value of PKBLOBS.CHARACTERLOB