Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Gregory Shrago
Total activity
512
Last activity
August 14, 2023 18:03
Member since
January 16, 2007 18:03
Following
0 users
Followed by
1 user
Votes
0
Subscriptions
214
Activity overview
Posts (3)
Comments (295)
Sort by recent activity
Recent activity
Votes
Created
September 26, 2007 16:43
As far as I see you are trying to use Hibernate QL syntax in JPA API.In JPA this query should look like "select Object(o) from Country o".Alexander Korolev wrote:I find a some bug in code inspectio...
Community
IntelliJ IDEA Users
Idea 7 m2, ejb3 inspection error
0 votes
Created
October 26, 2007 10:47
Hello Radim,Radim Marek wrote:Hi,I would like to ask you to verify behavior of Hibernate plugin, ormore precisely of the components involve in Hibernate/JPA facets.1. My JPA facet is detected in pr...
Community
IntelliJ IDEA Users
Hibernate plugin (HQL Console, ER diagram, etc.) problems
0 votes
Created
October 25, 2007 11:53
Hello BoD,Entities are defined by @Entity annotation, tag of an orm.xml referenced in some persistence unit, ]]> tags of an hbm.xml.The simplest way to see if IDEA recognizes a class as entity is...
Community
IntelliJ IDEA Users
"Class isn't an entity" with JPA.
0 votes
Created
October 25, 2007 13:14
If you have JPA facet it should be visible in "JavaEE Structure" view (Project View/View As->"Java EE: Structure").Try adding your persistence.xml as descriptor in JPA facet properties.BoD wrote:My...
Community
IntelliJ IDEA Users
"Class isn't an entity" with JPA.
0 votes
Created
February 24, 2016 17:56
SQL consoles are ordinary files. They are shared between projects like data sources, support VCS and Local history. One can copy a console file path to clipboard with "Copy file path" action (Ctrl-...
Community
IntelliJ IDEA Users
Working with sql files
0 votes
Created
February 28, 2011 18:18
1. @Table(schema = "ROD001", name = "TRANSACTIONS") NOTE: the values for schema and name are shown in red 2 .@Column(name = "CHECKOUT_TMPSTMP", nullable = false, length = 26, precision = 6)...
Community
IntelliJ IDEA Users
Editor is identifying non-errors
0 votes
Created
May 22, 2012 14:34
Currently you can use "Select All" -> "Copy to Clipboard" -> Create new file -> "Paste from Cliboard" sequence to achieve this.The observed "Save As" behavior is a bug so feel free to create a tick...
Community
IntelliJ IDEA Users
Is there a way to save the whole content of the Data Source Console as *.sql file?
0 votes
Created
September 20, 2012 18:30
"From maven" libraries use URL list on the bottom of that page because they need not a maven repository itself but Nexus or Artifactory service.The list on the top contains maven repositories you u...
Community
IntelliJ IDEA Users
add library from maven: IDEA doesn't see the artifact
0 votes
Created
October 16, 2012 15:22
You may upvote/watch http://youtrack.jetbrains.com/issue/IDEA-67051 .If you don't want to run Hibernate Tools by hand (which is really possible).
Community
IntelliJ IDEA Users
Hibernate Tools Broken for Me
0 votes
Created
November 24, 2012 14:11
The problem is fixed in the upcoming IDEA 12, please see youtrack ticket for details.
Community
IntelliJ IDEA Users
Display Oracle XMLTYPE in Data Source
0 votes
«
First
‹
Previous
Next
›
Last
»