类 ObjectType

    • 字段详细资料

      • INSTANCE

        public static final ObjectType INSTANCE
        Singleton access
    • 方法详细资料

      • getName

        public String getName()
        从接口复制的说明: Type
        Returns the abbreviated name of the type.
        指定者:
        getName 在接口中 Type
        覆盖:
        getName 在类中 AnyType
        返回:
        String the Hibernate type name
      • getRegistrationKeys

        public String[] getRegistrationKeys()
        从接口复制的说明: BasicType
        Get the names under which this type should be registered in the type registry.
        指定者:
        getRegistrationKeys 在接口中 BasicType
        返回:
        The keys under which to register this type.