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

Index annotation for generating single-column indexes in DDL #180

Merged
merged 2 commits into from
Jul 29, 2014
Merged

Index annotation for generating single-column indexes in DDL #180

merged 2 commits into from
Jul 29, 2014

Conversation

rvbiljouw
Copy link
Contributor

Don't know exactly how helpful this is or how close it is to how it should be implemented, but I needed this a lot so I decided to just make a pull request for it.

I've added a new annotation (Index) which when applied to fields in a bean class will generate a single-column index for that particular field.

rbygrave added a commit that referenced this pull request Jul 29, 2014
Index annotation for generating single-column indexes in DDL
@rbygrave rbygrave merged commit 664e95d into ebean-orm:master Jul 29, 2014
@rbygrave
Copy link
Member

Good stuff - thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants