Package org.xwiki.instance
Class InstanceId
- java.lang.Object
-
- org.xwiki.instance.InstanceId
-
public class InstanceId extends Object
Represents an XWiki instance using a unique id. Note that we need this class so that Hibernate can persist and read the id.- Since:
- 5.2M2
- Version:
- $Id: dadc5b69597774cc7163349cf1fd80999862a158 $
-
-
Constructor Summary
Constructors Constructor Description InstanceId()
Default constructor.InstanceId(String id)
-