| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MetaDataTag | |
|---|---|
| org.apache.openjpa.persistence | OpenJPA JPA | 
| Uses of MetaDataTag in org.apache.openjpa.persistence | 
|---|
| Methods in org.apache.openjpa.persistence that return MetaDataTag | |
|---|---|
| static MetaDataTag | MetaDataTag.valueOf(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. | 
| Methods in org.apache.openjpa.persistence with parameters of type MetaDataTag | |
|---|---|
| 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(Class cls,
                               Collection<LifecycleCallbacks> callbacks,
                               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. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||