}
public void testHardTokenProfileData() {
LOG.trace(">testHardTokenProfileData");
logMemStats();
HardTokenProfileData entity = new HardTokenProfileData();
entity.setData(CLOB_1MiB);
entity.setId(BOGUS_INTEGER);
entity.setName(VARCHAR_250B);
entity.setRowProtection(CLOB_10KiB);
entity.setRowVersion(0);
entity.setUpdateCounter(0);
storeAndRemoveEntity(entity);
LOG.trace("<testHardTokenProfileData");
}