![JAR search and dependency download from the Maven repository](/logo.png)
tech.ytsaurus.client.rows.EntityUtil Maven / Gradle / Ivy
package tech.ytsaurus.client.rows;
import static tech.ytsaurus.core.utils.ClassUtils.anyOfAnnotationsPresent;
public class EntityUtil {
private EntityUtil() {
}
public static boolean isEntityAnnotationPresent(Class> clazz) {
return anyOfAnnotationsPresent(clazz, JavaPersistenceApi.entityAnnotations());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy