类 IdentityNamingStrategy

  • 所有已实现的接口:
    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)

    从以下版本开始:
    1.2
    作者:
    Rob Harrop, Juergen Hoeller