Class RepositoryMethodInvocationHandler
java.lang.Object
cloud.quinimbus.persistence.repositories.RepositoryMethodInvocationHandler
- Direct Known Subclasses:
FindAllIDsMethodInvocationHandler, FindAllMethodInvocationHandler, FindFilteredByMethodNameInvocationHandler, FindFilteredMethodInvocationHandler, FindIDsFilteredMethodInvocationHandler, FindMethodInvocationHandler, FindOneMethodInvocationHandler, RemoveMethodInvocationHandler, SaveMethodInvocationHandler
-
Constructor Summary
ConstructorsConstructorDescriptionRepositoryMethodInvocationHandler(Class<?> iface, Method method, PersistenceContext persistenceContext) -
Method Summary
-
Constructor Details
-
RepositoryMethodInvocationHandler
public RepositoryMethodInvocationHandler(Class<?> iface, Method method, PersistenceContext persistenceContext) throws InvalidRepositoryDefinitionException
-
-
Method Details
-
invoke
-