Uses of Class
org.jboss.as.jpa.config.PersistenceUnitMetadataHolder
-
Packages that use PersistenceUnitMetadataHolder Package Description org.jboss.as.jpa.config org.jboss.as.jpa.puparser -
-
Uses of PersistenceUnitMetadataHolder in org.jboss.as.jpa.config
Fields in org.jboss.as.jpa.config with type parameters of type PersistenceUnitMetadataHolder Modifier and Type Field Description static org.jboss.as.server.deployment.AttachmentKey<PersistenceUnitMetadataHolder>PersistenceUnitMetadataHolder. PERSISTENCE_UNITSListthat represents the Jakarta Persistence persistent units Methods in org.jboss.as.jpa.config that return types with arguments of type PersistenceUnitMetadataHolder Modifier and Type Method Description List<PersistenceUnitMetadataHolder>PersistenceUnitsInApplication. getPersistenceUnitHolders()Methods in org.jboss.as.jpa.config with parameters of type PersistenceUnitMetadataHolder Modifier and Type Method Description voidPersistenceUnitsInApplication. addPersistenceUnitHolder(PersistenceUnitMetadataHolder persistenceUnitMetadataHolder)Track the passed Persistence units for the application -
Uses of PersistenceUnitMetadataHolder in org.jboss.as.jpa.puparser
Methods in org.jboss.as.jpa.puparser that return PersistenceUnitMetadataHolder Modifier and Type Method Description static PersistenceUnitMetadataHolderPersistenceUnitXmlParser. parse(XMLStreamReader reader, org.jboss.metadata.property.PropertyReplacer propertyReplacer)
-