[jira] [Updated] (CAUSEWAY-3779) Support for Query By Id(s)

2025-03-15 Thread Andi Huber (Jira)


 [ 
https://issues.apache.org/jira/browse/CAUSEWAY-3779?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andi Huber updated CAUSEWAY-3779:
-
Fix Version/s: 3.4.0
   (was: 3.3.0)

> Support for Query By Id(s)
> --
>
> Key: CAUSEWAY-3779
> URL: https://issues.apache.org/jira/browse/CAUSEWAY-3779
> Project: Causeway
>  Issue Type: Improvement
>  Components: Persistence JDO, Persistence JPA
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 3.4.0
>
>
> Given some stringified Entity IDs, fetch me all the entities with those IDs 
> in one bulk.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (CAUSEWAY-3862) [Wicket Viewer] (Drag &) Drop Support on Text Input

2025-03-15 Thread Andi Huber (Jira)
Andi Huber created CAUSEWAY-3862:


 Summary: [Wicket Viewer] (Drag &) Drop Support on Text Input
 Key: CAUSEWAY-3862
 URL: https://issues.apache.org/jira/browse/CAUSEWAY-3862
 Project: Causeway
  Issue Type: Improvement
  Components: Viewer Wicket
Reporter: Andi Huber
Assignee: Andi Huber
 Fix For: 3.3.0


Text input elements should support drop events with text data.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (CAUSEWAY-3863) TeardownFixtureJpaAbstract missing methods

2025-03-15 Thread ocs_wove (Jira)


 [ 
https://issues.apache.org/jira/browse/CAUSEWAY-3863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ocs_wove updated CAUSEWAY-3863:
---
Description: 
The class TeardownFixtureJpaAbstract doesn't have all the methods that the JDO 
counterpart TeardownFixtureJdoAbstract does have.

They should be interchangeable if you want to migrate from and to JDO or JPA.

> TeardownFixtureJpaAbstract missing methods
> --
>
> Key: CAUSEWAY-3863
> URL: https://issues.apache.org/jira/browse/CAUSEWAY-3863
> Project: Causeway
>  Issue Type: Bug
>Reporter: ocs_wove
>Priority: Major
>
> The class TeardownFixtureJpaAbstract doesn't have all the methods that the 
> JDO counterpart TeardownFixtureJdoAbstract does have.
> They should be interchangeable if you want to migrate from and to JDO or JPA.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (CAUSEWAY-3867) [Persistence] JPA Embeddable should override Entity

2025-03-15 Thread Andi Huber (Jira)


 [ 
https://issues.apache.org/jira/browse/CAUSEWAY-3867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andi Huber updated CAUSEWAY-3867:
-
Description: 
Say we have an entity Car and a subtype CarNonPersistent, then with JPA we can 
annotate the CarNonPersistent type with Embedded, which prevents JPA from 
creating a table for it.

However, Causeway's metamodel introspection must play along and don't identify 
classes as entity candidates, when annotated w/ Embedded.

  was:
Say we have an entity Car and a subtype CarNonPersistent, then with JPA wr can 
annotate the CarNonPersistent type with Embedded, which prevents JPA from 
creating a table for it.

However Causeways metamodel introspect must play along and don't identify 
classes as entity candidates, when annotated w/ Embedded.


> [Persistence] JPA Embeddable should override Entity
> ---
>
> Key: CAUSEWAY-3867
> URL: https://issues.apache.org/jira/browse/CAUSEWAY-3867
> Project: Causeway
>  Issue Type: Improvement
>  Components: Persistence JPA
>Reporter: Andi Huber
>Assignee: Andi Huber
>Priority: Major
> Fix For: 3.3.0
>
>
> Say we have an entity Car and a subtype CarNonPersistent, then with JPA we 
> can annotate the CarNonPersistent type with Embedded, which prevents JPA from 
> creating a table for it.
> However, Causeway's metamodel introspection must play along and don't 
> identify classes as entity candidates, when annotated w/ Embedded.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)