class PosoMetaData[T] extends AnyRef
- Source
- PosoMetaData.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PosoMetaData
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def _const: ArrayBuffer[(Constructor[_], Array[AnyRef])]
- 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]
- def _tryToCreateParamArray(r: ArrayBuffer[(Constructor[_], Array[AnyRef])], c: Constructor[_]): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val clasz: Class[T]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val constructor: (Constructor[_], Array[AnyRef])
- def createSample(cb: Callback): T
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fieldsMetaData: Iterable[FieldMetaData]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def findFieldMetaDataForProperty(name: String): Option[FieldMetaData]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isOptimistic: Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def optimisticCounter: Option[FieldMetaData]
- 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]
- val schema: Schema
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- PosoMetaData → AnyRef → Any
- val viewOrTable: View[T]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()