Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Реструктурированы визиторы для императивного мэппинга #126

Merged
merged 4 commits into from
May 28, 2024

Conversation

passimens
Copy link
Collaborator

Предлагается решение тикета #121.
FKeyMapper интегрирован в PropMapper.
Проверка существования ForeignKey перед созданием теперь выполняется с учетом имени ссылочного свойства, для которого создается FK. За счет объединения двух визиторов созданный FK напрямую используется для мэппинга свойств в ORM.
Попутно введена конвенция именования полей для FK, что, как предполагается, решает также тикет #123.

passimens and others added 3 commits April 18, 2024 20:11
!!!Not yet working!!!
? Need to verify property mapping with the correct FK specifications ?
and un-commenting test code for multiple toOne relations
For automatic FK passing to property relations.
@Assargadon Assargadon merged commit db57e74 into orm-imperative-mapping May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants