DefaultMapping

object DefaultMapping extends MappingModule
class MappingModule
trait Logging
class Object
trait Matchable
class Any

Value members

Concrete methods

override def binding(): Unit
Definition Classes
MappingModule

Inherited methods

def bindImpl[T](cls: Class[T], entityName: String, bi: BeanInfo): EntityHolder[T]
Inherited from
MappingModule
final def configure(mappings: Mappings): Unit
Inherited from
MappingModule
def index(name: String, unique: Boolean, properties: Any*): Unit
Inherited from
MappingModule
def typedef(forClass: Class[_], clazz: String, params: Map[String, String]): Unit
Inherited from
MappingModule
def typedef(forClass: Class[_], clazz: String): Unit
Inherited from
MappingModule
def typedef(name: String, clazz: String, params: Map[String, String]): Unit
Inherited from
MappingModule

Inherited fields

protected val logger: Logger
Inherited from
Logging
var name: Option[String]
Inherited from
MappingModule

Implicits

Inherited implicits

implicit def any2Expression(i: Any): Expression
Inherited from
MappingModule