Package org.hibernate.metamodel.internal
Class RuntimeMetamodelsImpl
java.lang.Object
org.hibernate.metamodel.internal.RuntimeMetamodelsImpl
- All Implemented Interfaces:
RuntimeMetamodels
,RuntimeMetamodelsImplementor
,BindingContext
,MappingContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIdentifierPropertyName
(String className) getIdentifierType
(String className) Access to the JPA / domain metamodel.Access to the relational mapping model.getReferencedPropertyType
(String className, String propertyName) void
setJpaMetamodel
(JpaMetamodelImplementor jpaMetamodel) void
setMappingMetamodel
(MappingMetamodelImplementor mappingMetamodel) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hibernate.metamodel.RuntimeMetamodels
getEntityMappingType, getEntityMappingType, getImportedName, getPluralAttributeMapping
-
Constructor Details
-
RuntimeMetamodelsImpl
-
-
Method Details
-
getTypeConfiguration
- Specified by:
getTypeConfiguration
in interfaceBindingContext
-
getJpaMetamodel
Description copied from interface:RuntimeMetamodels
Access to the JPA / domain metamodel.- Specified by:
getJpaMetamodel
in interfaceBindingContext
- Specified by:
getJpaMetamodel
in interfaceRuntimeMetamodels
- Specified by:
getJpaMetamodel
in interfaceRuntimeMetamodelsImplementor
-
getMappingMetamodel
Description copied from interface:RuntimeMetamodels
Access to the relational mapping model.- Specified by:
getMappingMetamodel
in interfaceBindingContext
- Specified by:
getMappingMetamodel
in interfaceRuntimeMetamodels
- Specified by:
getMappingMetamodel
in interfaceRuntimeMetamodelsImplementor
-
getIdentifierType
- Specified by:
getIdentifierType
in interfaceMappingContext
- Throws:
MappingException
-
getIdentifierPropertyName
- Specified by:
getIdentifierPropertyName
in interfaceMappingContext
- Throws:
MappingException
-
getReferencedPropertyType
public Type getReferencedPropertyType(String className, String propertyName) throws MappingException - Specified by:
getReferencedPropertyType
in interfaceMappingContext
- Throws:
MappingException
-
setMappingMetamodel
-
setJpaMetamodel
-