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

com.bq.oss.lib.mongo.IdGenerator Maven / Gradle / Ivy

/*
 * Copyright (C) 2013 StarTIC
 */
package com.bq.oss.lib.mongo;

/**
 * @author Alexander De Leon
 * 
 */
public interface IdGenerator {

	String generateId(E entity);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy