c

org.beangle.data.orm

EntityTypeMapping

final class EntityTypeMapping extends StructTypeMapping

Linear Supertypes
StructTypeMapping, TypeMapping, Cloneable, Cloneable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EntityTypeMapping
  2. StructTypeMapping
  3. TypeMapping
  4. Cloneable
  5. Cloneable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EntityTypeMapping(typ: EntityType, table: Table)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def cache(region: String, usage: String): EntityTypeMapping.this.type
  6. var cacheRegion: String
  7. var cacheUsage: String
  8. def clazz: Class[_]
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. def copy(): EntityTypeMapping.this.type
    Definition Classes
    EntityTypeMappingTypeMapping
  11. def entityName: String
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getPropertyMapping(property: String): PropertyMapping[_]
    Definition Classes
    StructTypeMapping
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. var idGenerator: IdGenerator
  19. var isAbstract: Boolean
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. var isLazy: Boolean
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. val properties: Map[String, PropertyMapping[_]]
    Definition Classes
    StructTypeMapping
  26. var proxy: String
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. var table: Table
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. var typ: EntityType
    Definition Classes
    EntityTypeMappingTypeMapping
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from StructTypeMapping

Inherited from TypeMapping

Inherited from Cloneable

Inherited from Cloneable

Inherited from AnyRef

Inherited from Any

Ungrouped