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

  • Home
  • SEARCH
  • 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 6351399
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T21:59:52+00:00 2026-05-24T21:59:52+00:00

I wanted to use Ormlite in my java project so I created two beans

  • 0

I wanted to use Ormlite in my java project so I created two beans :

@DatabaseTable(tableName = "worker")
public class Worker {

    @DatabaseField(columnName="wo_id" , generatedId=true , id=true)
    private Integer woId;

    @DatabaseField(columnName="wo_nom")
    private String woNom;
}

@DatabaseTable(tableName = "qualification")
public class Qualification {

    @DatabaseField(columnName="qu_id" , generatedId=true , id=true)
    private Integer quId;

    @DatabaseField(columnName="qu_nom")
    private String quNom;
}

When creating the tables, I figured out (too late maybe?) that I needed SQLlite or something like that…

Is it possible to create and use a database from my Java project without using JDBC or anything else of the kind?

  • 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-05-24T21:59:53+00:00Added an answer on May 24, 2026 at 9:59 pm

    without using JDBC or anything else of the kind

    JDBC is the way that Java interacts with databases of any kind unless you care to write your own database driver. Assuming you don’t want to do that and what you’re really looking for is an in-memory or file-based database, use H2. It’s superior to both HSQL, which is its predecessor, and Derby.

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

Sidebar

Related Questions

I wanted to use code like this in my Zend Framework project: public function
I have a college project based on java swing. I wanted to use windowbuilder
I wanted to use T4 to generate properties for a partial class. I'm running
I wanted to use JET (Java Emitter Templates) in my Netbeans projects, but had
i wanted to use my java code as beanshell script but beanshell throws Exception
I wanted to use the Flying Saucer Java API in .NET so I tried
I use log4j in my project and wanted to use FallbackErrorHandler for Backup-Reasons. So,
I just started a new project and wanted to use HaskellDB in the beginning.
I wanted to use the var keyword to declare a field in my class
I started a small project and wanted to use Subsonic's SimpleRepository for my database

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.