yaroorm library

Functions

getEntityMetaData(Type type) EntityMeta
getEntityPrimaryKey(Type type) String
getEntityProperties(Type type, {ClassMirror? classMirror}) Map<String, EntityPropertyData>
getEntityTableName(Type type) String
reflectType(Type type) → ClassMirror
serializedPropsToEntity<Model>(Map<String, dynamic> json, {List<EntityTypeConverter> converters = const []}) Entity<dynamic, Object>
wrapString(String value) String

Typedefs

OrderBy = ({OrderByDirection direction, String field})