![JAR search and dependency download from the Maven repository](/logo.png)
com.despegar.integration.mongo.entities.GenericIdentifiableEntity 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.entities;
public interface GenericIdentifiableEntity{
Type getId();
void setId(Type id);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy