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

Mark *UsingAttributes* classes as obsolete #46

Closed
hisystems opened this issue Apr 1, 2012 · 0 comments
Closed

Mark *UsingAttributes* classes as obsolete #46

hisystems opened this issue Apr 1, 2012 · 0 comments
Assignees

Comments

@hisystems
Copy link
Owner

All of the UsingAttributes classes, such as DatabaseObjectUsingAttributes, and DatabaseObjectsUsingAttributes should be deprecated and the use of attributes should be the default behavior of the base classes, such as DatabaseObject and DatabaseObjects. The use of attributes should be moved to these base classes. The modifications will mean that overriding the functions will be optional and if not overridden then the class will assume that attributes are used to define the associated object relational mapping information. Therefore, doing so will be backwards compatible because any existing code that does not use attributes will have had to override the base functions and therefore will function identically.

@ghost ghost assigned hisystems Apr 1, 2012
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

No branches or pull requests

1 participant