Uses of Class
org.apache.openjpa.persistence.MetaDataTag

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.
 



Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.