Automatically exclude tables from entity creation

Posts   
 
    
Kevinksy
User
Posts: 27
Joined: 05-Jun-2013
# Posted on: 03-Sep-2013 19:43:43   

LLBL 4.0 Final Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production Database first Code Generation Visual Studio 2010 using C# Target Framework LLBL Gen Pro Runtime Framework Target language C#, platform .NET 4.0 Template Self Servicing Selected Preset SD.Presets.SelfServicing.General

Is there anyway to automatically exclude some tables from having entities created? I know I can manually exclude them but it would be convenient to have a filter/plugin/task that would, for example:

exclude all tables with a $ symbol in their name or exclude a specifically named table

Thanks

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 04-Sep-2013 08:39:28   

When refreshing the catalog from DB, you have to select manually the tables you want.

Then when you Reverse-engineer tables to entities, this is a little trick:

  1. Select all rows (entities)
  2. Click 'Select Rows Using a Filter' button.
  3. Enter the name you want to exclude ($, for instance) and click 'Ok'. At this point all of the rows you want to exclude are selected.
  4. Click 'Toggle Checkboxes of Selected Rows'. At this point all the rows you want to exclude are unselected.
  5. Click 'Add to Project'
David Elizondo | LLBLGen Support Team