org.beangle.data.orm.hibernate.id

Members list

Concise view

Type members

Classlikes

class AutoIncrementGenerator extends IdentifierGenerator

Attributes

Graph
Supertypes
trait IdentifierGenerator
trait Configurable
trait ExportableProducer
trait BeforeExecutionGenerator
trait Generator
trait Serializable
class Object
trait Matchable
class Any
class CodeStyleGenerator extends IdentifierGenerator

Id generator based on function or procedure

Id generator based on function or procedure

Attributes

Graph
Supertypes
trait IdentifierGenerator
trait Configurable
trait ExportableProducer
trait BeforeExecutionGenerator
trait Generator
trait Serializable
class Object
trait Matchable
class Any

Id generator based on function or procedure, format:

Id generator based on function or procedure, format:

    YYYYMMDD sequence

default function is date_id

Attributes

Graph
Supertypes
trait IdentifierGenerator
trait Configurable
trait ExportableProducer
trait BeforeExecutionGenerator
trait Generator
trait Serializable
class Object
trait Matchable
class Any

Id generator based on function or procedure, format:

Id generator based on function or procedure, format:

    YYYYMMDDHH24MISS sequence

default function is datetime_id

Attributes

Graph
Supertypes
trait IdentifierGenerator
trait Configurable
trait ExportableProducer
trait BeforeExecutionGenerator
trait Generator
trait Serializable
class Object
trait Matchable
class Any
abstract class SqlStyleGenerator extends IdentifierGenerator

Id generator based on function or procedure, format:

Id generator based on function or procedure, format:

    id_function()

default function is date_id

Attributes

Graph
Supertypes
trait IdentifierGenerator
trait Configurable
trait ExportableProducer
trait BeforeExecutionGenerator
trait Generator
trait Serializable
class Object
trait Matchable
class Any
Known subtypes