Jonatas Daniel

Results 24 issues of Jonatas Daniel

I'm trying to use the lib on React with `const JSONAPIDeserializer = require('jsonapi-serializer').Deserializer;` and then `new JSONAPIDeserializer.name({}).deserialize(data)` but I'm getting `./node_modules/jsonapi-serializer/index.js Module not found:` I'm adding the library with `yarn...

I have two databases in my app (ActiveRecord (Postgres) and MongoID (MongoDB)) with this config: ``` config.before(:suite) do DatabaseCleaner[:active_record].clean_with(:truncation) DatabaseCleaner[:mongoid].clean_with(:deletion) end config.before(:each) do DatabaseCleaner[:active_record].strategy = :transaction DatabaseCleaner[:mongoid].strategy = :deletion end...

Have two options to open/create database. One will create the db in default database app pah. And other, in a especified path, like a directory in sdcard.

feature

Close cursor in first(), last() and read() method in AndroidPersistenceManager.

bug
andorm-core-java

Create a way to define a composite Primary Key.

feature
andorm-core-java

Create an annotation to define the way to assign a value to a field. Create something like this: @Assignment(AssignmentType.AcessorMethod) @Assignment(AssignmentType.DirectAssignment) The annotation is for fields and classes, and when a...

feature
andorm-core-java

Create maven script to build the jar files.

feature
andorm-core-java
andorm-query

Create 'all' method in PersistenceManager to return all registers of the entity defined in method parameter.

feature
andorm-core-java

Create a option to create or only open the database.

feature
andorm-core-java

Create 'dist' (or other name) folder containing the 'jars' of andorm and andorm-query.

feature
andorm-core-java
andorm-query