Uses of Class
org.jpox.enhancer.method.MethodBuilder

Packages that use MethodBuilder
org.jpox.enhancer.method Package providing the enhancement methods for a class. 
 

Uses of MethodBuilder in org.jpox.enhancer.method
 

Subclasses of MethodBuilder in org.jpox.enhancer.method
 class CheckReadMethod
          Create CHECK_READ method.
 class CheckWriteMethod
          Create CHECK_READ method.
 class DefaultConstructor
          Representation of a (protected) Default Constructor.
 class InitFieldFlags
          Create jdoFieldFlags init method.
 class InitFieldNames
          Create jdoFieldNames init method.
 class InitFieldTypes
          Create jdoFieldTypes init method.
 class InitPersistenceCapableSuperClass
          Create persistenceCapableSuperclass init method.
 class IsXXXMethod
          Create jdoIsNew and jdoIsDirty methods in base class.
 class JdoCopyField
          create jdoCopyField method.
 class JdoCopyFields
          create jdoCopyFields method.
 class JdoCopyKeyFieldsFromObjectId
          Create the jdoCopyKeyFieldsFromObjectId(ObjectIdFieldConsumer fc, Object oid) method.
 class JdoCopyKeyFieldsFromObjectId2
          Creates the jdoCopyKeyFieldsFromObjectId(Object oid) method.
 class JdoCopyKeyFieldsToObjectId
          create jdoCopyKeyFieldsToObjectId( Object oid ) method.
 class JdoCopyKeyFieldsToObjectId2
          create jdoCopyKeyFieldsToObjectId( ObjectIdFieldSupplier fs, Object oid ) method.
 class JdoGetManagedFieldCount
          The generated method returns the number of managed fields in this class plus the number of inherited managed fields.
 class JdoGetObjectId
          Creates the jdoGetObjectId() method.
 class JdoGetPersistenceManager
          create jdoGetPersistenceManager method.
 class JdoGetTransactionalObjectId
          create jdoGetTransactionalObjectId method.
 class JdoGetVersion
          Creates the jdoGetVersion() method.
 class JdoIsDeleted
          create jdoIsDeleted method.
 class JdoIsDetached
          Creates the jdoIsDetached() method.
 class JdoIsDirty
          Create jdoIsDirty() method.
 class JdoIsNew
          create jdoIsNew method.
 class JdoIsPersistent
          create jdoIsPersistent method.
 class JdoIsTransactional
          create jdoIsTransactional method.
 class JdoMakeDirty
          create jdoMakeDirty method.
 class JdoNewInstance1
          create jdoNewInstance method.
 class JdoNewInstance2
          create jdoNewInstance method.
 class JdoNewObjectIdInstance1
          Create the jdoNewObjectIdInstance() method.
 class JdoNewObjectIdInstance2
          Create the jdoNewObjectIdInstance(Object) method.
 class JdoPreSerialize
          create JdoPreSerialize method.
 class JdoProvideField
          create jdoProvideField method.
 class JdoProvideFields
          create jdoProvideFields method.
 class JdoReplaceDetachedState
          Create jdoReplaceDetachedState() method.
 class JdoReplaceField
          create jdoReplaceField method.
 class JdoReplaceFields
          create jdoReplaceFields method.
 class JdoReplaceFlags
          create jdoReplaceFlags method.
 class JdoReplaceStateManager
          create jdoReplaceStateManager method.
 class LoadClass
          create loadClass method.
 class MediateReadMethod
           
 class MediateWriteMethod
           
 class NormalGetMethod
           
 class NormalSetMethod
           
 class ParentManagedFieldNum
           
 class ReplaceMethodCallback
           
 class SimpleStateManagerCall
           
 class SuperClone
          Create jdoSuperClone method.
 class SwitchInverseTarget
           
 class SwitchTarget
           
 class WriteObject
          Create WriteObject method.
 



Copyright © -2007 . All Rights Reserved.