Questions tagged [dali]

Eclipse Java Persistence Tools (JPT) project that provides JPA and JAXB (including EclipseLink support) design-time validation, content assist, a rich UI, and generation wizards.

45 questions
0
votes
1 answer

Unable to install nvidia dali in Windows 10

I am not able to install the Nvidia dali module in windows 10. Inside anaconda I am executing the following command: pip install nvidia-dali and it is producing the following error: ERROR: Command errored out with exit status 1: command:…
Mayank Tiwari
  • 2,974
  • 5
  • 30
  • 52
0
votes
1 answer

Installing/updating EclipseLink in Eclipse Dali

I'm currently using Eclipse Dali with EclipseLink 2.5.2. Now I want to change to version EclipseLink 2.7.5, but I'm unable to find out how to setup Dali for new EclipseLink versions. The JPA project dialog only shows EclipseLink 2.5.2 as a possible…
Balder
  • 8,623
  • 4
  • 39
  • 61
0
votes
1 answer

Which Eclipse Photon plugin provides a "JPA Tools" context menu entry?

I do not see a JPA Tools item in a context menu of my project in Eclipse Photon. In my Eclipse Oxygen installation I have this item. It is provided by the "Eclipse Web Tools Platform" provider's "Dali Java Persistence Tools - JPA UI" plugin. I can…
Alexander Pozdneev
  • 1,289
  • 1
  • 13
  • 31
0
votes
0 answers

JPA tool - Generate entities from tables with foreign keys mapped with non-primary key

I have a MySQL database on which I want to generate entities with Dali JPA Tool built into Eclipse. The database is not mine, and I prefer not to ask for the change of architecture. The problem exists when I create entities because a table has a…
user3347007
  • 77
  • 1
  • 2
  • 9
0
votes
2 answers

Dali::Timer TickSignal function

I want use timer in tizen application where I will get the signal every 10 seconds. I did some digging and find out that there is function Dali::Timer::TickSignal() but i am getting confuse on how to use that function? Can anyone help with brief…
0
votes
1 answer

Eclipse Dali can not find table relations for MS SQL Server

I am using eclipse dali to generate jpa entities .. It works fine for Oracle, but for MS SQL Server , Dali can not find relations between tables, therefore the generated entities do not have any relations to each other. Has anybody come accross this…
Gursel Koca
  • 20,940
  • 2
  • 24
  • 34
0
votes
0 answers

Entity from Table

I am using "JPA Entities from table option" in order to get the entity generated form database tables, all the setup is correct even JPA is generating the entity for the database tables, but when my table consist the column type…
Prashant Katara
  • 95
  • 1
  • 1
  • 14
0
votes
1 answer

Dali JPA eclipse 4.4 changes

I have a question about difference in Dali JPA in eclipse 4.4 ( having org.eclipse.jpt.jpa.core_3.4.0 ) compared to old 3.x versions running with org.eclipse.jpt.core_2.2.1 for example. The synchronize classes job from old version…
Kiril
  • 5
  • 1
0
votes
1 answer

Dali JPT changes in eclipse 4.4

I have some eclipse plugins using old Dali JPT code( org.eclipse.jpt.core_2.2.1) running fine in eclipse 3.5 but I need to migrate them in eclipse 4.4. I can see there were significant changes in Dali JPT plugins, for example old…
Kiril
  • 5
  • 1
0
votes
1 answer

how to iterate a dali metamodel and obtein the property names

I have this class @Generated(value="Dali", date="2014-07-29T08:43:32.358-0400") @StaticMetamodel(Country.class) public class Country_ { public static volatile SingularAttribute id; public static volatile…
icarus
  • 319
  • 2
  • 4
0
votes
0 answers

How to make Eclipse respect \" for delimited identifiers in JPA 2.0?

According to JPA 2.0 spec, when defining delimited identifiers (useful for those that match reserved words) escaped double quotes \" must be used. For instance, an entity in a table named USER should be annotated @Table(name = "\"USER\""). In 1.0…
0
votes
1 answer

Eclipse: connecting and configuring Hibernate

I'm new to eclipse. I'm trying to work with Hibernate. Java ee IDE version Juno , and Hibernate Tools version 3.5.1. In Database Development of the IDE i've created a a data source, and tested the connection, and it works fine. Then I have created…
antoiovi
  • 23
  • 2
  • 9
0
votes
2 answers

Can one make Eclipse's "JPA Details" view's Query textbox bigger?

It took me forever to figure out how to get JPQL auto-completing to working in eclipse. The only place I can see that happening is to add a to my persistance.xml and in the mapping .xml file I can define a . Then if I…
AmanicA
  • 4,659
  • 1
  • 34
  • 49
0
votes
2 answers

Should I modify JPA generated beans or is that bad practise?

I did alot of work with XML schema and JAXB to generate java beans. I never touched the generated beans, only extended them in other beans, because otherwise I might loose code if beans are regenerated. I actually generate my beans newly…
Franz Kafka
  • 10,623
  • 20
  • 93
  • 149
0
votes
1 answer

Maven and JPA (Dali) project in Ecplise - Reverse Engineer

I want to create a JPA project in Eclipse but at the same time have it as a Maven project with the tipical maven source directory structure. Can this somehow be done? I just want to use the Dali feature to reverse engineer my database structure to…
Franz Kafka
  • 10,623
  • 20
  • 93
  • 149
1 2
3