Right now entity handler methods are automatically detected by FederationSchemaFactory based on EntityMapping annotations by
|
protected Set<M> detectHandlerMethods() { |
It would seem that it would be very simple to add an option to add such handler methods manually, for example you could add method like
FederationSchemaFactory.setEntityHandler(entityName, handlerMethod)
It would also be useful to be able to access a list of those methods