org.beangle.data.model.meta

EntityType

Related Docs: object EntityType | package meta

class EntityType extends AbstractType

EntityType class.

Linear Supertypes
AbstractType, Type, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EntityType
  2. AbstractType
  3. Type
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EntityType(entityClass: Class[_], entityName: String, idName: String = "id")

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 apply(property: String): Type

    find property

    find property

    Definition Classes
    EntityTypeAbstractTypeType
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val entityClass: Class[_]

  8. val entityName: String

  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(obj: Any): Boolean

    Definition Classes
    AbstractType → AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def getPropertyType(property: String): Option[Type]

    Get the type of a particular (named) property

    Get the type of a particular (named) property

    Definition Classes
    EntityTypeAbstractTypeType
  14. def hashCode(): Int

    Definition Classes
    AbstractType → AnyRef → Any
  15. val idName: String

  16. def idType: Class[Serializable]

  17. def isCollectionType: Boolean

    isCollectionType.

    isCollectionType.

    Definition Classes
    AbstractTypeType
  18. def isComponentType: Boolean

    isComponentType.

    isComponentType.

    Definition Classes
    AbstractTypeType
  19. def isEntityType: Boolean

    isEntityType.

    isEntityType.

    Definition Classes
    EntityTypeAbstractTypeType
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def name: String

    getName.

    getName.

    Definition Classes
    EntityTypeType
  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. def newInstance(): AnyRef

    newInstance.

    newInstance.

    Definition Classes
    AbstractTypeType
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. var propertyTypes: Map[String, Type]

  27. def returnedClass: Class[_]

    getReturnedClass.

    getReturnedClass.

    Definition Classes
    EntityTypeType
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    toString.

    toString.

    Definition Classes
    AbstractType → AnyRef → Any
  30. final def wait(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AbstractType

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped