Package org.ejbca.core.ejb.ra.userdatasource

Examples of org.ejbca.core.ejb.ra.userdatasource.UserDataSourceData


  }

  public void testUserDataSourceData() {
    LOG.trace(">testUserDataSourceData");
    logMemStats();
    UserDataSourceData entity = new UserDataSourceData();
    entity.setData(CLOB_100KiB);
    entity.setId(BOGUS_INTEGER);
    entity.setName(VARCHAR_250B);
    entity.setRowProtection(CLOB_10KiB);
    entity.setRowVersion(0);
    entity.setUpdateCounter(0);
    storeAndRemoveEntity(entity);
    LOG.trace("<testUserDataSourceData");
  }
View Full Code Here

TOP

Related Classes of org.ejbca.core.ejb.ra.userdatasource.UserDataSourceData

Copyright © 2018 www.massapicom. 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.