-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: JavaFX Properties
PostPosted: Sun Jul 28, 2013 8:06 am 
Newbie

Joined: Sun Jul 28, 2013 7:50 am
Posts: 1
Hallo,

I'm working on an application which uses Hibernate and JavaFX. To make use of the advantages of JavaFX Binding, I would like to use JavaFX Properties (javafx.beans.property). Unfortunately it looks like Hibernate doesn't support these yet. What I would like to do:

Code:
private ObjectProperty<BigDecimal> stockValue;

    @Basic
    public BigDecimal getStockValue() {
        return stockValue.get();
    }

    public void setStockValue(BigDecimal stockValue) {
        this.stockValue.set(stockValue);
    }


So my question: Am I doing something wrong? Will Hibernate support javafx.beans.property objects in future releases? Is there a better way to use JavaFX together with Hibernate?

thx


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.