nl.gx.webmanager.services.entitymanager
Interface WmId


public interface WmId

Web Manager unified ID. A WmId object is used to uniquely identify a persistent object in WM regardless of whether it is stored in a JSR-170 compliant repository or as a row in an SQL table, or something else. Implementations of this interface will typically encapsulate a ID specific to a given persistence mechanism, such as a primary key for a SQL table, or a UUID in JCR. Implementors of this interface must redefine the following methods:

WmIds are regularly stored in Maps and other Java collections. WmId objects must be immutable.

Author:
nikolam, bramk
See Also:
JcrWmId



Copyright © 2007-2011 GX Software BV. All Rights Reserved.