-
- All Implemented Interfaces:
public final class OrmModelKt
-
-
Field Summary
Fields Modifier and Type Field Description private final static WherewhereByPrimaryKeyprivate final static List<KMutableProperty<?>>_PropertiesExists
-
Method Summary
Modifier and Type Method Description final WheregetWhereByPrimaryKey()final List<KMutableProperty<?>>get_PropertiesExists()final static <T extends OrmModel> Booleanupdate(T $self, Function1<T, Unit> block)final static <T extends OrmModel> YsonObjectjson(T $self, Function1<ModelJson<T>, Unit> block)final static <T extends OrmModel> YsonObjectjsonClient(T $self)final static <T extends OrmModel> YsonObjectjsonClientTo(T $self, YsonObject jo)-
-
Method Detail
-
getWhereByPrimaryKey
final Where getWhereByPrimaryKey()
-
get_PropertiesExists
final List<KMutableProperty<?>> get_PropertiesExists()
-
json
final static <T extends OrmModel> YsonObject json(T $self, Function1<ModelJson<T>, Unit> block)
-
jsonClient
final static <T extends OrmModel> YsonObject jsonClient(T $self)
-
jsonClientTo
final static <T extends OrmModel> YsonObject jsonClientTo(T $self, YsonObject jo)
-
-
-
-