Skip to content

Commit

Permalink
Update auto-generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
AB-xdev committed Jun 3, 2024
1 parent 21daa47 commit 8f9b598
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
@StaticMetamodel(IdentifiableEntity.class)
public abstract class IdentifiableEntity_ {

public static final String ID = "id";


/**
* @see software.xdev.tci.demo.entities.IdentifiableEntity#id
Expand All @@ -18,7 +20,5 @@ public abstract class IdentifiableEntity_ {
**/
public static volatile MappedSuperclassType<IdentifiableEntity> class_;

public static final String ID = "id";

}

Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
@StaticMetamodel(Product.class)
public abstract class Product_ extends software.xdev.tci.demo.entities.IdentifiableEntity_ {

public static final String NAME = "name";


/**
* @see software.xdev.tci.demo.entities.Product#name
Expand All @@ -18,7 +20,5 @@ public abstract class Product_ extends software.xdev.tci.demo.entities.Identifia
**/
public static volatile EntityType<Product> class_;

public static final String NAME = "name";

}

0 comments on commit 8f9b598

Please sign in to comment.