abstractpublic class LOBBean implements EntityBean(Code)
Implementaton of a CMP2 entity bean that is intended to demonstrate the
storage of large text and binary objects.
See Also: javax.ejb.EntityBean version: $Revision: 57211 $ author: Steve Coy author: Alexey Loubyansky
Sets the value of the large string attribute.
The idea here is to store it in a CLOB object in associated database table
so that we can check the container's LOB functionality properly.
Parameters: s -
Sets the content of the large binary object.
The idea here is to store it in a BLOB object in the associated database
table so that we check the container's LOB functionality properly.
Parameters: data -