Permissions

works.iterative.sqldb.postgresql.Permissions
See thePermissions companion object
case class Permissions(id: Option[Long], userId: String, relation: String, namespace: String, objectId: String, createdAt: OffsetDateTime)

Database entity for permission relation tuples

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toDomain: RelationTuple

Converts this database row to domain model

Converts this database row to domain model

Attributes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product