Uses of Class
io.quarkus.hibernate.orm.runtime.recording.RecordedState
-
-
Uses of RecordedState in io.quarkus.hibernate.orm.runtime
Methods in io.quarkus.hibernate.orm.runtime that return RecordedState Modifier and Type Method Description static RecordedStatePersistenceUnitsHolder. createMetadata(QuarkusPersistenceUnitDefinition unit, org.hibernate.boot.archive.scan.spi.Scanner scanner, Collection<Class<? extends org.hibernate.integrator.spi.Integrator>> additionalIntegrators, PreGeneratedProxies proxyDefinitions)static RecordedStatePersistenceUnitsHolder. popRecordedState(String persistenceUnitName) -
Uses of RecordedState in io.quarkus.hibernate.orm.runtime.boot
Methods in io.quarkus.hibernate.orm.runtime.boot that return RecordedState Modifier and Type Method Description RecordedStateFastBootMetadataBuilder. build() -
Uses of RecordedState in io.quarkus.hibernate.orm.runtime.boot.registry
Constructors in io.quarkus.hibernate.orm.runtime.boot.registry with parameters of type RecordedState Constructor Description PreconfiguredServiceRegistryBuilder(RecordedState rs) -
Uses of RecordedState in io.quarkus.hibernate.orm.runtime.customized
Constructors in io.quarkus.hibernate.orm.runtime.customized with parameters of type RecordedState Constructor Description QuarkusRuntimeProxyFactoryFactoryInitiator(RecordedState rs)
-