Class IdentityNamingStrategy

  • All Implemented Interfaces:
    ObjectNamingStrategy

    public class IdentityNamingStrategy
    extends Object
    implements ObjectNamingStrategy
    An implementation of the ObjectNamingStrategy interface that creates a name based on the identity of a given instance.

    The resulting ObjectName will be in the form package:class=class name,hashCode=identity hash (in hex)

    Since:
    1.2
    Author:
    Rob Harrop, Juergen Hoeller