ingdao package
documentation
dfdbentity
DfDbEntity
DfDbEntity constructor
DfDbEntity
DfDbEntity
constructor
DfDbEntity
(
{
@
required
String
name
}
)
Implementation
DfDbEntity({@required String name}) : super(entityName: name);
ingdao package
documentation
dfdbentity
DfDbEntity
DfDbEntity constructor
DfDbEntity class
Constructors
DfDbEntity
Properties
entityName
hashCode
runtimeType
Methods
clone
copyFieldValueFromEntity
customFieldJsonMap
doYourJsonMap
fields
fromMap
genAlterTblAddFieldStr
getJoinKeyFields
getPrimaryKeyDaoCriteriaList
getPrimaryKeyFields
getSelectQueryCountField
mapping
newInstance
noSuchMethod
parseExecRawJsonResultToEntity
toCreateEntityStr
toJson
toJsonString
toMap
toPrimaryKeyStr
toString
validate
Operators
operator ==