Uses of Class
com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalError

Packages that use JDOMetaDataFatalError
com.sun.jdo.api.persistence.enhancer.meta   
 

Uses of JDOMetaDataFatalError in com.sun.jdo.api.persistence.enhancer.meta
 

Methods in com.sun.jdo.api.persistence.enhancer.meta that throw JDOMetaDataFatalError
 int ExtendedJDOMetaData.getClassModifiers(String classname)
          Gets the modifiers of a class.
 int JDOMetaDataPropertyImpl.getFieldFlags(String classPath, String fieldName)
           
 int ExtendedJDOMetaData.getFieldFlags(String classPath, String fieldName)
          Returns the field flags for a declared field of a class.
 int[] JDOMetaDataPropertyImpl.getFieldFlags(String classPath, String[] fieldNames)
           
 int[] ExtendedJDOMetaData.getFieldFlags(String classPath, String[] fieldNames)
          Returns the field flags for some declared, managed fields of a class.
 int ExtendedJDOMetaData.getFieldModifiers(String classname, String fieldname)
          Gets the modifiers of a field.
 int JDOMetaDataTimer.getFieldNo(String classPath, String fieldName)
           
 int JDOMetaDataPropertyImpl.getFieldNo(String classPath, String fieldName)
          Returns the unique field index of a declared, persistent field of a class.
 int JDOMetaDataModelImpl.getFieldNo(String classPath, String fieldName)
          Returns the unique field index of a declared, persistent field of a class.
 int JDOMetaData.getFieldNo(String classPath, String fieldName)
          Returns the unique field index of a declared, persistent field of a class.
 int[] JDOMetaDataPropertyImpl.getFieldNo(String classPath, String[] fieldNames)
           
 int[] ExtendedJDOMetaData.getFieldNo(String classPath, String[] fieldNames)
          Returns the unique field index of some declared, managed fields of a class.
 String ExtendedJDOMetaData.getFieldType(String classname, String fieldname)
          Gets the type of a field.
 String[] ExtendedJDOMetaData.getFieldType(String classname, String[] fieldnames)
          Gets the type of some fields.
 String JDOMetaDataPropertyImpl.getKeyClass(String classPath)
           
 String ExtendedJDOMetaData.getKeyClass(String classPath)
          Returns the name of the key class of a class.
 String[] JDOMetaDataPropertyImpl.getKeyFields(String classPath)
           
 String[] ExtendedJDOMetaData.getKeyFields(String classPath)
          Returns an array of field names of all key fields of a class.
 String[] ExtendedJDOMetaData.getKnownClasses()
          Gets all known classnames.
 String[] ExtendedJDOMetaData.getKnownFields(String classname)
          Gets all known fieldnames of a class.
 String[] JDOMetaDataTimer.getManagedFields(String classPath)
           
 String[] JDOMetaDataModelImpl.getManagedFields(String classPath)
          Returns an array of field names of all declared persistent and transactional fields of a class.
 String[] JDOMetaData.getManagedFields(String classPath)
          Returns an array of field names of all declared persistent and transactional fields of a class.
 String JDOMetaDataTimer.getPersistenceCapableRootClass(String classPath)
           
 String JDOMetaDataPropertyImpl.getPersistenceCapableRootClass(String classPath)
          Returns the name of the persistence-capable root class of a class.
 String JDOMetaDataModelImpl.getPersistenceCapableRootClass(String classPath)
          Returns the name of the persistence-capable root class of a class.
 String JDOMetaData.getPersistenceCapableRootClass(String classPath)
          Returns the name of the persistence-capable root class of a class.
 String JDOMetaDataPropertyImpl.getPersistenceCapableSuperClass(String classPath)
           
 String ExtendedJDOMetaData.getPersistenceCapableSuperClass(String classPath)
          Returns the name of the persistence-capable superclass of a class.
 String JDOMetaDataTimer.getSuperClass(String classPath)
           
 String JDOMetaDataModelImpl.getSuperClass(String classPath)
          Returns the name of the superclass of a class.
 String JDOMetaData.getSuperClass(String classPath)
          Returns the name of the superclass of a class.
 String JDOMetaDataPropertyImpl.getSuperKeyClass(String classPath)
           
 String ExtendedJDOMetaData.getSuperKeyClass(String classPath)
          Returns the name of the key class of the next persistence-capable superclass that defines one.
 boolean JDOMetaDataTimer.isDefaultFetchGroupField(String classPath, String fieldName)
           
 boolean JDOMetaDataPropertyImpl.isDefaultFetchGroupField(String classPath, String fieldName)
          Tests whether a field of a class is known to be part of the Default Fetch Group.
 boolean JDOMetaDataModelImpl.isDefaultFetchGroupField(String classPath, String fieldName)
          Tests whether a field of a class is known to be part of the Default Fetch Group.
 boolean JDOMetaData.isDefaultFetchGroupField(String classPath, String fieldName)
          Tests whether a field of a class is known to be part of the Default Fetch Group.
 boolean JDOMetaDataPropertyImpl.isKeyField(String classPath, String fieldName)
           
 boolean ExtendedJDOMetaData.isKeyField(String classPath, String fieldName)
          Returns whether a field of a class is key.
 boolean ExtendedJDOMetaData.isKnownNonManagedField(String classPath, String fieldName, String fieldSig)
          Returns whether a field of a class is known to be non-managed.
 boolean JDOMetaDataPropertyImpl.isManagedField(String classPath, String fieldName)
           
 boolean ExtendedJDOMetaData.isManagedField(String classPath, String fieldName)
          Returns whether a field of a class is transient transactional or persistent.
 boolean JDOMetaDataTimer.isMutableSecondClassObjectType(String classPath)
           
 boolean JDOMetaDataPropertyImpl.isMutableSecondClassObjectType(String classPath)
          Tests whether a type is known for Mutable Second Class Objects.
 boolean JDOMetaDataModelImpl.isMutableSecondClassObjectType(String classPath)
          Tests whether a type is known for Mutable Second Class Objects.
 boolean JDOMetaData.isMutableSecondClassObjectType(String classPath)
          Tests whether a class is known as type for Mutable Second Class Objects.
 boolean JDOMetaDataTimer.isPersistenceCapableClass(String classPath)
           
 boolean JDOMetaDataPropertyImpl.isPersistenceCapableClass(String classPath)
          Tests whether a class is known to be persistence-capable.
 boolean JDOMetaDataModelImpl.isPersistenceCapableClass(String classPath)
          Tests whether a class is known to be persistence-capable.
 boolean JDOMetaData.isPersistenceCapableClass(String classPath)
          Tests whether a class is known to be persistence-capable.
 boolean JDOMetaDataTimer.isPersistenceCapableRootClass(String classPath)
           
 boolean JDOMetaDataPropertyImpl.isPersistenceCapableRootClass(String classPath)
          Tests whether a class is known as a persistence-capable root class.
 boolean JDOMetaDataModelImpl.isPersistenceCapableRootClass(String classPath)
          Tests whether a class is known as a persistence-capable root class.
 boolean JDOMetaData.isPersistenceCapableRootClass(String classPath)
          Tests whether a class is known as a persistence-capable root class.
 boolean JDOMetaDataTimer.isPersistentField(String classPath, String fieldName)
           
 boolean JDOMetaDataPropertyImpl.isPersistentField(String classPath, String fieldName)
          Tests whether a field of a class is known to be persistent.
 boolean JDOMetaDataModelImpl.isPersistentField(String classPath, String fieldName)
          Tests whether a field of a class is known to be persistent.
 boolean JDOMetaData.isPersistentField(String classPath, String fieldName)
          Tests whether a field of a class is known to be persistent.
 boolean JDOMetaDataTimer.isPrimaryKeyField(String classPath, String fieldName)
           
 boolean JDOMetaDataPropertyImpl.isPrimaryKeyField(String classPath, String fieldName)
          Tests whether a field of a class is known to be Primary Key.
 boolean JDOMetaDataModelImpl.isPrimaryKeyField(String classPath, String fieldName)
          Tests whether a field of a class is known to be Primary Key.
 boolean JDOMetaData.isPrimaryKeyField(String classPath, String fieldName)
          Tests whether a field of a class is known to be Primary Key.
 boolean JDOMetaDataTimer.isSecondClassObjectType(String classPath)
           
 boolean JDOMetaDataPropertyImpl.isSecondClassObjectType(String classPath)
          Tests whether a type is known for Second Class Objects.
 boolean JDOMetaDataModelImpl.isSecondClassObjectType(String classPath)
          Tests whether a type is known for Second Class Objects.
 boolean JDOMetaData.isSecondClassObjectType(String classPath)
          Tests whether a class is known as type for Second Class Objects.
 boolean JDOMetaDataTimer.isTransactionalField(String classPath, String fieldName)
           
 boolean JDOMetaDataPropertyImpl.isTransactionalField(String classPath, String fieldName)
          Tests whether a field of a class is known to be transactional.
 boolean JDOMetaDataModelImpl.isTransactionalField(String classPath, String fieldName)
          Tests whether a field of a class is known to be transactional.
 boolean JDOMetaData.isTransactionalField(String classPath, String fieldName)
          Tests whether a field of a class is known to be transactional.
 boolean JDOMetaDataTimer.isTransientClass(String classPath)
           
 boolean JDOMetaDataPropertyImpl.isTransientClass(String classPath)
           
 boolean JDOMetaDataModelImpl.isTransientClass(String classPath)
          Tests whether a class is known to be transient.
 boolean JDOMetaData.isTransientClass(String classPath)
          Tests whether a class is known to be transient.
 

Constructors in com.sun.jdo.api.persistence.enhancer.meta that throw JDOMetaDataFatalError
JDOMetaDataModelImpl(Model model, PrintWriter out)
           
JDOMetaDataPropertyImpl(Properties properties)
          Creates an instance.
JDOMetaDataPropertyImpl(Properties properties, PrintWriter out)
          Creates an instance.
JDOMetaDataTimer(JDOMetaData delegate)
          Creates an instance.
 



Copyright © 2012. All Rights Reserved.