Interface ObjectIdentityGenerator

    • Method Detail

      • createObjectIdentity

        ObjectIdentity createObjectIdentity​(java.io.Serializable id,
                                            java.lang.String type)
        Parameters:
        id - the identifier of the domain object, not null
        type - the type of the object (often a class name), not null
        Returns:
        the identity constructed using the supplied identifier and type information.