Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Riena » ObjectTransactions version
ObjectTransactions version [message #570302] Mon, 19 May 2008 15:41
Eclipse UserFriend
Originally posted by: ekkehard.gentz-software.de

I've seen that the version attribute of a business object has to be a
String for Riena ObjectTransactions.
I already have a version attribute like
@Version
@Column(name = "CONT_VERSION")
private int version;
and I have no setter, because the version will only be set from the JPA
persistence framework (hibernate in this case).

can I use my JPA version attribute and perhaps only provide a
String getVersion()
to get the version as String ?

or do I need an extra OT version attribute ?

ekke
Previous Topic:riena and rcp plugin
Next Topic:ITransactedObject
Goto Forum:
  


Current Time: Tue Mar 19 04:09:06 GMT 2024

Powered by FUDForum. Page generated in 0.02340 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top