hibernated v0.3.5 (2019-09-02T20:12:25Z)
Home
Dub
Repo
PropertyInfo.this
hibernated
metadata
PropertyInfo
Undocumented in source.
class
PropertyInfo
this
(
string
propertyName
,
string
columnName
,
Type
columnType
,
int
length
,
bool
key
,
bool
generated
,
bool
nullable
,
string
uniqueIndex
,
RelationType
relation
,
string
referencedEntityName
,
string
referencedPropertyName
,
ReaderFunc
reader
,
WriterFunc
writer
,
GetVariantFunc
getFunc
,
SetVariantFunc
setFunc
,
KeyIsSetFunc
keyIsSetFunc
,
IsNullFunc
isNullFunc
,
CopyFunc
copyFieldFunc
,
GeneratorFunc
generatorFunc
= null
,
GetObjectFunc
getObjectFunc
= null
,
SetObjectFunc
setObjectFunc
= null
,
GetCollectionFunc
getCollectionFunc
= null
,
SetCollectionFunc
setCollectionFunc
= null
,
SetObjectDelegateFunc
setObjectDelegateFunc
= null
,
SetCollectionDelegateFunc
setCollectionDelegateFunc
= null
,
IsLoadedFunc
isLoadedFunc
= null
,
bool
lazyLoad
= false
,
bool
collection
= false
,
JoinTableInfo
joinTable
= null
)
Meta
Source
See Implementation
hibernated
metadata
PropertyInfo
aliases
CopyFunc
GeneratorFunc
GetCollectionFunc
GetObjectFunc
GetVariantFunc
IsLoadedFunc
IsNullFunc
KeyIsSetFunc
ReaderFunc
SetCollectionDelegateFunc
SetCollectionFunc
SetObjectDelegateFunc
SetObjectFunc
SetVariantFunc
WriterFunc
constructors
this
functions
getCollectionIds
opCmp
opEquals
opHash
updateJoinTable
properties
columnOffset
embedded
entity
joinTable
manyToMany
manyToOne
metadata
oneToMany
oneToOne
referencedEntity
referencedProperty
simple
variables
_columnOffset
_entity
_joinTable
_referencedEntity
_referencedProperty
collection
columnName
columnType
copyFieldFunc
generated
generatorFunc
getCollectionFunc
getFunc
getObjectFunc
isLoadedFunc
isNullFunc
key
keyIsSetFunc
lazyLoad
length
nullable
propertyName
readFunc
referencedEntityName
referencedPropertyName
relation
setCollectionDelegateFunc
setCollectionFunc
setFunc
setObjectDelegateFunc
setObjectFunc
uniqueIndex
writeFunc