Package | Description |
---|---|
org.apache.openjpa.persistence |
OpenJPA JPA
|
Modifier and Type | Method and Description |
---|---|
static MetaDataTag |
MetaDataTag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MetaDataTag[] |
MetaDataTag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static int[] |
MetaDataParsers.getEventTypes(MetaDataTag tag,
OpenJPAConfiguration conf)
Return the event type constants for the given tag, or null if none.
|
static void |
MetaDataParsers.validateMethodsForSameCallback(java.lang.Class cls,
java.util.Collection<LifecycleCallbacks> callbacks,
java.lang.reflect.Method method,
MetaDataTag tag,
OpenJPAConfiguration conf,
Log log)
Validate that the given listener class does not have multiple methods
listening for the same lifecycle event, which is forbidden by the spec.
|
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.