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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T19:37:32+00:00 2026-06-07T19:37:32+00:00

I created entity from the tables . Here is my employee entity. Class Emp{

  • 0

I created entity from the tables . Here is my employee entity.

Class Emp{
String id,
java.sql.date joinDate
}

As i see to_date() is not applicable in JPA, How can i persist the joined date in the same format 2010-12-25T12:00:00 into the database by using jpa.

How can i specify this format yyyy-MM-dd’T’HH:mm:ss.

Later on i want to search the emp who has joined in the format (yyyy-mm-dd) 2010-12-25, so that i can get all the values from the database
2010-12-25T12:00:00
2010-12-25T11:00:00
2010-12-25T10:05:00

@NamedQuery(name=”getEmployeeByDate”,query=”select p from Emp p where p.joinDate =? “)

  • 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-07T19:37:35+00:00Added an answer on June 7, 2026 at 7:37 pm

    We can’t save the date value “2010-12-25T12:00:00” directly in the database.So we have to convert that to the date time using SimpleDateFormat’s parse method.with the help of parse method you can get the date time value.Then you can store that value into the column which has the type as TimeStamp.

    For Retrieval the value,get the values as the dateTime,then format the value using the simpledatformat class’s format method in java.text package.

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

Sidebar

Related Questions

I have an entity called Medico which was created as an Entity Class from
I have created an entity data model and generated a database from it. One
I've created a class library that contains three entity models for three databases that
I'm trying to add an object created from Entity Data Model classes. I have
Here is simplified SQL of my tables, which is converted to LINQ to SQL
Here is the BlogPost model : @Entity @Table(name = blog_posts) public class BlogPost extends
I'm having trouble seeing tables from one particular SQL Server 2008 database while trying
I created relation @ManyToMany with the same entity. Here is my entity: @Entity @Table(name
I have created mvc3 application. where using EF to populate dropdownlist from tables. now
I cannot update created previously entity. I'm getting a StaleObjectException exception with message: Row

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.