Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm21 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
PersistenceUnitMetadata<T> |
PersistenceUnitMetadata.description(String description)
Sets the
description element |
PersistenceUnitMetadata<OrmDescriptor> |
OrmDescriptor.getOrCreatePersistenceUnitMetadata()
If not already created, a new
persistence-unit-metadata element with the given value will be created. |
PersistenceUnitMetadata<T> |
PersistenceUnitMetadata.removeDescription()
Removes the
description element |
PersistenceUnitMetadata<T> |
PersistenceUnitMetadata.removePersistenceUnitDefaults()
Removes the
persistence-unit-defaults element |
PersistenceUnitMetadata<T> |
PersistenceUnitMetadata.removeXmlMappingMetadataComplete()
Removes the
xml-mapping-metadata-complete element |
PersistenceUnitMetadata<T> |
PersistenceUnitMetadata.xmlMappingMetadataComplete()
Sets the
xml-mapping-metadata-complete element |
Modifier and Type | Method and Description |
---|---|
PersistenceUnitDefaults<PersistenceUnitMetadata<T>> |
PersistenceUnitMetadata.getOrCreatePersistenceUnitDefaults()
If not already created, a new
persistence-unit-defaults element with the given value will be created. |
Copyright © 2022 JBoss by Red Hat. All rights reserved.