public interface CallbackBuilder
Modifier and Type | Interface and Description |
---|---|
static interface |
CallbackBuilder.CallbackRegistrar
Represents the target of JPA callback registrations as part the EntityCallbackBuilder
|
Modifier and Type | Method and Description |
---|---|
void |
buildCallbacksForEmbeddable(Property embeddableProperty,
String entityClassName,
CallbackBuilder.CallbackRegistrar callbackRegistrar) |
void |
buildCallbacksForEntity(String entityClassName,
CallbackBuilder.CallbackRegistrar callbackRegistrar) |
void |
release() |
void buildCallbacksForEntity(String entityClassName, CallbackBuilder.CallbackRegistrar callbackRegistrar)
void buildCallbacksForEmbeddable(Property embeddableProperty, String entityClassName, CallbackBuilder.CallbackRegistrar callbackRegistrar)
void release()
Copyright © 2019 JBoss by Red Hat. All rights reserved.