@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 © 2016 The Apache Software Foundation. All rights reserved.