Uses of Class
com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalError
Packages that use JDOMetaDataFatalError
-
Uses of JDOMetaDataFatalError in com.sun.jdo.api.persistence.enhancer.meta
Methods in com.sun.jdo.api.persistence.enhancer.meta that throw JDOMetaDataFatalErrorModifier and TypeMethodDescriptionintExtendedJDOMetaData.getClassModifiers(String classname) Gets the modifiers of a class.intExtendedJDOMetaData.getFieldFlags(String classPath, String fieldName) Returns the field flags for a declared field of a class.int[]ExtendedJDOMetaData.getFieldFlags(String classPath, String[] fieldNames) Returns the field flags for some declared, managed fields of a class.intJDOMetaDataPropertyImpl.getFieldFlags(String classPath, String fieldName) int[]JDOMetaDataPropertyImpl.getFieldFlags(String classPath, String[] fieldNames) intExtendedJDOMetaData.getFieldModifiers(String classname, String fieldname) Gets the modifiers of a field.int[]ExtendedJDOMetaData.getFieldNo(String classPath, String[] fieldNames) Returns the unique field index of some declared, managed fields of a class.intJDOMetaData.getFieldNo(String classPath, String fieldName) Returns the unique field index of a declared, persistent field of a class.intJDOMetaDataModelImpl.getFieldNo(String classPath, String fieldName) Returns the unique field index of a declared, persistent field of a class.intJDOMetaDataPropertyImpl.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) intJDOMetaDataTimer.getFieldNo(String classPath, String fieldName) 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.ExtendedJDOMetaData.getKeyClass(String classPath) Returns the name of the key class of a class.JDOMetaDataPropertyImpl.getKeyClass(String classPath) String[]ExtendedJDOMetaData.getKeyFields(String classPath) Returns an array of field names of all key fields of a class.String[]JDOMetaDataPropertyImpl.getKeyFields(String classPath) String[]ExtendedJDOMetaData.getKnownClasses()Gets all known classnames.String[]ExtendedJDOMetaData.getKnownFields(String classname) Gets all known fieldnames 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[]JDOMetaDataModelImpl.getManagedFields(String classPath) Returns an array of field names of all declared persistent and transactional fields of a class.String[]JDOMetaDataTimer.getManagedFields(String classPath) JDOMetaData.getPersistenceCapableRootClass(String classPath) Returns the name of the persistence-capable root class of a class.JDOMetaDataModelImpl.getPersistenceCapableRootClass(String classPath) Returns the name of the persistence-capable root class of a class.JDOMetaDataPropertyImpl.getPersistenceCapableRootClass(String classPath) Returns the name of the persistence-capable root class of a class.JDOMetaDataTimer.getPersistenceCapableRootClass(String classPath) ExtendedJDOMetaData.getPersistenceCapableSuperClass(String classPath) Returns the name of the persistence-capable superclass of a class.JDOMetaDataPropertyImpl.getPersistenceCapableSuperClass(String classPath) JDOMetaData.getSuperClass(String classPath) Returns the name of the superclass of a class.JDOMetaDataModelImpl.getSuperClass(String classPath) Returns the name of the superclass of a class.JDOMetaDataTimer.getSuperClass(String classPath) ExtendedJDOMetaData.getSuperKeyClass(String classPath) Returns the name of the key class of the next persistence-capable superclass that defines one.JDOMetaDataPropertyImpl.getSuperKeyClass(String classPath) booleanJDOMetaData.isDefaultFetchGroupField(String classPath, String fieldName) Tests whether a field of a class is known to be part of the Default Fetch Group.booleanJDOMetaDataModelImpl.isDefaultFetchGroupField(String classPath, String fieldName) Tests whether a field of a class is known to be part of the Default Fetch Group.booleanJDOMetaDataPropertyImpl.isDefaultFetchGroupField(String classPath, String fieldName) Tests whether a field of a class is known to be part of the Default Fetch Group.booleanJDOMetaDataTimer.isDefaultFetchGroupField(String classPath, String fieldName) booleanExtendedJDOMetaData.isKeyField(String classPath, String fieldName) Returns whether a field of a class is key.booleanJDOMetaDataPropertyImpl.isKeyField(String classPath, String fieldName) booleanExtendedJDOMetaData.isKnownNonManagedField(String classPath, String fieldName, String fieldSig) Returns whether a field of a class is known to be non-managed.booleanExtendedJDOMetaData.isManagedField(String classPath, String fieldName) Returns whether a field of a class is transient transactional or persistent.booleanJDOMetaDataPropertyImpl.isManagedField(String classPath, String fieldName) booleanJDOMetaData.isMutableSecondClassObjectType(String classPath) Tests whether a class is known as type for Mutable Second Class Objects.booleanJDOMetaDataModelImpl.isMutableSecondClassObjectType(String classPath) Tests whether a type is known for Mutable Second Class Objects.booleanJDOMetaDataPropertyImpl.isMutableSecondClassObjectType(String classPath) Tests whether a type is known for Mutable Second Class Objects.booleanJDOMetaDataTimer.isMutableSecondClassObjectType(String classPath) booleanJDOMetaData.isPersistenceCapableClass(String classPath) Tests whether a class is known to be persistence-capable.booleanJDOMetaDataModelImpl.isPersistenceCapableClass(String classPath) Tests whether a class is known to be persistence-capable.booleanJDOMetaDataPropertyImpl.isPersistenceCapableClass(String classPath) Tests whether a class is known to be persistence-capable.booleanJDOMetaDataTimer.isPersistenceCapableClass(String classPath) booleanJDOMetaData.isPersistenceCapableRootClass(String classPath) Tests whether a class is known as a persistence-capable root class.booleanJDOMetaDataModelImpl.isPersistenceCapableRootClass(String classPath) Tests whether a class is known as a persistence-capable root class.booleanJDOMetaDataPropertyImpl.isPersistenceCapableRootClass(String classPath) Tests whether a class is known as a persistence-capable root class.booleanJDOMetaDataTimer.isPersistenceCapableRootClass(String classPath) booleanJDOMetaData.isPersistentField(String classPath, String fieldName) Tests whether a field of a class is known to be persistent.booleanJDOMetaDataModelImpl.isPersistentField(String classPath, String fieldName) Tests whether a field of a class is known to be persistent.booleanJDOMetaDataPropertyImpl.isPersistentField(String classPath, String fieldName) Tests whether a field of a class is known to be persistent.booleanJDOMetaDataTimer.isPersistentField(String classPath, String fieldName) booleanJDOMetaData.isPrimaryKeyField(String classPath, String fieldName) Tests whether a field of a class is known to be Primary Key.booleanJDOMetaDataModelImpl.isPrimaryKeyField(String classPath, String fieldName) Tests whether a field of a class is known to be Primary Key.booleanJDOMetaDataPropertyImpl.isPrimaryKeyField(String classPath, String fieldName) Tests whether a field of a class is known to be Primary Key.booleanJDOMetaDataTimer.isPrimaryKeyField(String classPath, String fieldName) booleanJDOMetaData.isSecondClassObjectType(String classPath) Tests whether a class is known as type for Second Class Objects.booleanJDOMetaDataModelImpl.isSecondClassObjectType(String classPath) Tests whether a type is known for Second Class Objects.booleanJDOMetaDataPropertyImpl.isSecondClassObjectType(String classPath) Tests whether a type is known for Second Class Objects.booleanJDOMetaDataTimer.isSecondClassObjectType(String classPath) booleanJDOMetaData.isTransactionalField(String classPath, String fieldName) Tests whether a field of a class is known to be transactional.booleanJDOMetaDataModelImpl.isTransactionalField(String classPath, String fieldName) Tests whether a field of a class is known to be transactional.booleanJDOMetaDataPropertyImpl.isTransactionalField(String classPath, String fieldName) Tests whether a field of a class is known to be transactional.booleanJDOMetaDataTimer.isTransactionalField(String classPath, String fieldName) booleanJDOMetaData.isTransientClass(String classPath) Tests whether a class is known to be transient.booleanJDOMetaDataModelImpl.isTransientClass(String classPath) Tests whether a class is known to be transient.booleanJDOMetaDataPropertyImpl.isTransientClass(String classPath) booleanJDOMetaDataTimer.isTransientClass(String classPath) Constructors in com.sun.jdo.api.persistence.enhancer.meta that throw JDOMetaDataFatalErrorModifierConstructorDescriptionJDOMetaDataModelImpl(com.sun.jdo.api.persistence.model.Model model, PrintWriter out) JDOMetaDataPropertyImpl(Properties properties) Creates an instance.JDOMetaDataPropertyImpl(Properties properties, PrintWriter out) Creates an instance.JDOMetaDataTimer(JDOMetaData delegate) Creates an instance.