![JAR search and dependency download from the Maven repository](/logo.png)
com.despegar.integration.mongo.id.IdGenerator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mongo-connector Show documentation
Show all versions of mongo-connector Show documentation
Helper component to connect to mongo fast and easy
package com.despegar.integration.mongo.id;
public interface IdGenerator {
T generateId(String collectionName);
Boolean validateId(Object id);
void updateId(String collectionName, Object id);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy