Class Pkfieldsblobs
java.lang.Object
mbg.test.mb3.generated.hierarchical.immutable.model.PkfieldsblobsKey
mbg.test.mb3.generated.hierarchical.immutable.model.Pkfieldsblobs
- Direct Known Subclasses:
PkfieldsblobsWithBLOBs
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPkfieldsblobs(Integer id1, Integer id2, String firstname, String lastname) This method was generated by MyBatis Generator. -
Method Summary
Modifier and TypeMethodDescriptionThis method was generated by MyBatis Generator.This method was generated by MyBatis Generator.Methods inherited from class mbg.test.mb3.generated.hierarchical.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
-
-
Constructor Details
-
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
-