Uses of Class
org.jboss.as.jpa.config.PersistenceUnitMetadataHolder
Packages that use PersistenceUnitMetadataHolder
-
Uses of PersistenceUnitMetadataHolder in org.jboss.as.jpa.config
Fields in org.jboss.as.jpa.config with type parameters of type PersistenceUnitMetadataHolderModifier and TypeFieldDescriptionstatic final 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 PersistenceUnitMetadataHolderMethods in org.jboss.as.jpa.config with parameters of type PersistenceUnitMetadataHolderModifier and TypeMethodDescriptionvoidPersistenceUnitsInApplication.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 PersistenceUnitMetadataHolderModifier and TypeMethodDescriptionPersistenceUnitXmlParser.parse(XMLStreamReader reader, org.jboss.metadata.property.PropertyReplacer propertyReplacer)