public interface

BasicType

implements Type
org.hibernate.type.BasicType
Known Indirect Subclasses

Class Overview

Marker interface for basic types.

Summary

Public Methods
abstract String[] getRegistrationKeys()
Get the names under which this type should be registered in the type registry.
[Expand]
Inherited Methods
From interface org.hibernate.type.Type

Public Methods

public abstract 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.