Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Active Objects vs Entity Manager

Garambela Asadela
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 11, 2017

While developing a plugin I implemented my persistence layer with help of the Active Objects Library. 

Somehow it just worked but when I was researching about testing AO's, I saw the use of EntityManager in many places and wondered if I'd have to use it, too.

As I couldn't find any satisfying content in the documentation about it I want to ask you, Atlassian Experts, what exactly the use of this EntityManager is.

  • Does using it have an advantage over using "pure Active Objects" without it? 
  • How can I test my AO's without it or can I just use the EM for my Unit-Tests?
  • Will my plugin still be backwards compatible when I use the EM?

Thank you very much in advance!

 

G.A.

1 answer

1 vote
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 11, 2017

Suggest an answer

Log in or Sign up to answer