Package | Description |
---|---|
org.fastnate.generator.test.ids |
Modifier and Type | Class and Description |
---|---|
class |
IdTestEntity<O extends IdTestEntity<O>>
Base class for all test entities that test the writing of ids.
|
Modifier and Type | Class and Description |
---|---|
class |
FixedIdTestEntity
An entity that uses a number as explicit primary key.
|
class |
IdentityTestEntity
An entity that uses an identity column for generating its primary key.
|
class |
SequenceTestEntity
An entity that uses a sequence for generating its primary key.
|
Copyright © 2016 fastnate.org. All rights reserved.