The description of EntityManager / 
		PersistenceManager and
		trnasaction nodes are dependent on the call stack
		when the manager is created or the
		transaction is started, and can be controlled by an optional parameter 
		to the kodo.ManagementConfiguration property (see
		Section 2.7.41, “kodo.ManagementConfiguration”):
		
				StackStyle:  Indicates how much of the
				call stack where the manager or transaction was 
				created/started to include.
				line indicates a single line, 
				partial indicates a partial stack starting 
				at the user code, and full indicates a full
				call stack, including Kodo code.  Defaults to 
				line  The full call stack is only 
				interesting from a debugging standpoint.
			
|    |