io.appform.dropwizard.sharding.dao.UpdateOperationMeta Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of db-sharding-bundle Show documentation
Show all versions of db-sharding-bundle Show documentation
Application layer database sharding over SQL dbs
package io.appform.dropwizard.sharding.dao;
import lombok.Builder;
import lombok.Data;
import java.util.Map;
@Data
@Builder
public class UpdateOperationMeta {
private String queryName;
private Map params;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy