case class DefaultProperty(column: Column, model: Model, config: GeneratorConfiguration) extends Property with Product with Serializable
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- DefaultProperty
- Serializable
- Serializable
- Product
- Equals
- Property
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DefaultProperty(column: Column, model: Model, config: GeneratorConfiguration)
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
val
column: Column
The column to be transformed.
The column to be transformed.
- Definition Classes
- DefaultProperty → Property
- val config: GeneratorConfiguration
-
def
dataType: TypeReference
The data type of the property.
-
def
defaultValue: Option[String]
The default value of the property.
The default value of the property.
By default, only nullables are translated to a Scala default value. If you need to translate other default values, please override this method.
- Definition Classes
- DefaultProperty → Property
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
model: Model
The model that owns the property.
The model that owns the property.
- Definition Classes
- DefaultProperty → Property
-
def
name: String
The name of the property.
The name of the property.
- Definition Classes
- DefaultProperty → Property
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
tpe: TypeReference
The scala type of the property.
The scala type of the property. Sometimes, this type may be a wrapped version of dataType, such as the data type wrapped in an Option for nullable columns.
- Definition Classes
- DefaultProperty → Property
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )