Jibber-jabba foo

June 17, 2008 under technical

From the docs…

public interface EntityManager

Interface used to interact with the persistence context. An EntityManager instance is associated with a persistence context. A persistence context is a set of entity instances in which for any persistent entity identity there is a unique entity instance. Within the persistence context, the entity instances and their lifecycle are managed. This interface defines the methods that are used to interact with the persistence context.

I don’t know what is scarier: the jargon, or the fact that after you work with it a while, the jargon starts to make sense.

Generally the problem with jargon is that the same concepts can be explained in a simpler fashion; the jargon is overcomplicated and obstructive.

The scary thing about this bit of jargon is that it is not overcomplicated; just straight up complicated. The subjects under discussion genuinely are that abstract. There are no simpler terms to use.

It really really bothers me that the most accurate term for something could actually be, “persistence context”.

comments: 0 »

Leave a Reply

Your email address will not be published. Required fields are marked *

*

Comment

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>