Uses of Class
io.quarkus.hibernate.orm.runtime.boot.xml.RecordableXmlMapping
-
Packages that use RecordableXmlMapping Package Description io.quarkus.hibernate.orm.runtime.boot io.quarkus.hibernate.orm.runtime.boot.xml -
-
Uses of RecordableXmlMapping in io.quarkus.hibernate.orm.runtime.boot
Methods in io.quarkus.hibernate.orm.runtime.boot that return types with arguments of type RecordableXmlMapping Modifier and Type Method Description List<RecordableXmlMapping>QuarkusPersistenceUnitDefinition.Serialized. getXmlMappingBindings()List<RecordableXmlMapping>QuarkusPersistenceUnitDefinition. getXmlMappings()Method parameters in io.quarkus.hibernate.orm.runtime.boot with type arguments of type RecordableXmlMapping Modifier and Type Method Description voidQuarkusPersistenceUnitDefinition.Serialized. setXmlMappingBindings(List<RecordableXmlMapping> xmlMappingBindings)Constructor parameters in io.quarkus.hibernate.orm.runtime.boot with type arguments of type RecordableXmlMapping Constructor Description QuarkusPersistenceUnitDefinition(org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor persistenceUnitDescriptor, Optional<String> dataSource, MultiTenancyStrategy multitenancyStrategy, List<RecordableXmlMapping> xmlMappings, boolean isReactive, boolean fromPersistenceXml, List<HibernateOrmIntegrationStaticDescriptor> integrationStaticDescriptors) -
Uses of RecordableXmlMapping in io.quarkus.hibernate.orm.runtime.boot.xml
Methods in io.quarkus.hibernate.orm.runtime.boot.xml that return RecordableXmlMapping Modifier and Type Method Description static RecordableXmlMappingRecordableXmlMapping. create(org.hibernate.boot.jaxb.spi.Binding<?> binding)
-