IdGenerator

org.beangle.data.orm.IdGenerator
See theIdGenerator companion object
final class IdGenerator(var strategy: String)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def unsaved(value: String): IdGenerator.this.type

Concrete fields

var nullValue: Option[String]
val params: Map[String, String]
var strategy: String