Class PkblobsWithBLOBs
java.lang.Object
mbg.test.mb3.generated.mixed.hierarchical.model.PkblobsKey
mbg.test.mb3.generated.mixed.hierarchical.model.PkblobsWithBLOBs
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate byte[]This field was generated by MyBatis Generator.private byte[]This field was generated by MyBatis Generator.private StringThis field was generated by MyBatis Generator. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThis method was generated by MyBatis Generator.byte[]getBlob1()This method was generated by MyBatis Generator.byte[]getBlob2()This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.inthashCode()This method was generated by MyBatis Generator.voidsetBlob1(byte[] blob1) This method was generated by MyBatis Generator.voidsetBlob2(byte[] blob2) This method was generated by MyBatis Generator.voidsetCharacterlob(String characterlob) This method was generated by MyBatis Generator.Methods inherited from class mbg.test.mb3.generated.mixed.hierarchical.model.PkblobsKey
getId, setId
-
Field Details
-
blob1
private byte[] blob1This field was generated by MyBatis Generator. This field corresponds to the database column PKBLOBS.BLOB1 -
blob2
private byte[] blob2This field was generated by MyBatis Generator. This field corresponds to the database column PKBLOBS.BLOB2 -
characterlob
This field was generated by MyBatis Generator. This field corresponds to the database column PKBLOBS.CHARACTERLOB
-
-
Constructor Details
-
PkblobsWithBLOBs
public PkblobsWithBLOBs()
-
-
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
-
setBlob1
public void setBlob1(byte[] blob1) This method was generated by MyBatis Generator. This method sets the value of the database column PKBLOBS.BLOB1- Parameters:
blob1- the value for 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
-
setBlob2
public void setBlob2(byte[] blob2) This method was generated by MyBatis Generator. This method sets the value of the database column PKBLOBS.BLOB2- Parameters:
blob2- the value for PKBLOBS.BLOB2
-
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
-
setCharacterlob
This method was generated by MyBatis Generator. This method sets the value of the database column PKBLOBS.CHARACTERLOB- Parameters:
characterlob- the value for PKBLOBS.CHARACTERLOB
-
equals
This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS- Overrides:
equalsin classPkblobsKey
-
hashCode
public int hashCode()This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS- Overrides:
hashCodein classPkblobsKey
-