Packages

class EnumType extends UserType with ParameterizedType

Linear Supertypes
ParameterizedType, UserType, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EnumType
  2. ParameterizedType
  3. UserType
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EnumType()

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 assemble(cached: Serializable, owner: AnyRef): AnyRef
    Definition Classes
    EnumType → UserType
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def deepCopy(value: AnyRef): AnyRef
    Definition Classes
    EnumType → UserType
  8. def disassemble(value: AnyRef): Serializable
    Definition Classes
    EnumType → UserType
  9. var enum: Enumeration
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(x: AnyRef, y: AnyRef): Boolean
    Definition Classes
    EnumType → UserType
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(x: AnyRef): Int
    Definition Classes
    EnumType → UserType
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isMutable(): Boolean
    Definition Classes
    EnumType → UserType
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def nullSafeGet(resultSet: ResultSet, names: Array[String], session: SharedSessionContractImplementor, owner: AnyRef): AnyRef
    Definition Classes
    EnumType → UserType
  22. def nullSafeSet(statement: PreparedStatement, value: AnyRef, index: Int, session: SharedSessionContractImplementor): Unit
    Definition Classes
    EnumType → UserType
  23. var ordinal: Boolean
  24. def replace(original: AnyRef, target: AnyRef, owner: AnyRef): AnyRef
    Definition Classes
    EnumType → UserType
  25. def returnedClass(): Class[_]
    Definition Classes
    EnumType → UserType
  26. def setParameterValues(parameters: Properties): Unit
    Definition Classes
    EnumType → ParameterizedType
  27. def sqlTypes(): Array[Int]
    Definition Classes
    EnumType → UserType
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ParameterizedType

Inherited from UserType

Inherited from AnyRef

Inherited from Any

Ungrouped