class PosoMetaData[T] extends AnyRef

Source
PosoMetaData.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PosoMetaData
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PosoMetaData(clasz: Class[T], schema: Schema, viewOrTable: View[T])

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 _const: ArrayBuffer[(Constructor[_], Array[AnyRef])]
  5. val _fieldsMetaData: Iterable[FieldMetaData]

    fieldsMetaData the metadata of the persistent fields of this Poso primaryKey None if this Poso is not a KeyedEntity[], Either[a persistedField, a composite key]

  6. def _tryToCreateParamArray(r: ArrayBuffer[(Constructor[_], Array[AnyRef])], c: Constructor[_]): Unit
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val clasz: Class[T]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. val constructor: (Constructor[_], Array[AnyRef])
  11. def createSample(cb: Callback): T
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def fieldsMetaData: Iterable[FieldMetaData]
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. def findFieldMetaDataForProperty(name: String): Option[FieldMetaData]
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val isOptimistic: Boolean
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def optimisticCounter: Option[FieldMetaData]
  25. val primaryKey: Option[Either[FieldMetaData, Method]]

    fieldsMetaData the metadata of the persistent fields of this Poso primaryKey None if this Poso is not a KeyedEntity[], Either[a persistedField, a composite key]

  26. val schema: Schema
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    PosoMetaData → AnyRef → Any
  29. val viewOrTable: View[T]
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped