Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm10 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
PersistenceUnitMetadata<OrmDescriptor> |
OrmDescriptor.getOrCreatePersistenceUnitMetadata()
If not already created, a new
persistence-unit-metadata element with the given value will be created. |
PersistenceUnitMetadata<EntityMappings<T>> |
EntityMappings.getOrCreatePersistenceUnitMetadata()
If not already created, a new
persistence-unit-metadata element with the given value will be created. |
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 © 2014 JBoss by Red Hat. All rights reserved.