Annotation Type PostgreSQLRepository
-
@Documented @Retention(CLASS) @Target(TYPE) public @interface PostgreSQLRepository
Denotes that an interface is a dynamic generated PostgreSQL data repository.- Since:
- 0.1
- Author:
- nedis
- See Also:
DataRepositoryGeneratorConfig
,RepositoryFactory
,PostgreSQLConfig
,PostgreSQLClientFactory
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description String
configNameSpace
Returns the config namespace for the current repository.
-
-
-
Element Detail
-
configNameSpace
String configNameSpace
Returns the config namespace for the current repository.- Returns:
- the config namespace for the current repository
- Default:
- "postgre-sql"
-
-