All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nl.renarj.jasdb.service.IdGenerator Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package nl.renarj.jasdb.service;

import nl.renarj.jasdb.core.exceptions.JasDBStorageException;

/**
 * User: renarj
 * Date: 2/10/12
 * Time: 10:43 AM
 */
public interface IdGenerator {
    public String generateNewId() throws JasDBStorageException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy