You can reference an object in a database by using a four-part object name form.
For example ClientSessionContext.java:23:java:J#1 refers to an object named ClientSessionContext.java with a version of 23, a type of java, and an instance of J#1.
The version_delimiter is the current version delimiter used in the database. For example, with the default version delimiter of - (hyphen), the specification ClientSessionContext.java-23:java:J#1 refers to an object named ClientSessionContext.java with a version of 23, a type of java, and an instance of J#1.