Interface AnyKeySource
-
- All Superinterfaces:
ImplicitAnyKeyColumnNameSource,ImplicitNameSource
public interface AnyKeySource extends ImplicitAnyKeyColumnNameSource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<RelationalValueSource>getRelationalValueSources()HibernateTypeSourcegetTypeSource()-
Methods inherited from interface org.hibernate.boot.model.naming.ImplicitAnyKeyColumnNameSource
getAttributePath
-
Methods inherited from interface org.hibernate.boot.model.naming.ImplicitNameSource
getBuildingContext
-
-
-
-
Method Detail
-
getTypeSource
HibernateTypeSource getTypeSource()
-
getRelationalValueSources
java.util.List<RelationalValueSource> getRelationalValueSources()
-
-