Uses of Enum Class
cn.net.vidyo.framework.data.jpa.dao.Event
Packages that use Event
-
Uses of Event in cn.net.vidyo.framework.data.jpa.dao
Methods in cn.net.vidyo.framework.data.jpa.dao that return EventModifier and TypeMethodDescriptionstatic EventReturns the enum constant of this class with the specified name.static Event[]Event.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cn.net.vidyo.framework.data.jpa.dao with parameters of type EventModifier and TypeMethodDescriptionvoidCommonJpaRepositoryImpl.batchInvokeEvent(Collection targets, Event event) voidEntityEventCallback.batchInvokeEvent(Collection targets, Event event) voidCommonJpaRepositoryImpl.invokeEvent(Object target, Event event) voidEntityEventCallback.invokeEvent(Object target, Event event) -
Uses of Event in cn.net.vidyo.framework.data.jpa.dao.support
Methods in cn.net.vidyo.framework.data.jpa.dao.support that return types with arguments of type EventModifier and TypeMethodDescriptionDefaultEntityEventCallback.getClassEventMethods(Class aClass) DefaultEntityEventCallback.getEventMap(Class<T> clazz) Methods in cn.net.vidyo.framework.data.jpa.dao.support with parameters of type EventModifier and TypeMethodDescriptionvoidDefaultEntityEventCallback.batchInvokeEvent(Collection targets, Event event) static MethodDefaultEntityEventCallback.getClassEventMethod(Class aClass, Event event) voidDefaultEntityEventCallback.invokeEvent(Object target, Event event)