getRootEntityType

Returns the name of the root parent entity type

Syntax

public int getRootEntityType()

Parameters

None.

Returns

Returns the root entity type which is the root of the object graph. The entity type values are defined in the generated java class EntityType.java for the package.

Examples

  • Get the Root Entity Type
    getRootEntityType()