Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Complete
-
Affects Version/s: 1.1.1.RELEASE
-
Fix Version/s: 1.1.3.RELEASE
-
Component/s: PERSISTENCE
-
Labels:None
Description
Add to the entity command and also the org.springframework.roo.addon.entity.RooEntity annotation that can be used to set the name attribute of the javax.persistence.Entity annotation in the _Roo_Entity.aj file.
Example:
@RooEntity(entityName = "FullTime.Employment")
Would produce the following
declare @type: Employment: @Entity(name = "FullTime.Employment");
and also have correctly use the name when creating the finder methods.
Attachments
Issue Links
- relates to
-
ROO-2234 JPQL does not support count(*)
-
- Resolved
-