See: Description
Interface | Description |
---|---|
Persistable |
Standard interface that any class that is persistable should implement when not using JDO.
|
StateManager |
Manager of state of a Persistable object.
|
Class | Description |
---|---|
ByteFieldPK |
Single-Field identity with a byte/Byte field.
|
CharFieldPK |
Single-Field identity with a char/Character field.
|
IntFieldPK |
Single-Field identity with an int/Integer field.
|
LongFieldPK |
Single-Field identity with a long/Long field.
|
ObjectFieldPK |
Single-Field identity with an Object field.
|
ShortFieldPK |
Single-Field identity with a short/Short field.
|
SingleFieldPK |
Abstract base class for all single-field identity classes.
|
StringFieldPK |
Single-Field identity with a String field.
|
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). This could be used, for example, when using JPA.
Copyright © 2021. All rights reserved.