Package-level declarations
Types
Link copied to clipboard
class CompositeID
Class representing a mapping of each composite primary key column to its stored identity value.
Link copied to clipboard
Identity table with a primary key consisting of a combination of columns.
Link copied to clipboard
interface EntityIDFactory
Base class representing a producer of EntityID instances.
Link copied to clipboard
object EntityIDFunctionProvider
Class responsible for locating and providing the appropriate functions to produce EntityID instances.
Link copied to clipboard
Identity table with a primary key consisting of an auto-incrementing Int
value.
Link copied to clipboard
Identity table with a primary key consisting of an auto-incrementing Long
value.
Link copied to clipboard
Identity table with a primary key consisting of an auto-incrementing UInt
value.
Link copied to clipboard
Identity table with a primary key consisting of an auto-incrementing ULong
value.