Giter Club home page Giter Club logo

Comments (4)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 19, 2024
Fixed. This has also been included in CQEngine 1.1.0, now released which should 
sync to Maven central in the next few hours. 

Original comment by [email protected] on 16 Aug 2013 at 10:39

  • Changed state: Fixed

from cqengine.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 19, 2024
great :)

Original comment by [email protected] on 17 Aug 2013 at 1:40

from cqengine.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 19, 2024
I am not quite sure why you opted for the approach of only using 
getDeclaredFields if an Exception is thrown.

The only reason that I can come up with is that getDeclaredFields does not 
iterate up the Class hierarchy.

You will find that most models in java have private members, so using an 
exception to handle this is very expensive.

If you want to make sure that you can access all members even up the class 
hierarchy I would do this manually, I have included a patch that includes a 
utility class witch will handle this.

Original comment by [email protected] on 17 Aug 2013 at 2:37

Attachments:

from cqengine.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 19, 2024
Yes the approach was to not break existing support for inherited fields, 
limited as it was.

I've re-implemented it, released as CQEngine 1.1.1. It should support private 
fields in superclasses now too.

BTW this code has no bearing on query performance, it's just initialization of 
the attribute. The field is cached thereafter. I think there are fewer object 
allocations via the getField + catch exception approach, than via getFields() 
so I stuck with that approach, although I haven't benchmarked it. 

Hopefully this will accommodate most use cases.

Original comment by [email protected] on 18 Aug 2013 at 9:57

from cqengine.

Related Issues (20)

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.