public interface

ObjectNameSource

org.hibernate.cfg.ObjectNameSource

Class Overview

Source for database object names (identifiers).

Summary

Public Methods
abstract String getExplicitName()
Retrieve the name explicitly provided by the user.
abstract String getLogicalName()
Retrieve the logical name for this object.

Public Methods

public abstract String getExplicitName ()

Retrieve the name explicitly provided by the user.

Returns
  • The explicit name.

public abstract String getLogicalName ()

Retrieve the logical name for this object. Usually this is the name under which the "thing" is registered with the Mappings.

Returns
  • The logical name.