Package | Description |
---|---|
org.datanucleus.enhancer.jdo.method |
Method enhancements for supporting the JDO bytecode enhancement contract.
|
Class and Description |
---|
DefaultConstructor
Method to generate a default Constructor using ASM.
|
InitClass
Method to generate a static initialisation block for the class using ASM.
|
InitFieldFlags
Method to generate the method "__jdoFieldFlagsInit" using ASM.
|
InitFieldNames
Method to generate the method "__jdoFieldNamesInit" using ASM.
|
InitFieldTypes
Method to generate the method "__jdoFieldTypesInit" using ASM.
|
InitPersistenceCapableSuperclass
Method to generate the method "__jdoPersistenceCapableSuperclassInit" using ASM.
|
JdoCopyField
Method to generate the method "jdoCopyField" using ASM.
|
JdoCopyFields
Method to generate the method "jdoCopyFields" using ASM.
|
JdoCopyKeyFieldsFromObjectId
Method to generate the method "jdoCopyKeyFieldsFromObjectId" using ASM.
|
JdoCopyKeyFieldsFromObjectId2
Method to generate the method "jdoCopyKeyFieldsFromObjectId" using ASM.
|
JdoCopyKeyFieldsToObjectId
Method to generate the method "jdoCopyKeyFieldsToObjectId" using ASM.
|
JdoCopyKeyFieldsToObjectId2
Method to generate the method "jdoCopyKeyFieldsToObjectId" using ASM.
|
JdoGetInheritedFieldCount
Method to generate the method "__jdoGetInheritedFieldCount" using ASM.
|
JdoGetManagedFieldCount
Method to generate the method "jdoGetManagedFieldCount" using ASM.
|
JdoGetObjectId
Method to generate the method "jdoGetObjectId" using ASM.
|
JdoGetPersistenceManager
Method to generate the method "jdoGetPersistenceManager" using ASM.
|
JdoGetTransactionalObjectId
Method to generate the method "jdoGetTransactionalObjectId" using ASM.
|
JdoGetVersion
Method to generate the method "jdoGetVersion" using ASM.
|
JdoIsDeleted
Method to generate the method "jdoIsDeleted" using ASM.
|
JdoIsDetached
Method to generate the method "jdoIsDetached" using ASM.
|
JdoIsDirty
Method to generate the method "jdoIsDirty" using ASM.
|
JdoIsNew
Method to generate the method "jdoIsNew" using ASM.
|
JdoIsPersistent
Method to generate the method "jdoIsPersistent" using ASM.
|
JdoIsTransactional
Method to generate the method "jdoIsTransactional" using ASM.
|
JdoIsXXX
Base method to use for jdoIsXXX methods providing the majority of the enhancement.
|
JdoMakeDirty
Method to generate the method "jdoMakeDirty" using ASM.
|
JdoNewInstance1
Method to generate the method "jdoNewInstance" using ASM.
|
JdoNewInstance2
Method to generate the method "jdoNewInstance" using ASM.
|
JdoNewObjectIdInstance1
Method to generate the method "jdoNewObjectIdInstance" using ASM.
|
JdoNewObjectIdInstance2
Method to generate the method "jdoNewObjectIdInstance" using ASM.
|
JdoPreSerialize
Method to generate the method "jdoPreSerialize" using ASM.
|
JdoProvideField
Method to generate the method "jdoProvideField" using ASM.
|
JdoProvideFields
Method to generate the method "jdoProvideFields" using ASM.
|
JdoReplaceDetachedState
Method to generate the method "jdoReplaceDetachedState" using ASM.
|
JdoReplaceField
Method to generate the method "jdoReplaceField" using ASM.
|
JdoReplaceFields
Method to generate the method "jdoReplaceFields" using ASM.
|
JdoReplaceFlags
Method to generate the method "jdoReplaceFlags" using ASM.
|
JdoReplaceStateManager
Method to generate the method "jdoReplaceStateManager" using ASM.
|
JdoSuperClone
Method to generate the method "jdoSuperClone" using ASM.
|
LoadClass
Method to generate the method "loadClass" using ASM.
|
WriteObject
Method to generate the method "writeObject" using ASM.
|
Copyright © 2019. All rights reserved.