Skip to content

Polish visualization of repository nodes in Spring outline #1536

Closed
@odrotbohm

Description

@odrotbohm

It would be cool if the nodes representing Spring Data repositories in the Spring outline were polished as follows:

  • The root node for the repository looks something like this @+ 'payments' (Payment<?>) Repository<Payment<?>,PaymentIdentifier> (class). This is a lot of detail for a high-level node. I wonder if it should be changed to PaymentRepository (@+ payments), i.e., $typeName (@beanLookup).
  • The individual query methods are currently only listing the names. It would be nice if it were the full signature. So instead of findByStatus, it'd be findByStatus(Status) : List<Payment<?>>

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions