Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.orm20 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
PersistenceUnitDefaults<T> |
PersistenceUnitDefaults.access(AccessType access)
Sets the
access element |
PersistenceUnitDefaults<T> |
PersistenceUnitDefaults.access(String access)
Sets the
access element |
PersistenceUnitDefaults<T> |
PersistenceUnitDefaults.cascadePersist()
Sets the
cascade-persist element |
PersistenceUnitDefaults<T> |
PersistenceUnitDefaults.catalog(String catalog)
Sets the
catalog element |
PersistenceUnitDefaults<T> |
PersistenceUnitDefaults.delimitedIdentifiers()
Sets the
delimited-identifiers element |
PersistenceUnitDefaults<T> |
PersistenceUnitDefaults.description(String description)
Sets the
description element |
PersistenceUnitDefaults<PersistenceUnitMetadata<T>> |
PersistenceUnitMetadata.getOrCreatePersistenceUnitDefaults()
If not already created, a new
persistence-unit-defaults element with the given value will be created. |
PersistenceUnitDefaults<T> |
PersistenceUnitDefaults.removeAccess()
Removes the
access attribute |
PersistenceUnitDefaults<T> |
PersistenceUnitDefaults.removeCascadePersist()
Removes the
cascade-persist element |
PersistenceUnitDefaults<T> |
PersistenceUnitDefaults.removeCatalog()
Removes the
catalog element |
PersistenceUnitDefaults<T> |
PersistenceUnitDefaults.removeDelimitedIdentifiers()
Removes the
delimited-identifiers element |
PersistenceUnitDefaults<T> |
PersistenceUnitDefaults.removeDescription()
Removes the
description element |
PersistenceUnitDefaults<T> |
PersistenceUnitDefaults.removeEntityListeners()
Removes the
entity-listeners element |
PersistenceUnitDefaults<T> |
PersistenceUnitDefaults.removeSchema()
Removes the
schema element |
PersistenceUnitDefaults<T> |
PersistenceUnitDefaults.schema(String schema)
Sets the
schema element |
Modifier and Type | Method and Description |
---|---|
EntityListeners<PersistenceUnitDefaults<T>> |
PersistenceUnitDefaults.getOrCreateEntityListeners()
If not already created, a new
entity-listeners element with the given value will be created. |
Copyright © 2015 JBoss by Red Hat. All rights reserved.