Uses of Interface
org.hibernate.metamodel.spi.RuntimeMetamodelsImplementor
-
Packages that use RuntimeMetamodelsImplementor Package Description org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate
.org.hibernate.metamodel.internal org.hibernate.processor.validation Validation for HQL queries. -
-
Uses of RuntimeMetamodelsImplementor in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return RuntimeMetamodelsImplementor Modifier and Type Method Description RuntimeMetamodelsImplementor
SessionFactoryDelegatingImpl. getRuntimeMetamodels()
RuntimeMetamodelsImplementor
SessionFactoryImplementor. getRuntimeMetamodels()
-
Uses of RuntimeMetamodelsImplementor in org.hibernate.internal
Methods in org.hibernate.internal that return RuntimeMetamodelsImplementor Modifier and Type Method Description RuntimeMetamodelsImplementor
SessionFactoryImpl. getRuntimeMetamodels()
-
Uses of RuntimeMetamodelsImplementor in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal that implement RuntimeMetamodelsImplementor Modifier and Type Class Description class
RuntimeMetamodelsImpl
-
Uses of RuntimeMetamodelsImplementor in org.hibernate.processor.validation
Methods in org.hibernate.processor.validation that return RuntimeMetamodelsImplementor Modifier and Type Method Description RuntimeMetamodelsImplementor
MockSessionFactory. getRuntimeMetamodels()
-