org.hibernate.cfg
Interface ObjectNameSource


public interface ObjectNameSource

Source for database object names (identifiers).

Author:
Steve Ebersole

Method Summary
 java.lang.String getExplicitName()
          Retrieve the name explicitly provided by the user.
 java.lang.String getLogicalName()
          Retrieve the logical name for this object.
 

Method Detail

getExplicitName

java.lang.String getExplicitName()
Retrieve the name explicitly provided by the user.

Returns:
The explicit name.

getLogicalName

java.lang.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.


Copyright © 2010. All Rights Reserved.