To answer my own question, it works to inject the standard repository object with an Autowired field in the custom repository class.
Type: Posts; User: bgrommes; Keyword(s):
To answer my own question, it works to inject the standard repository object with an Autowired field in the custom repository class.
Is there any way to call a method on the standard repository interface such as findAll from a custom repository class. It seems like composing methods from the standard repository with ones from...
The MBeanExporter generates ModelMBeans which don't take advantage of the Open Types used by Open MBeans and MXBeans. I want to expose properties on my management interface which would use the...
I'm using AspectJ to provide a default interface implementation with inter-type member declarations. SpringIDE thinks there is an error in a spring xml config file where bean properties that have...