Class Pkfieldsblobs
java.lang.Object
mbg.test.mb3.generated.conditional.immutable.model.PkfieldsblobsKey
mbg.test.mb3.generated.conditional.immutable.model.Pkfieldsblobs
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPkfieldsblobs(Integer id1, Integer id2, String firstname, String lastname) This method was generated by MyBatis Generator.Pkfieldsblobs(Integer id1, Integer id2, String firstname, String lastname, byte[] blob1) This method was generated by MyBatis Generator. -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getBlob1()This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.This method was generated by MyBatis Generator.Methods inherited from class mbg.test.mb3.generated.conditional.immutable.model.PkfieldsblobsKey
getId1, getId2
-
Field Details
-
firstname
This field was generated by MyBatis Generator. This field corresponds to the database column PKFIELDSBLOBS.FIRSTNAME -
lastname
This field was generated by MyBatis Generator. This field corresponds to the database column PKFIELDSBLOBS.LASTNAME -
blob1
private byte[] blob1This field was generated by MyBatis Generator. This field corresponds to the database column PKFIELDSBLOBS.BLOB1
-
-
Constructor Details
-
Pkfieldsblobs
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS -
Pkfieldsblobs
This method was generated by MyBatis Generator. This method corresponds to the database table PKFIELDSBLOBS
-
-
Method Details
-
getFirstname
This method was generated by MyBatis Generator. This method returns the value of the database column PKFIELDSBLOBS.FIRSTNAME- Returns:
- the value of PKFIELDSBLOBS.FIRSTNAME
-
getLastname
This method was generated by MyBatis Generator. This method returns the value of the database column PKFIELDSBLOBS.LASTNAME- Returns:
- the value of PKFIELDSBLOBS.LASTNAME
-
getBlob1
public byte[] getBlob1()This method was generated by MyBatis Generator. This method returns the value of the database column PKFIELDSBLOBS.BLOB1- Returns:
- the value of PKFIELDSBLOBS.BLOB1
-