cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

I have created new item type by making generate="false" , still Model class is generated with proper setter-getter. Ideally generate="false" tells no source code will be generated .

Former Member
0 Likes
132
     <deployment table="GSKProduct" typecode="16651"/>
          <attributes>                                        
             <attribute type="java.lang.String" qualifier="attribute1">
                 <persistence type="property" />
                 <description>Edit Account Object to store GSKAccountRequest</description>
             </attribute>                    
         </attributes>        
     </itemtype>    

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi Pradyumna,

If you set generate=false then Yourtype.java class wont be generated but Model, DTO and Resource classes will be generated.

Ask a Question