Package | Description |
---|---|
org.seedstack.business.util |
Provides useful utilities for business code.
|
org.seedstack.business.util.inmemory |
Provides in-memory implementations of some business concepts.
|
org.seedstack.business.util.random | |
org.seedstack.jpa.identity |
Modifier and Type | Interface and Description |
---|---|
interface |
SequenceGenerator
Interface for generating ever-incrementing numbers to be used as identity.
|
interface |
UuidGenerator
Interface for generating UUID to be used as identity.
|
Modifier and Type | Class and Description |
---|---|
class |
InMemorySequenceGenerator
Identity generator that generates
Long numbers by using an every-incrementing AtomicLong . |
Modifier and Type | Class and Description |
---|---|
class |
RandomUuidGenerator
Identity generator that generates
UUID by using UUID.randomUUID() . |
Modifier and Type | Class and Description |
---|---|
class |
OracleSequenceGenerator
Uses an Oracle sequence for identity management.
|
class |
PostgreSequenceGenerator
Uses a PostgreSQL sequence for identity management.
|
Copyright © 2013-2018–2019 SeedStack. All rights reserved.