Gaurav Gupta

Results 36 issues of Gaurav Gupta

Internal API of the Apache NetBeans Platform used by Jeddict modules: | PR | Netbeans Module name | Netbeans Module location | APIs | Used by Jeddict modules | Requirement...

jUnit 5 is the next generation of JUnit, promises to be a programmer-friendly testing framework for Java 8. Refer the following sample project : https://github.com/junit-team/junit5-samples/blob/r5.0.0-M3/junit5-maven-consumer/pom.xml

enhancement :bulb:

**Overview of the issue** If the primary key is a composite primary key and is mapped as IdClass, no provision to use @MapKey/@MapKeyClass. **Motivation for or Use Case** If the...

bug :bug:

For @OrderColumn , new Column should be introduced in table and user can update the properties from properties panel. http://docs.oracle.com/javaee/7/api/javax/persistence/OrderColumn.html

enhancement :bulb:
relation mapper
SQL-GEN

**Table Per Concrete Class** inheritance strategy does not connect column for **Parent Association JoinColumn** Resolution : JPAMSchemaManager.createReference() -> TableDefinition.getForeignKeyMap() is empty

bug :bug:
relation mapper

Functionality to reorder the @OrderBy items to set ordering priority. http://docs.oracle.com/javaee/7/api/javax/persistence/OrderBy.html

@AttributeOverride annotation cannot be used , if both key and value are Embeddable as defined in following case : `@ElementCollection` `@AttributeOverride(name = "attribute_1", column = @Column(name = "ATTRIBUTE_1_OV"))` `@AttributeOverride(name =...

bug :bug:
JPA Spec Issue

Mixed Inheritance not working if parent/child entity inheritance strategy is **Table per Concrete class** Message : java.util.NoSuchElementException StackTrace : java.util.NoSuchElementException at java.util.ArrayList$Itr.next(ArrayList.java:854) at org.eclipse.persistence.internal.jpa.metadata.MetadataDescriptor.getPrimaryKeyField(MetadataDescriptor.java:1048) at org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor.getReferencedField(MetadataAccessor.java:442) at org.eclipse.persistence.internal.jpa.metadata.accessors.MetadataAccessor.getReferencedField(MetadataAccessor.java:430) at org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor.addMultipleTableKeyFields(EntityAccessor.java:231)...

bug :bug:
relation mapper

DB Modeler Issue : Inheritence - Integer Dtype Auto-generated Message : ## Descriptor Exceptions: Exception [EclipseLink-108](Eclipse Persistence Services - 2.6.2.v20151217-774c696): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Cannot find value in class indicator mapping...

relation mapper

This PR adds Payara Major version to the top tool bar in the Web Admin console. ![image](https://user-images.githubusercontent.com/15934072/184093473-0a650fdb-0edd-4604-adfe-51555c627fc5.png)