public interface

Mapping

org.hibernate.engine.Mapping
Known Indirect Subclasses

Class Overview

Defines operations common to "compiled" mappings (ie. SessionFactory) and "uncompiled" mappings (ie. Configuration) that are used by implementors of Type.

Summary

Public Methods
abstract IdentifierGeneratorFactory getIdentifierGeneratorFactory()
This method is deprecated. temporary solution
abstract String getIdentifierPropertyName(String className)
abstract Type getIdentifierType(String className)
abstract Type getReferencedPropertyType(String className, String propertyName)

Public Methods

public abstract IdentifierGeneratorFactory getIdentifierGeneratorFactory ()

This method is deprecated.
temporary solution

Allow access to the id generator factory, though this is only needed/allowed from configuration.@return

public abstract String getIdentifierPropertyName (String className)

public abstract Type getIdentifierType (String className)

public abstract Type getReferencedPropertyType (String className, String propertyName)