Class PkfieldsblobsWithBLOBs
java.lang.Object
mbg.test.mb3.generated.mixed.hierarchical.Immutable.Model.PkfieldsblobsKey
mbg.test.mb3.generated.mixed.hierarchical.Immutable.Model.Pkfieldsblobs
mbg.test.mb3.generated.mixed.hierarchical.Immutable.Model.PkfieldsblobsWithBLOBs
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate byte[]This field was generated by MyBatis Generator. -
Constructor Summary
ConstructorsConstructorDescriptionPkfieldsblobsWithBLOBs(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.Methods inherited from class mbg.test.mb3.generated.mixed.hierarchical.Immutable.Model.Pkfieldsblobs
getFirstname, getLastnameMethods inherited from class mbg.test.mb3.generated.mixed.hierarchical.Immutable.Model.PkfieldsblobsKey
getId1, getId2
-
Field Details
-
blob1
private byte[] blob1This field was generated by MyBatis Generator. This field corresponds to the database column PKFIELDSBLOBS.BLOB1
-
-
Constructor Details
-
Method Details
-
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
-