Giter Club home page Giter Club logo

jsoda's People

Contributors

williamw520 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

jsoda's Issues

dynamo batchGetItem

Hey,

Great library! I didn't see a way to do a batchGetItem by hashKey for dynamo. Any plans to add that?

Some questions..

Hello! Great Job!

I used SimpleDB with PHP before and now need with Java. I am really interesting in your project.
My question is as you say jsoda does not support "or condition" in query.
What should I do when I really need this? Is there a way I can directly set the querystring like "Select * from k wher a ='1' or a = '2' " ?

Thanks for reply!

Wrong behaviors with Caching

Hi! Currently I found there is a strange behavior with Caching .
Just take a look at below code.

     public MyModel{
    @Key
    public String id;

    public String attr1;
    public String attr2;

     }

    Jsoda jsoda = new Jsoda(credentials);
     // #1
     jsoda.query(MyModel.class).select("attr1").run();
     // #2
     MyModel myModel = jsoda.getDao(MyModel.class).get(id);

For #2, jsoda will get the item by caching. so attr2 will not be returned.
I think in this situation jsoda should get the item from DB rather than from cache.

Thanks at advance!

Add field.setAccessible(true)?

Another issue, do you consider to add field.setAccessible(true) in jsoda so we can implement model within bean format?

Thanks at advance!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.