final class Mappings extends Logging

Linear Supertypes
Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Mappings
  2. Logging
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Mappings(database: Database, ormLocations: List[URL])
  2. new Mappings(database: Database, profiles: Profiles)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addCollection(definition: Collection): Mappings.this.type
  5. def addMapping(mapping: EntityTypeMapping): Mappings.this.type
  6. def addType(name: String, clazz: String, params: Map[String, String]): Unit
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def autobind(cls: Class[_], entityName: String, typ: scala.reflect.api.JavaUniverse.Type): EntityTypeMapping
  9. def autobind(): Unit
  10. val classMappings: HashMap[Class[_], EntityTypeMapping]

    all type mappings(clazz -> Entity)

  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. val collectMap: HashMap[String, Collection]

    Classname.property -> Collection

  13. def collections: Iterable[Collection]
  14. def columnName(clazz: Class[_], propertyName: String, key: Boolean = false): String

    key

    表示是否是一个外键

  15. val database: Database
  16. val entities: HashMap[String, EntityTypeImpl]
  17. val entityMappings: Map[String, EntityTypeMapping]

    Only entities

  18. val enumTypes: HashMap[String, String]

    Buildin enum types

  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def generateSql(pattern: String): DBScripts
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  24. def getMapping(clazz: Class[_]): EntityTypeMapping
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. val logger: Logger
    Attributes
    protected
    Definition Classes
    Logging
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  31. val profiles: Profiles
  32. def refEntity(clazz: Class[_], entityName: String): EntityTypeImpl
  33. def refMapping(clazz: Class[_], entityName: String): EntityTypeMapping
  34. def refToOneMapping(entityClazz: Class[_], entityName: String): BasicTypeMapping
  35. var sqlTypeMapping: DefaultSqlTypeMapping
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. val types: HashMap[String, TypeDef]

    custome types

  39. val valueTypes: HashSet[Class[_]]

    Buildin value types

  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped