Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » eclipse change the class name automatically(i am working on jpa using ecllipse when i create entity class using jpa tool it change the class name from original table name to its own)
eclipse change the class name automatically [message #1711435] Fri, 16 October 2015 04:18
javed khan is currently offline javed khanFriend
Messages: 1
Registered: October 2015
Junior Member
my table name is sp_details but when i create entity class it change its name to sp_detail

@Entity
@Table(name="\"SP_DETAILS\"")
@NamedQuery(name="SpDetail.findAll", query="SELECT m FROM SpDetail m")
public class M2mSpDetail implements Serializable {
private static final long serialVersionUID = 1L;
Previous Topic:Creating java class in Java 9
Next Topic:Impossible to access Eclipse Network Connections
Goto Forum:
  


Current Time: Thu Apr 25 10:00:58 GMT 2024

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

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

Back to the top