kimmer-sql
0.2.7
kimmer-sql
/
org.babyfish.kimmer.sql.meta
/
EntityProp
Entity
Prop
interface
EntityProp
Content copied to clipboard
Properties
Inheritors
Properties
declaringType
Link copied to clipboard
abstract
val
declaringType
:
EntityType
Content copied to clipboard
immutableProp
Link copied to clipboard
abstract
val
immutableProp
:
ImmutableProp
Content copied to clipboard
isConnection
Link copied to clipboard
abstract
val
isConnection
:
Boolean
Content copied to clipboard
isId
Link copied to clipboard
abstract
val
isId
:
Boolean
Content copied to clipboard
isList
Link copied to clipboard
abstract
val
isList
:
Boolean
Content copied to clipboard
isNullable
Link copied to clipboard
abstract
val
isNullable
:
Boolean
Content copied to clipboard
isReference
Link copied to clipboard
abstract
val
isReference
:
Boolean
Content copied to clipboard
isTargetNullable
Link copied to clipboard
abstract
val
isTargetNullable
:
Boolean
Content copied to clipboard
isVersion
Link copied to clipboard
abstract
val
isVersion
:
Boolean
Content copied to clipboard
javaReturnType
Link copied to clipboard
abstract
val
javaReturnType
:
Class
<
*
>
Content copied to clipboard
Be different with
returnType
.java
kotlinProp
Link copied to clipboard
open
val
kotlinProp
:
KProperty1
<
*
,
*
>
Content copied to clipboard
mappedBy
Link copied to clipboard
abstract
val
mappedBy
:
EntityProp
?
Content copied to clipboard
name
Link copied to clipboard
open
val
name
:
String
Content copied to clipboard
opposite
Link copied to clipboard
abstract
val
opposite
:
EntityProp
?
Content copied to clipboard
returnType
Link copied to clipboard
abstract
val
returnType
:
KClass
<
*
>
Content copied to clipboard
scalarProvider
Link copied to clipboard
abstract
val
scalarProvider
:
ScalarProvider
<
*
,
*
>
?
Content copied to clipboard
storage
Link copied to clipboard
abstract
val
storage
:
Storage
?
Content copied to clipboard
targetType
Link copied to clipboard
abstract
val
targetType
:
EntityType
?
Content copied to clipboard
Inheritors
EntityPropImpl
Link copied to clipboard