OrmBasicType

org.beangle.data.orm.OrmBasicType
final class OrmBasicType(clazz: Class[_], var column: Column) extends BasicType with OrmType with Cloneable with ColumnHolder

BasicMapping

Attributes

Graph
Supertypes
trait OrmType
trait Cloneable
class BasicType
trait Type
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def columns: Iterable[Column]

Attributes

Definition Classes

Inherited methods

def newInstance(): AnyRef

Attributes

Inherited from:
Type

Concrete fields

var column: Column