Oliver Gierke 02cacf59bc DATACMNS-322 - CdiRepositoryBean implements PassivationCapable.
To allow the CdiRepositoryBeans being used inside scoped CDI beans we need to implement PassivationCapable so that the CDI contain can serialize the bean instance and detect the contextual instance on deserialization. As the repositories are application scoped we simply consider a bean of a given type plus its qualifier annotations unique.
2013-04-26 18:46:15 +02:00
2013-02-07 13:26:04 +01:00
Description
No description provided
22 MiB
Languages
Java 100%