kimmer-sql
0.2.7
kimmer-sql
/
org.babyfish.kimmer.sql.meta
/
EntityType
Entity
Type
interface
EntityType
Content copied to clipboard
Properties
Inheritors
Properties
backProps
Link copied to clipboard
abstract
val
backProps
:
Set
<
EntityProp
>
Content copied to clipboard
declaredProps
Link copied to clipboard
abstract
val
declaredProps
:
Map
<
String
,
EntityProp
>
Content copied to clipboard
derivedTypes
Link copied to clipboard
abstract
val
derivedTypes
:
List
<
EntityType
>
Content copied to clipboard
idGenerator
Link copied to clipboard
abstract
val
idGenerator
:
IdGenerator
?
Content copied to clipboard
idProp
Link copied to clipboard
abstract
val
idProp
:
EntityProp
Content copied to clipboard
immutableType
Link copied to clipboard
abstract
val
immutableType
:
ImmutableType
Content copied to clipboard
kotlinType
Link copied to clipboard
open
val
kotlinType
:
KClass
<
out
Entity
<
*
>
>
Content copied to clipboard
name
Link copied to clipboard
abstract
val
name
:
String
Content copied to clipboard
props
Link copied to clipboard
abstract
val
props
:
Map
<
String
,
EntityProp
>
Content copied to clipboard
starProps
Link copied to clipboard
abstract
val
starProps
:
Map
<
String
,
EntityProp
>
Content copied to clipboard
superType
Link copied to clipboard
abstract
val
superType
:
EntityType
?
Content copied to clipboard
tableName
Link copied to clipboard
abstract
val
tableName
:
String
Content copied to clipboard
versionProp
Link copied to clipboard
abstract
val
versionProp
:
EntityProp
?
Content copied to clipboard
Inheritors
EntityTypeImpl
Link copied to clipboard