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,
Class entityClass,
CallbackBuilder.CallbackRegistrar callbackRegistrar) |
void |
buildCallbacksForEntity(Class entityClass,
CallbackBuilder.CallbackRegistrar callbackRegistrar) |
void |
release() |
void buildCallbacksForEntity(Class entityClass, CallbackBuilder.CallbackRegistrar callbackRegistrar)
void buildCallbacksForEmbeddable(Property embeddableProperty, Class entityClass, CallbackBuilder.CallbackRegistrar callbackRegistrar)
void release()
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.