SqlStyleGenerator

abstract class SqlStyleGenerator extends IdentifierGenerator

Id generator based on function or procedure, format:

    id_function()

default function is date_id

trait IdentifierGenerator
trait ExportableProducer
trait Configurable
class Object
trait Matchable
class Any

Value members

Abstract methods

protected def sql: String

Concrete methods

override def generate(session: SharedSessionContractImplementor, obj: Object): Serializable
Definition Classes
IdentifierGenerator

Inherited methods

@throws(org.hibernate.MappingException)
def configure(x$0: Type, x$1: Properties, x$2: ServiceRegistry): Unit
Inherited from:
IdentifierGenerator
def initialize(x$0: SqlStringGenerationContext): Unit
Inherited from:
IdentifierGenerator
def registerExportables(x$0: Database): Unit
Inherited from:
IdentifierGenerator
Inherited from:
IdentifierGenerator