Class PkblobsWithBLOBs
java.lang.Object
mbg.test.mb3.generated.mixed.hierarchical.Immutable.Model.PkblobsKey
mbg.test.mb3.generated.mixed.hierarchical.Immutable.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
ConstructorsConstructorDescriptionPkblobsWithBLOBs(Integer id, byte[] blob1, byte[] blob2, String characterlob) This method was generated by MyBatis Generator. -
Method Summary
Methods inherited from class mbg.test.mb3.generated.mixed.hierarchical.Immutable.Model.PkblobsKey
getId
-
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
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
This method was generated by MyBatis Generator. This method returns the value of the database column PKBLOBS.CHARACTERLOB- Returns:
- the value of PKBLOBS.CHARACTERLOB
-