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 7017179
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T22:52:51+00:00 2026-05-27T22:52:51+00:00

I am writing an entity that has a tree like data structure. I am

  • 0

I am writing an entity that has a tree like data structure. I am using embeddable objects as the nodes. These embeddable nodes must carry a 2D boolean array.

can I just do something like this:

@Embeddable
public class AwesomeNode implements Serializable{

    private boolean[][] matrix;

    // getters, setters and other stuff

}

I have been reading the documentation, and although all primitive types are supported, it seems that boolean arrays are not.

If this is indeed the case, I was planning on using a byte[width*height] (explicitly supported) and then just perform necessary logic on the user end. Is this a good idea? A better way of doing it?

Can anyone offer some guidance.

  • 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-27T22:52:51+00:00Added an answer on May 27, 2026 at 10:52 pm

    JPA is built in a manner that a field value can easily be stored in the relational data base. How whould you like to store a 2D array in a table?
    You should answer to yourself on this question and you’ll see immediately how it should be mapped.

    Example: if you say it will be binary representation than you should go for the BLOB mapping

    Or, if you know how many columns will be in your matrix, you can probably dedicate a table for it each row in the table will be a row in you 2D array. The choice is yours, but yes, you can’t just take the 2D array and store it, it just doesn’t suite out of the box to be stored in the relational DB.

    Hope this helps

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

Sidebar

Related Questions

I'm writing an application that has POCO Entity Framework data access on the server.
I am writing a new application using the Entity Framework. Where would the EF
I'm writing a little utility to load Entity Data Models from an assembly and
My application is SL2 reading and writing data through an Entity Framework Model exposed
Writing something like this using the loki library , typedef Functor<void> BitButtonPushHandler; throws a
I am writing my project using Entity Framework 4.0 (Model first). At the beginning
I have a coredata based iphone app and have an Entity that has latitude
I'm writing a Java SE (desktop) application that has to access different databases all
I need to connect to a DB that has for each entity, a view
I am using EF 4.0, at the time I am writing these lines I

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.