@Retention(value=RUNTIME) @Target(value=TYPE) @Documented @Import(value=EasyormRepositoryRegistrar.class) public @interface EnableEasyormRepository
{@codeReactiveRepository,
SyncRepository| 限定符和类型 | 可选元素和说明 |
|---|---|
Class<? extends Annotation>[] |
annotation |
boolean |
nonReactive
是否开启非响应式操作,在使用WebFlux时,不建议开启
|
boolean |
reactive |
public abstract String[] value
com.company.project.entity
public abstract Class<? extends Annotation>[] annotation
JpaEntityTableMetadataParserCopyright © 2016–2022. All rights reserved.