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

Is there a way to create multiples tables based on one simple class? #58

Closed
alemedero opened this issue Jan 4, 2016 · 2 comments
Closed

Comments

@alemedero
Copy link

I have a library project, with common functionalities and then i have multiple projects that depends on it.

Is there a way, for example, from one class "ArticleDTO" create multiple tables representing the categories that i have in each app?

Can i achieve this by using the table config file?

@xtien
Copy link

xtien commented Mar 11, 2016

Can you elaborate a little? Ormlite is an ORM tool that stores your objects in a database. I don's see how you can split up an object to store it in multiple tables without splitting up the class itself.

@kpgalligan
Copy link
Collaborator

Short answer is "no". Going to close this.

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

3 participants