Class Pkblobs
java.lang.Object
mbg.test.mb3.generated.conditional.immutable.model.Pkblobs
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
This field was generated by MyBatis Generator. This field corresponds to the database column PKBLOBS.ID -
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
-
Pkblobs
This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS -
Pkblobs
This method was generated by MyBatis Generator. This method corresponds to the database table PKBLOBS
-
-
Method Details
-
getId
This method was generated by MyBatis Generator. This method returns the value of the database column PKBLOBS.ID- Returns:
- the value of PKBLOBS.ID
-
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
-