@Retention(value=RUNTIME) @Target(value=TYPE) @Documented @Import(value=EasyormRepositoryRegistrar.class) public @interface EnableEasyormRepository
ReactiveRepository,
SyncRepository| Modifier and Type | Required Element and Description |
|---|---|
String[] |
value
实体类包名:
|
| Modifier and Type | Optional Element and Description |
|---|---|
Class<? extends Annotation>[] |
annotation |
boolean |
nonReactive |
boolean |
reactive |
public abstract String[] value
com.company.project.entity
public abstract Class<? extends Annotation>[] annotation
JpaEntityTableMetadataParserCopyright © 2016–2021. All rights reserved.