Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Dali » [Persistence Properties] Mapping entity attributes is not working
[Persistence Properties] Mapping entity attributes is not working [message #588905] Thu, 29 June 2006 14:01
Bryan Hunt is currently offline Bryan HuntFriend
Messages: 366
Registered: July 2009
Senior Member
I've just downloaded RC1 (running on OS X using the latest download
from the Callisto site), and I'm trying to create a simple Entity. I
create the following:

@Entity
public class Foo
{
private int id;
}

I select id in the Persistence Outline and then select Map As: Id in
the Persistence Properties and nothing happens. If I manually add @Id
to the id attribute, the Persistence Properties changes to allow me to
set the other properties of an id field. Have I done something wrong
or is this broken? There are no entries in the error log.

Bryan
Previous Topic:ArrayIndexOutOfBoundsEx. w/o ManyToMany
Next Topic:Dali 0.5 Release now available
Goto Forum:
  


Current Time: Tue Apr 23 06:14:20 GMT 2024

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

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

Back to the top