eclipselink
How do I mark fields as required/optional when reading XML with MOXy?
Having a trivial c开发者_JS百科ode like this: @XmlRootElement @XmlAccessorType(XmlAccessType.FIELD)[详细]
2023-03-30 14:05 分类:问答EclipseLink JPA secondary server
hoping someone may tell me if there is a way to provide automatic redundancy using JPA. We\'re currently using EclipseLink but can change should another provider have a suitable solution) and we need[详细]
2023-03-29 20:43 分类:问答CriteriaQuery "where" gets lost when "orderBy" is applied
I am learning how to use CriteriaQuery in JPA 2.0 and hit a snag.My application builds a query with interactive input from the user.When the column headers are clicked, an orderBy term is applied.When[详细]
2023-03-29 18:48 分类:问答EclipseLink refuses to map native query on PostgreSQL to entity
I have a JPA entity class (one of many) and I can run JPQL queries on it, returning that entity without any problem. However, when I attempt to run any named native query that selects all the fields o[详细]
2023-03-29 06:24 分类:问答With MOXy and XPath, is it possible to unmarshal two lists of attributes?
Note, this is not a duplicate of another question I asked, \"With MOXy and XPath, is it possible to unmarshal a list of attributes?\"It\'s similar, but not the same.[详细]
2023-03-29 01:40 分类:问答Jaxb project in eclipse indigo
When I create a jaxb project in eclipse indigo, it tells me \"The currently selected JAXB library provider is invalid\" which is ecli开发者_JS百科pselink2.3.0-Indigo[详细]
2023-03-28 04:34 分类:问答Static Weaving for EclipseLink with Eclipse WTP
I\'ve got a project running on Tomcat within Eclipse WTP that deploys with some JPA entities. I would like to enable ChangeTracking on these entities, but this requires enabling weaving. S开发者_JAVA技[详细]
2023-03-27 23:05 分类:问答How to get unique results in JPA
I am using this JPA-Query (EclipseLink): SELECT e FROM Entity e GROUP BY e.label But i get all rows in my result开发者_如何学C instead of only the unique labels.[详细]
2023-03-26 20:39 分类:问答Can I replace jaxb.properties with code?
I am using some non-standard extensions from EclipseLink\'s implementation of JAXB, and to enable that implementation, I have to configure it using jaxb.properties. Works well.[详细]
2023-03-26 02:16 分类:问答Spring + Eclipselink + JtaTransactionManager = javax.persistence.TransactionRequiredException
I really hope you can help me. I\'ve been looking all over the internet for answers and none of them works.[详细]
2023-03-25 05:01 分类:问答