case class DefaultModel(table: Table, config: GeneratorConfiguration, inheritances: Inheritances) extends Model with Product with Serializable
- Alphabetic
- By Inheritance
- DefaultModel
- Serializable
- Serializable
- Product
- Equals
- Model
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new DefaultModel(table: Table, config: GeneratorConfiguration, inheritances: Inheritances)
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( ... )
-
def
compilationUnit: CompilationUnit
The compilation unit that the model belongs to.
The compilation unit that the model belongs to.
- Definition Classes
- DefaultModel → Model
- val config: GeneratorConfiguration
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
fullName: String
The full name of the model.
The full name of the model.
- Definition Classes
- Model
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val inheritances: Inheritances
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
link(repository: ModelRepository): Unit
Links the given model repository to this model.
Links the given model repository to this model.
- Definition Classes
- DefaultModel → Model
-
def
link(unit: CompilationUnit): Unit
Links the given compilation unit to this model.
Links the given compilation unit to this model.
Since CompilationUnit also expects a list of models, we have to defer the linking of this value, as it's essentially an upwards-reference. Compare Table.
- Definition Classes
- DefaultModel → Model
-
def
modelRepository: ModelRepository
The model repository that owns this model.
The model repository that owns this model.
- Definition Classes
- DefaultModel → Model
-
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()
-
def
properties: Seq[Property]
The properties of the model in correct order.
The properties of the model in correct order.
- Definition Classes
- DefaultModel → Model
-
def
simpleName: String
The simple name of the model.
The simple name of the model.
- Definition Classes
- DefaultModel → Model
-
def
supertypes: Seq[TypeReference]
The supertypes of the model in correct order.
The supertypes of the model in correct order.
- Definition Classes
- DefaultModel → Model
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
table: Table
The table to be transformed.
The table to be transformed.
- Definition Classes
- DefaultModel → Model
-
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( ... )