@Retention(value=RUNTIME) @Target(value={METHOD,TYPE,ANNOTATION_TYPE}) @Documented @Inherited public @interface EntityDelete
public abstract Class<?> table
public abstract String alias
public abstract String entityKey
public abstract String whereKey
public abstract ColumnPredicate columnPredicate
Copyright © 2024 fossc. All rights reserved.