org.beangle.data.orm.hibernate.id

Members list

Type members

Classlikes

abstract class AbstractSqlStyleGenerator 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

Supertypes
trait IdentifierGenerator
trait Configurable
trait ExportableProducer
trait BeforeExecutionGenerator
trait Generator
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
class AutoIncrementGenerator extends IdentifierGenerator

Attributes

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

Id generator based on function or procedure

Id generator based on function or procedure

Attributes

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

Id generator based on function or procedure, format:

Id generator based on function or procedure, format:

    YYYYMMDD sequence

default function is date_id

Attributes

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

Id generator based on function or procedure, format:

Id generator based on function or procedure, format:

    YYYYMMDDHH24MISS sequence

default function is datetime_id

Attributes

Supertypes
trait IdentifierGenerator
trait Configurable
trait ExportableProducer
trait BeforeExecutionGenerator
trait Generator
trait Serializable
class Object
trait Matchable
class Any
Show all
object IdHelper

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
IdHelper.type