Uses of Class
org.datanucleus.enhancer.methods.IsXXX
-
Packages that use IsXXX Package Description org.datanucleus.enhancer.methods Method enhancements for supporting the org.datanucleus.enhancement.Persistable bytecode enhancement contract. -
-
Uses of IsXXX in org.datanucleus.enhancer.methods
Subclasses of IsXXX in org.datanucleus.enhancer.methods Modifier and Type Class Description classIsDeletedMethod to generate the method "dnIsDeleted" using ASM.classIsNewMethod to generate the method "dnIsNew" using ASM.classIsPersistentMethod to generate the method "dnIsPersistent" using ASM.classIsTransactionalMethod to generate the method "dnIsTransactional" using ASM.
-