Interface CometIdBuilder
public interface CometIdBuilder
Interface for ID builders.
Various methods, particularly of the ProductDataMapping interface, require
a CometIdBuilder. Usually, this is one of the standard IdBuilders provided
by the CometIdBuilderFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateEntityId(EntityData object) Creates a compound Id for an arbitrary EntityData object.createEntityId(EntityData object, EntityData parent) Creates a compound Id for an arbitrary EntityData object with EntityData parent.
-
Method Details
-
createEntityId
Creates a compound Id for an arbitrary EntityData object with EntityData parent.
- Parameters:
object- the objectparent- parent, if applicable, or null- Returns:
- compound ID
-
createEntityId
Creates a compound Id for an arbitrary EntityData object.
- Parameters:
object- the object- Returns:
- compound ID
-