You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is a lot of configuration needed to get the DynamicRelations working (DrmConfig,RealtionType)
It should be possible to streamline the usage of the framework to a simpler process.
Any suggestions are welcome
The text was updated successfully, but these errors were encountered:
Related to #30
Simplify the usage of the DynamicRelations framework by reducing configuration requirements.
* **Annotation Changes**
- Update `@Relation` annotation to include `ElementType.FIELD`.
- Remove `sourceClass` attribute from `@Relation` annotation.
* **Processor Changes**
- Remove `getSourceClass` method from `ReleationProcessor.java`.
- Update `createEntityMetaData` method to remove `sourceObjectName` parameter.
- Update `createDynamicRelationEntity` method to remove `sourceObjectName` parameter.
* **Documentation Changes**
- Update `README.md` to reflect the simplified process.
- Remove the `sourceClass` attribute from the "Add the @relation" section.
- Remove the "Import Config Module for Component Scan" section.
* **File Deletion**
- Delete `DrmConfig.java`.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Mom0aut/DynamicRelations/issues/30?shareId=XXXX-XXXX-XXXX-XXXX).
Currently there is a lot of configuration needed to get the DynamicRelations working (
DrmConfig,RealtionType
)It should be possible to streamline the usage of the framework to a simpler process.
Any suggestions are welcome
The text was updated successfully, but these errors were encountered: