[
https://issues.apache.org/jira/browse/ISIS-2481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17266525#comment-17266525
]
ASF subversion and git services commented on ISIS-2481:
-------------------------------------------------------
Commit 09998ef8413b3085e6e5aea9e8a15f746377056d in isis's branch
refs/heads/master from Andi Huber
[ https://gitbox.apache.org/repos/asf?p=isis.git;h=09998ef ]
ISIS-2481: simplify bean-type registry to collect all entity types
(JDO+JPA) in a single set
the bean-type registry is really just a helper to bootstrap JDO and the
metamodel, once initialized, its better practice to just ask the
PersistenceManagerFactory (JDO), which entities it feels responsible for
(aka JDO Metamodel)
> Consolidate BeanSort ENTITY_JDO, ENTITY_JPA -> ENTITY
> -----------------------------------------------------
>
> Key: ISIS-2481
> URL: https://issues.apache.org/jira/browse/ISIS-2481
> Project: Isis
> Issue Type: Improvement
> Components: Isis Core
> Reporter: Andi Huber
> Assignee: Andi Huber
> Priority: Major
> Fix For: 2.0.0-M5
>
>
> This affects the programming model!
> The framework should be smart enough to autodetect, what sort of entity a
> class/type is. Lets not require devs to be specific about this.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)