public class

ObjectType

extends AnyType
implements BasicType
java.lang.Object
   ↳ org.hibernate.type.AbstractType
     ↳ org.hibernate.type.AnyType
       ↳ org.hibernate.type.ObjectType

Class Overview

Specific adaptation of the "any" type to the old deprecated "object" type

Summary

Fields
public static final ObjectType INSTANCE
Public Constructors
ObjectType()
Public Methods
String getName()
Returns the abbreviated name of the type.
String[] getRegistrationKeys()
Get the names under which this type should be registered in the type registry.
[Expand]
Inherited Methods
From class org.hibernate.type.AnyType
From class org.hibernate.type.AbstractType
From class java.lang.Object
From interface org.hibernate.type.AssociationType
From interface org.hibernate.type.BasicType
From interface org.hibernate.type.CompositeType
From interface org.hibernate.type.Type

Fields

public static final ObjectType INSTANCE

Public Constructors

public ObjectType ()

Public Methods

public String getName ()

Returns the abbreviated name of the type.

Returns
  • String the Hibernate type name

public String[] getRegistrationKeys ()

Get the names under which this type should be registered in the type registry.

Returns
  • The keys under which to register this type.