codegen subpage
[yosql.git] / yosql-benchmarks / yosql-benchmarks-common-scenarios / src / main / java / wtf / metio / yosql / benchmarks / common / WriteSingleEntity.java
blob255f26e2b0b16ff0f5a761bc356c154a25f2b5fc
1 /*
2 * This file is part of yosql. It is subject to the license terms in the LICENSE file found in the top-level
3 * directory of this distribution and at http://creativecommons.org/publicdomain/zero/1.0/. No part of yosql,
4 * including this file, may be copied, modified, propagated, or distributed except according to the terms contained
5 * in the LICENSE file.
6 */
8 package wtf.metio.yosql.benchmarks.common;
10 public interface WriteSingleEntity {
12 void writeSingleEntity();