@Stereotype @Retention(value=RUNTIME) @Target(value=TYPE) @Inherited public @interface Repository
| Modifier and Type | Optional Element and Description | 
|---|---|
Class<?> | 
forEntity
Relates the repository to a specific Entity. 
 | 
String | 
methodPrefix
The method prefix for method expressions. 
 | 
public abstract Class<?> forEntity
public abstract String methodPrefix
Copyright © 2017 The Apache Software Foundation. All rights reserved.