public class JpaPostLoadEventListener extends Object implements PostLoadEventListener, CallbackRegistryConsumer
Constructor and Description |
---|
JpaPostLoadEventListener() |
JpaPostLoadEventListener(CallbackRegistry callbackRegistry) |
Modifier and Type | Method and Description |
---|---|
void |
injectCallbackRegistry(CallbackRegistry callbackRegistry)
Injection of the CallbackRegistry
|
void |
onPostLoad(PostLoadEvent event) |
public JpaPostLoadEventListener()
public JpaPostLoadEventListener(CallbackRegistry callbackRegistry)
public void injectCallbackRegistry(CallbackRegistry callbackRegistry)
CallbackRegistryConsumer
injectCallbackRegistry
in interface CallbackRegistryConsumer
callbackRegistry
- The CallbackRegistrypublic void onPostLoad(PostLoadEvent event)
onPostLoad
in interface PostLoadEventListener
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.