java - eclipse generates ._ files -


how can rid of files eclipse auto-generates?

i have plenty of entites , have 2 files, pretty sucks. how can remove files eclipse generates?

this how like:

@generated(value="dali", date="2013-09-04t15:41:47.243+0200") @staticmetamodel(companyarea.class) public class companyarea_ {        public static volatile singularattribute<companyarea, long> id;        public static volatile singularattribute<companyarea, string> name;        public static volatile setattribute<companyarea, division> divisions; } 

thank guys help.

i yesterday in rush, , read question again today, realized not specific.

your answers helped figuring out solution.

i set canonical metamodel source folder in project properties - jpa.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -