Package | Description |
---|---|
org.datanucleus.enhancer.spi |
Package defining classes necessary for a bytecode enhancement contract based around what JDO uses
but here we use DataNucleus classes (so no dependency is present to JDO).
|
Modifier and Type | Class and Description |
---|---|
class |
ByteFieldPK
Single-Field identity with a byte/Byte field.
|
class |
CharFieldPK
Single-Field identity with a char/Character field.
|
class |
IntFieldPK
Single-Field identity with an int/Integer field.
|
class |
LongFieldPK
Single-Field identity with a long/Long field.
|
class |
ObjectFieldPK
Single-Field identity with an Object field.
|
class |
ShortFieldPK
Single-Field identity with a short/Short field.
|
class |
StringFieldPK
Single-Field identity with a String field.
|
Copyright © 2021. All rights reserved.