com.xlvchao.clickhouse.annotation.TableName Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clickhouse-highlevel-sinker Show documentation
Show all versions of clickhouse-highlevel-sinker Show documentation
High Performance SDK for Batch Write ClickHouse Database!
The newest version!
package com.xlvchao.clickhouse.annotation;
import java.lang.annotation.*;
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface TableName {
String value() default "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy