Examples of AdminPreferencesData


Examples of org.ejbca.core.ejb.ra.raadmin.AdminPreferencesData

  }

  public void testAdminPreferencesData() {
    LOG.trace(">testAdminPreferencesData");
    logMemStats();
    AdminPreferencesData entity = new AdminPreferencesData();
    entity.setDataUnsafe(HASHMAP_200K);
    entity.setId(VARCHAR_250B);
    entity.setRowProtection(CLOB_10KiB);
    entity.setRowVersion(0);
    storeAndRemoveEntity(entity);
    LOG.trace("<testAdminPreferencesData");
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.