| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.instance | |
| org.batoo.jpa.core.impl.manager | |
| org.batoo.jpa.core.impl.model | |
| org.batoo.jpa.parser.metadata |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedInstance.fireCallbacks(EntityListenerMetadata.EntityListenerType type)
Fires the callbacks.
|
| Modifier and Type | Method and Description |
|---|---|
EntityListenerMetadata.EntityListenerType |
Callback.getListenerType()
Returns the listener type of the Callback.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CallbackManager.fireCallbacks(Object instance,
EntityListenerMetadata.EntityListenerType type)
Fires the callbacks.
|
| Constructor and Description |
|---|
Callback(AbstractLocator locator,
Class<?> clazz,
String name,
EntityListenerMetadata.EntityListenerType listenerType,
Callback.CallbackType callbackType) |
| Modifier and Type | Method and Description |
|---|---|
void |
IdentifiableTypeImpl.fireCallbacks(boolean self,
Object instance,
EntityListenerMetadata.EntityListenerType type)
Fires the callbacks.
|
void |
MetamodelImpl.fireCallbacks(Object instance,
EntityListenerMetadata.EntityListenerType type)
Fires the callbacks.
|
void |
EntityTypeImpl.fireCallbacks(Object instance,
EntityListenerMetadata.EntityListenerType type)
Fires the callbacks.
|
| Modifier and Type | Method and Description |
|---|---|
EntityListenerMetadata.EntityListenerType |
CallbackMetadata.getType()
Returns the type of the callback.
|
static EntityListenerMetadata.EntityListenerType |
EntityListenerMetadata.EntityListenerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityListenerMetadata.EntityListenerType[] |
EntityListenerMetadata.EntityListenerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.