Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » Eclipselink and JPA(EclipseLink and JPA support to SQLite and SQL)
Eclipselink and JPA [message #967992] Fri, 02 November 2012 05:53 Go to next message
Prashant p is currently offline Prashant pFriend
Messages: 57
Registered: October 2012
Member
Please let me know if EclipseLink and JPA support to SQLite DB and SQL query. I guess there is seperate query language for JPA (JPQL).

I am trying to build an application using

SWT/Jface binding+JPA+Eclipselink+SQLDB.

I have attached the file. Actually i am trying to display query results on SWT table, but i am not able to.

table.addSelectionListener(new SelectionAdapter()
{
public void widgetSelected(SelectionEvent e)
{
m_workplaceDetailMain.readWorkplaceDetail();
}
});

readWorkplaceDetail() method of WorkplaceDetailMain.java ( This class is model).

Also i have done Jaface databinding, which is mapped to respective fields using POJO class (WorkplaceDetail.java).

Please help me out to resolve this issue.
Re: Eclipselink and JPA [message #973644 is a reply to message #967992] Tue, 06 November 2012 13:57 Go to previous message
James Sutherland is currently offline James SutherlandFriend
Messages: 1939
Registered: July 2009
Location: Ottawa, Canada
Senior Member

EclipseLink supports any JDBC and SQL compliant database. Some features may require platform specific extensions, which EclipseLink provides through its DatabasePlatforms, you may need to write your own DatabasePlatform for certain features.

What error are you getting, and what are you doing to get it.


James : Wiki : Book : Blog : Twitter
Previous Topic:Remove child entity from collection: Best practice?
Next Topic:Virtual entities and XMLMetadataSource
Goto Forum:
  


Current Time: Thu Apr 25 17:42:28 GMT 2024

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

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

Back to the top