Package org.hibernate.metamodel.internal
Class RuntimeMetamodelsImpl
java.lang.Object
org.hibernate.metamodel.internal.RuntimeMetamodelsImpl
- All Implemented Interfaces:
RuntimeMetamodels,RuntimeMetamodelsImplementor
- Author:
- Steve Ebersole
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetEmbedded(String role) getEmbedded(NavigableRole role) Access to the JPA / domain metamodel.Access to the relational mapping model.voidsetJpaMetamodel(JpaMetamodelImplementor jpaMetamodel) voidsetMappingMetamodel(MappingMetamodelImplementor mappingMetamodel) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.metamodel.RuntimeMetamodels
getEntityMappingType, getEntityMappingType, getImportedName, getPluralAttributeMapping
-
Constructor Details
-
RuntimeMetamodelsImpl
public RuntimeMetamodelsImpl()
-
-
Method Details
-
getJpaMetamodel
Description copied from interface:RuntimeMetamodelsAccess to the JPA / domain metamodel.- Specified by:
getJpaMetamodelin interfaceRuntimeMetamodels- Specified by:
getJpaMetamodelin interfaceRuntimeMetamodelsImplementor
-
getMappingMetamodel
Description copied from interface:RuntimeMetamodelsAccess to the relational mapping model.- Specified by:
getMappingMetamodelin interfaceRuntimeMetamodels- Specified by:
getMappingMetamodelin interfaceRuntimeMetamodelsImplementor
-
getEmbedded
- Specified by:
getEmbeddedin interfaceRuntimeMetamodels
-
setMappingMetamodel
-
setJpaMetamodel
-