}
public void testLogEntryData() {
LOG.trace(">testLogEntryData");
logMemStats();
LogEntryData entity = new LogEntryData();
entity.setAdminData(VARCHAR_250B);
entity.setAdminType(0);
entity.setCaId(0);
entity.setCertificateSNR(VARCHAR_250B);
entity.setEvent(0);
entity.setId(BOGUS_INTEGER);
entity.setLogComment(VARCHAR_250B);
entity.setModule(0);
entity.setRowProtection(CLOB_10KiB);
entity.setRowVersion(0);
entity.setTime(0L);
entity.setUsername(VARCHAR_250B);
storeAndRemoveEntity(entity);
LOG.trace("<testLogEntryData");
}