Code Monkey home page Code Monkey logo

Comments (9)

timmolter avatar timmolter commented on July 25, 2024

Thanks for reporting that. I fixed it and the 3.0.1 snapshot jar is here: https://oss.sonatype.org/content/groups/public/com/xeiam/yank/3.0.1-SNAPSHOT/

I'll push a 3.0.1 release soon.

from yank.

lakshmisri avatar lakshmisri commented on July 25, 2024

Sure thanks.

On Monday, April 27, 2015, Tim Molter [email protected] wrote:

Thanks for reporting that. I fixed it and the 3.0.1 snapshot jar is here:
https://oss.sonatype.org/content/groups/public/com/xeiam/yank/3.0.1-SNAPSHOT/

I'll push a 3.0.1 release soon.


Reply to this email directly or view it on GitHub
#25 (comment).

Regards,
Lakshmisri Gopalan
IDEAS2IT Technologies

from yank.

lakshmisri avatar lakshmisri commented on July 25, 2024

Hello,

When I use the method queryBeanListSQLKey, its not mapping all the values
of the column. For e.g., I have a column called spotfix_id in the database
and have a getter and setter with the same name. Not sure why it doesnt
map.. Can you help?

Regards,
Lakshmisri Gopalan
IDEAS2IT Technologies

On Mon, Apr 27, 2015 at 8:48 PM, Lakshmisri Gopalan <[email protected]

wrote:

Sure thanks.

On Monday, April 27, 2015, Tim Molter [email protected] wrote:

Thanks for reporting that. I fixed it and the 3.0.1 snapshot jar is here:
https://oss.sonatype.org/content/groups/public/com/xeiam/yank/3.0.1-SNAPSHOT/

I'll push a 3.0.1 release soon.


Reply to this email directly or view it on GitHub
#25 (comment).

Regards,
Lakshmisri Gopalan
IDEAS2IT Technologies

from yank.

timmolter avatar timmolter commented on July 25, 2024

It should be mapping. Can you paste you setter method here?

from yank.

lakshmisri avatar lakshmisri commented on July 25, 2024

/**

  • @return the spotfix_id
    */
    public Long getSpotfix_id() {
    return spotfix_id;
    }

/**

  • @param spotfix_id the spotfix_id to set
    */
    public void setSpotfix_id(long spotfix_id) {
    this.spotfix_id = spotfix_id;
    }

Regards,
Lakshmisri Gopalan
IDEAS2IT Technologies

On Mon, Apr 27, 2015 at 11:36 PM, Tim Molter [email protected]
wrote:

It should be mapping. Can you paste you setter method here?


Reply to this email directly or view it on GitHub
#25 (comment).

from yank.

lakshmisri avatar lakshmisri commented on July 25, 2024

Does it sound correct?

How do I inject a class object to Sundial job

On Monday, April 27, 2015, Lakshmisri Gopalan [email protected]
wrote:

/**

  • @return the spotfix_id
    */
    public Long getSpotfix_id() {
    return spotfix_id;
    }

/**

  • @param spotfix_id the spotfix_id to set
    */
    public void setSpotfix_id(long spotfix_id) {
    this.spotfix_id = spotfix_id;
    }

Regards,
Lakshmisri Gopalan
IDEAS2IT Technologies

On Mon, Apr 27, 2015 at 11:36 PM, Tim Molter <[email protected]
javascript:_e(%7B%7D,'cvml','[email protected]');> wrote:

It should be mapping. Can you paste you setter method here?


Reply to this email directly or view it on GitHub
#25 (comment).

Regards,
Lakshmisri Gopalan
IDEAS2IT Technologies

from yank.

timmolter avatar timmolter commented on July 25, 2024

See: https://github.com/timmolter/Yank/blob/develop/src/test/java/com/xeiam/yank/SnakeCaseTest2.java

I made a test class for you demonstrating your specific example and it works fine.

from yank.

timmolter avatar timmolter commented on July 25, 2024

If you want help with Sundial open an issue on the Sundial github repo with a specific question and sufficient details.

from yank.

lakshmisri avatar lakshmisri commented on July 25, 2024

Yup done.

Regards,
Lakshmisri Gopalan
IDEAS2IT Technologies

On Tue, Apr 28, 2015 at 2:02 PM, Tim Molter [email protected]
wrote:

If you want help with Sundial open an issue on the Sundial github repo
with a specific question and sufficient details.


Reply to this email directly or view it on GitHub
#25 (comment).

from yank.

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.