public class EJBMetaDataModelImpl
extends com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataModelImpl
implements com.sun.jdo.api.persistence.enhancer.meta.ExtendedJDOMetaData
model, outCHECK_READ, CHECK_WRITE, MEDIATE_READ, MEDIATE_WRITE, SERIALIZABLEjavaLangCloneablePath, JDOExternalPath, JDOFlagsFieldName, JDOFlagsFieldSig, JDOFlagsFieldType, JDOInstanceCallbacksName, JDOInstanceCallbacksPath, JDOInstanceCallbacksSig, JDOInstanceCallbacksType, JDOPath, JDOPersistenceCapableName, JDOPersistenceCapablePath, JDOPersistenceCapableSig, JDOPersistenceCapableType, JDOPersistenceManagerName, JDOPersistenceManagerPath, JDOPersistenceManagerSig, JDOPersistenceManagerType, JDOSecondClassObjectBaseName, JDOSecondClassObjectBasePath, JDOSecondClassObjectBaseSig, JDOSecondClassObjectBaseType, JDOStateManagerFieldName, JDOStateManagerFieldSig, JDOStateManagerFieldType, JDOStateManagerName, JDOStateManagerPath, JDOStateManagerSig, JDOStateManagerType| Constructor and Description |
|---|
EJBMetaDataModelImpl(com.sun.jdo.api.persistence.model.Model model) |
| Modifier and Type | Method and Description |
|---|---|
int |
getClassModifiers(String classPath) |
int |
getFieldFlags(String classPath,
String fieldName) |
int[] |
getFieldFlags(String classPath,
String[] fieldNames) |
int |
getFieldModifiers(String classPath,
String fieldName) |
int[] |
getFieldNo(String classPath,
String[] fieldNames) |
String |
getFieldType(String classPath,
String fieldName) |
String[] |
getFieldType(String className,
String[] fieldNames) |
String |
getKeyClass(String classPath) |
String[] |
getKeyFields(String classPath) |
String[] |
getKnownClasses() |
String[] |
getKnownFields(String classPath) |
String |
getPersistenceCapableSuperClass(String classPath) |
String |
getSuperKeyClass(String classPath) |
boolean |
isKeyField(String classPath,
String fieldName) |
boolean |
isKnownNonManagedField(String classPath,
String fieldName,
String fieldSig) |
boolean |
isManagedField(String classPath,
String fieldName) |
boolean |
isPrimaryKeyField(String classPath,
String fieldName) |
getFieldNo, getManagedFields, getPersistenceCapableRootClass, getSuperClass, isDefaultFetchGroupField, isMutableSecondClassObjectType, isPersistenceCapableClass, isPersistenceCapableRootClass, isPersistentField, isSecondClassObjectType, isTransactionalField, isTransientClass, nameToPath, pathToNamegetI18N, getI18N, getI18N, getI18N, getI18N, getI18Naffirm, affirm, affirm, affirmclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFieldNo, getManagedFields, getPersistenceCapableRootClass, getSuperClass, isDefaultFetchGroupField, isMutableSecondClassObjectType, isPersistenceCapableClass, isPersistenceCapableRootClass, isPersistentField, isSecondClassObjectType, isTransactionalField, isTransientClasspublic EJBMetaDataModelImpl(com.sun.jdo.api.persistence.model.Model model)
throws com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserException,
com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalError
com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserExceptioncom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalErrorpublic String[] getKnownClasses() throws com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserException, com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalError
getKnownClasses in interface com.sun.jdo.api.persistence.enhancer.meta.ExtendedJDOMetaDatacom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserExceptioncom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalErrorpublic String[] getKnownFields(String classPath) throws com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserException, com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalError
getKnownFields in interface com.sun.jdo.api.persistence.enhancer.meta.ExtendedJDOMetaDatacom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserExceptioncom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalErrorpublic String getFieldType(String classPath, String fieldName) throws com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserException, com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalError
getFieldType in interface com.sun.jdo.api.persistence.enhancer.meta.ExtendedJDOMetaDatacom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserExceptioncom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalErrorpublic int getClassModifiers(String classPath) throws com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserException, com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalError
getClassModifiers in interface com.sun.jdo.api.persistence.enhancer.meta.ExtendedJDOMetaDatacom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserExceptioncom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalErrorpublic int getFieldModifiers(String classPath, String fieldName) throws com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserException, com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalError
getFieldModifiers in interface com.sun.jdo.api.persistence.enhancer.meta.ExtendedJDOMetaDatacom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserExceptioncom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalErrorpublic String getKeyClass(String classPath) throws com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserException, com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalError
getKeyClass in interface com.sun.jdo.api.persistence.enhancer.meta.ExtendedJDOMetaDatacom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserExceptioncom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalErrorpublic boolean isKnownNonManagedField(String classPath, String fieldName, String fieldSig) throws com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserException, com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalError
isKnownNonManagedField in interface com.sun.jdo.api.persistence.enhancer.meta.ExtendedJDOMetaDatacom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserExceptioncom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalErrorpublic boolean isManagedField(String classPath, String fieldName) throws com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserException, com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalError
isManagedField in interface com.sun.jdo.api.persistence.enhancer.meta.ExtendedJDOMetaDatacom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserExceptioncom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalErrorpublic boolean isKeyField(String classPath, String fieldName) throws com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserException, com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalError
isKeyField in interface com.sun.jdo.api.persistence.enhancer.meta.ExtendedJDOMetaDatacom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserExceptioncom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalErrorpublic boolean isPrimaryKeyField(String classPath, String fieldName) throws com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserException, com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalError
isPrimaryKeyField in interface com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataisPrimaryKeyField in class com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataModelImplcom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserExceptioncom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalErrorpublic int getFieldFlags(String classPath, String fieldName) throws com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserException, com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalError
getFieldFlags in interface com.sun.jdo.api.persistence.enhancer.meta.ExtendedJDOMetaDatacom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserExceptioncom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalErrorpublic int[] getFieldFlags(String classPath, String[] fieldNames) throws com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserException, com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalError
getFieldFlags in interface com.sun.jdo.api.persistence.enhancer.meta.ExtendedJDOMetaDatacom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserExceptioncom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalErrorpublic String[] getFieldType(String className, String[] fieldNames) throws com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserException, com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalError
getFieldType in interface com.sun.jdo.api.persistence.enhancer.meta.ExtendedJDOMetaDatacom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserExceptioncom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalErrorpublic int[] getFieldNo(String classPath, String[] fieldNames) throws com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserException, com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalError
getFieldNo in interface com.sun.jdo.api.persistence.enhancer.meta.ExtendedJDOMetaDatacom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserExceptioncom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalErrorpublic String[] getKeyFields(String classPath) throws com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserException, com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalError
getKeyFields in interface com.sun.jdo.api.persistence.enhancer.meta.ExtendedJDOMetaDatacom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserExceptioncom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalErrorpublic String getPersistenceCapableSuperClass(String classPath) throws com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserException, com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalError
getPersistenceCapableSuperClass in interface com.sun.jdo.api.persistence.enhancer.meta.ExtendedJDOMetaDatacom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserExceptioncom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalErrorpublic String getSuperKeyClass(String classPath) throws com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserException, com.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalError
getSuperKeyClass in interface com.sun.jdo.api.persistence.enhancer.meta.ExtendedJDOMetaDatacom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataUserExceptioncom.sun.jdo.api.persistence.enhancer.meta.JDOMetaDataFatalErrorCopyright © 2013. All Rights Reserved.