Package org.hibernate.cfg
Interface ObjectNameSource
-
public interface ObjectNameSourceSource for database object names (identifiers).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetExplicitName()Retrieve the name explicitly provided by the user.StringgetLogicalName()Retrieve the logical name for this object.
-
-
-
Method Detail
-
getExplicitName
String getExplicitName()
Retrieve the name explicitly provided by the user.- Returns:
- The explicit name.
-
getLogicalName
String getLogicalName()
Retrieve the logical name for this object. Usually this is the name under which the "thing" is registered.- Returns:
- The logical name.
-
-