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
During the rom container setup, if would be very useful to have a struct_namespace setting so that we don't need to pass this to Repositories/Relations.
Another idea is that this could be part of auto_registration under a certain directory (I'm biased towards Entities :p )
This would reduce the amount of boilerplate when setting up repositories & relations needed. Of course, a local call to struct_namespace should have precedence (for folks who split theirs entities into a bunch of different namespaces).
The text was updated successfully, but these errors were encountered:
During the rom container setup, if would be very useful to have a
struct_namespace
setting so that we don't need to pass this to Repositories/Relations.Another idea is that this could be part of auto_registration under a certain directory (I'm biased towards
Entities
:p )Examples
This would reduce the amount of boilerplate when setting up repositories & relations needed. Of course, a local call to
struct_namespace
should have precedence (for folks who split theirs entities into a bunch of different namespaces).The text was updated successfully, but these errors were encountered: