Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9159673
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T13:33:05+00:00 2026-06-17T13:33:05+00:00

is there a way, to change the primary key of ORMlite defined databases ?

  • 0

is there a way, to change the primary key of ORMlite defined databases ?

i’m having a class User with

@DatabaseField(columnName = NAME_FIELD_NAME, canBeNull = false, id = true)
private String name = "";

and i query it with DAO.querybyid(String name);

But when i try to alter the name in the database, it doesn’t give me any warnings, will ORMLite alter the table column and remove the index, and then update the column and place the index again ?

I don’t think so heh ? so need a workaround 🙁 but also want the DAO.querybyid() advantage to get the user by String.

Can someone help me ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T13:33:06+00:00Added an answer on June 17, 2026 at 1:33 pm

    will ORMLite alter the table column and remove the index, and then update the column and place the index again ?

    I assume you are altering your schema using the dao.rawExecute(...) method? ORMLite doesn’t do anything magical with this statement — it just sends it to the underlying database. So if you are asking for the field name but it’s been renamed to be id then the DAO will not work since it doesn’t correspond to the database. It will do a "SELECT name, ... FROM ..." and get a SQL error.

    What you can do is have two different versions of the class. The first one has it with the “old” field-name and the new one has it with the “new” name. Then if you detect that you need to update the schema, you can issue the raw ALTER SQL statements, and then start using the DAO corresponding to the new version of the class.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a way to change the height of a progress view bar in
Is there a way to change the 'Appearance color' (or theme) in the editor
Is there a way to change tabs order in Vim (i.e. change the position
Is there any way to change the selection bar text color in a list
Is there a way to change (for the purpose of localization) the null placeholder
Is there any way to change(increase) the data type of a column while saving
Is there any way to change the Facebook album privacy settings with graph api
Is there a way to change the direction for transitions globally? I know we
Is there any way to change the BackColor of the border of a panel
Is there any way to change the icon of an application after it is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.