public final class QuarkusPersistenceUnitDefinition extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
QuarkusPersistenceUnitDefinition.Serialized
This includes the state of both the QuarkusPersistenceUnitDefinition
and its more complex field of type LightPersistenceXmlDescriptor
|
static class |
QuarkusPersistenceUnitDefinition.Substitution |
| Constructor and Description |
|---|
QuarkusPersistenceUnitDefinition(org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor persistenceUnitDescriptor,
String dataSource,
org.hibernate.MultiTenancyStrategy multitenancyStrategy,
boolean isReactive,
boolean fromPersistenceXml,
boolean enversPresent) |
| Modifier and Type | Method and Description |
|---|---|
org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor |
getActualHibernateDescriptor() |
String |
getDataSource() |
org.hibernate.MultiTenancyStrategy |
getMultitenancyStrategy() |
String |
getName() |
boolean |
isEnversPresent() |
boolean |
isFromPersistenceXml() |
boolean |
isReactive() |
public QuarkusPersistenceUnitDefinition(org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor persistenceUnitDescriptor,
String dataSource,
org.hibernate.MultiTenancyStrategy multitenancyStrategy,
boolean isReactive,
boolean fromPersistenceXml,
boolean enversPresent)
public org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor getActualHibernateDescriptor()
public String getName()
public String getDataSource()
public org.hibernate.MultiTenancyStrategy getMultitenancyStrategy()
public boolean isReactive()
public boolean isFromPersistenceXml()
public boolean isEnversPresent()
Copyright © 2020 JBoss by Red Hat. All rights reserved.