Skip to main content



      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 00:18
Eclipse UserFriend
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: Tue Apr 22 13:37:42 EDT 2025

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

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

Back to the top