AbstractEntityBOBuilder

Classes known as Entity Business Object Builders need to be implemented for the entities in a Business Object Type. These produce XML fragments for the entity and also perform the low-level CRUD actions involved in upserting the entity's content.

The AbstractEntityBOBuilder class provides capabilities that are helpful in implementing the ReadAndUpsertBOM. Essentially, it provides two pieces of functionality:

For more details, please refer the javadoc for curam.ctm.bom.util.impl.AbstractEntityBOBuilder. Additionally, more detail on using this class is provided in the Developing BOMs.