Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.persistence20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
Properties<PersistenceUnit<T>> |
PersistenceUnit.getOrCreateProperties()
If not already created, a new
properties element with the given value will be created. |
Properties<T> |
Properties.removeAllProperty()
Removes all
property elements |
Modifier and Type | Method and Description |
---|---|
Property<Properties<T>> |
Properties.createProperty()
Creates a new
property element |
List<Property<Properties<T>>> |
Properties.getAllProperty()
Returns all
property elements |
Property<Properties<T>> |
Properties.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.