Uses of Class
com.d3x.core.db.DatabaseRecord
-
Packages that use DatabaseRecord Package Description com.d3x.core.db -
-
Uses of DatabaseRecord in com.d3x.core.db
Methods in com.d3x.core.db that return DatabaseRecord Modifier and Type Method Description static DatabaseRecordDatabaseRecord. of(java.util.function.Consumer<java.util.Map<java.lang.String,java.lang.Object>> consumer)Returns a newly created record based on what the consumer puts in mapMethods in com.d3x.core.db that return types with arguments of type DatabaseRecord Modifier and Type Method Description DatabaseMapping.Binder<DatabaseRecord>DatabaseRecord.Mapping. insert()DatabaseMapping.Mapper<DatabaseRecord>DatabaseRecord.Mapping. select()
-