Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged JPA

0 votes
1.8k views
1 answer
    I'm finding my feet with Hibernate Annotations and I've hit a problem I hope someone can help with. I have ... guidance would be great, thanks! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
806 views
1 answer
    I want to compare the current value of an in-memory Hibernate entity with the value in the database: HibernateSession ... oldEntity note... :-( See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
892 views
1 answer
    Searched for a few hours, but I'm stuck in a my learning curve for PlayFramework with JPA. I'm building a ... answer worked for me after all. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm trying to use the @OrderColumn annotation with Hibernate 3.5 @OneToMany(mappedBy = "parent",fetch=FetchType.EAGER ... save the new order to the database. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    Here is my pojo class @Entity public class Department { @Id @GeneratedValue(strategy=GenerationType.IDENTITY) @Column( ... must be as DEP0001, DEP0002,DEP0003 Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I faced the problem that one-to-one lazy loading doesn't work in hibernate. I've already solved it, but still ... but I still can't grasp optional=false magic. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.9k views
1 answer
    I am trying to develop a class that runs at specific intervals and performs some DB modifications. the code I ... required-to-perform-this-operation-either-use-a-transaction-or-e...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
976 views
1 answer
    Currently, I am trying to update the eclipse-ee4j/cargotracker(originally it is a rewritten version of ... /questions/65839254/wildfly-hibernate-update-an-embedded-property-failed...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
958 views
1 answer
    Currently, I am trying to update the eclipse-ee4j/cargotracker to the latest Jakarta EE 8: https://github.com ... -count-on-collection-which-owner-is-an-embedable-return-0...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    i have to deploy a multi-module application in ear on Liberty Server 20 in my Eclipse. This application use ... -loading-issues-or-problem-with-hibernate-migrating-tomcat-app-on...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
914 views
1 answer
    So I need to run tests with eclipselink.mapping.onetomany.defer-inserts=true to have them being green. ... /alternative-to-change-configurations-of-tests-via-edit-configurations...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
953 views
1 answer
    I'm currently learning the new Java EE 6 component models and am confused with the latest dependency injection ... questions/5889767/what-is-the-difference-between-inject-and-ejb...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
964 views
1 answer
    I'm currently learning the new Java EE 6 component models and am confused with the latest dependency injection ... questions/5889767/what-is-the-difference-between-inject-and-ejb...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
978 views
1 answer
    I need to convert a certain query to JPA using CriteriaBuilder. The query looks like this: SELECT * FROM ENTITY1 ... how-to-join-an-entity-and-a-custom-select-using-criteriabuilder...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm having some troubles with EJB3/JTA transaction and transaction isolation. I'm using WildFly 17. I have a ... } } Is there something wrong using REQUIRES_NEW like this ?...
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    Telosys generates timestamp columns like that: @Temporal(TemporalType.TIMESTAMP) @Column(name="AKT_TS") private Date aktTs; ... , so that the whole precision can be used?...
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
910 views
1 answer
    Access denied for user 'root //your db user name '@'localhost' (using password: YES) answer In Spring ... .1.jar:2.4.1] at net.javaguides.springboot.SpringbootThymeleafCloudWebAp...
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    Does someone knows a method to use a One To One Mapping where you save the parent but not inserting any children. Maybe the ... table row (with the new PARENT ID as FK). Thanks !...
asked Feb 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.0k views
1 answer
    I have been Trying to generate JPA2 Specification that can filter data by joining another table. The tables are ApplicationUser{ String ... cq, cb) -> { return predicate??? } }...
asked Feb 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I'm testing how timestamps are stored into Oracle DB using JPA and I'm a little surprised by the result. The oracle ... timezone of app server, it does not seem to make sense....
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...