DATAGRAPH-319 - Compile Error in EnableNeo4jRepositories due to JDK issue

This commit is contained in:
Michael Hunger
2012-12-19 10:47:07 +01:00
parent 922423f9bd
commit 29ebf864ff

View File

@@ -90,7 +90,7 @@ public @interface EnableNeo4jRepositories {
* Returns the key of the {@link QueryLookupStrategy} to be used for lookup queries for query methods. Defaults to
* {@link Key#CREATE_IF_NOT_FOUND}.
*/
Key queryLookupStrategy() default Key.CREATE_IF_NOT_FOUND;
Key queryLookupStrategy() default org.springframework.data.repository.query.QueryLookupStrategy.Key.CREATE_IF_NOT_FOUND;
/**
* Returns the {@link FactoryBean} class to be used for each repository instance. Defaults to