public class PersistenceUnitDefaults extends Object
Java class for persistence-unit-defaults complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="persistence-unit-defaults">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="schema" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="catalog" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="delimited-identifiers" type="{http://xmlns.jcp.org/xml/ns/persistence/orm}emptyType" minOccurs="0"/>
<element name="access" type="{http://xmlns.jcp.org/xml/ns/persistence/orm}access-type" minOccurs="0"/>
<element name="cascade-persist" type="{http://xmlns.jcp.org/xml/ns/persistence/orm}emptyType" minOccurs="0"/>
<element name="entity-listeners" type="{http://xmlns.jcp.org/xml/ns/persistence/orm}entity-listeners" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AccessType |
access |
protected EmptyType |
cascadePersist |
protected String |
catalog |
protected EmptyType |
delimitedIdentifiers |
protected String |
description |
protected EntityListeners |
entityListeners |
protected String |
schema |
| Constructor and Description |
|---|
PersistenceUnitDefaults() |
| Modifier and Type | Method and Description |
|---|---|
AccessType |
getAccess()
Gets the value of the access property.
|
EmptyType |
getCascadePersist()
Gets the value of the cascadePersist property.
|
String |
getCatalog()
Gets the value of the catalog property.
|
EmptyType |
getDelimitedIdentifiers()
Gets the value of the delimitedIdentifiers property.
|
String |
getDescription()
Gets the value of the description property.
|
EntityListeners |
getEntityListeners()
Gets the value of the entityListeners property.
|
String |
getSchema()
Gets the value of the schema property.
|
void |
setAccess(AccessType value)
Sets the value of the access property.
|
void |
setCascadePersist(EmptyType value)
Sets the value of the cascadePersist property.
|
void |
setCatalog(String value)
Sets the value of the catalog property.
|
void |
setDelimitedIdentifiers(EmptyType value)
Sets the value of the delimitedIdentifiers property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEntityListeners(EntityListeners value)
Sets the value of the entityListeners property.
|
void |
setSchema(String value)
Sets the value of the schema property.
|
protected String description
protected String schema
protected String catalog
protected EmptyType delimitedIdentifiers
protected AccessType access
protected EmptyType cascadePersist
protected EntityListeners entityListeners
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getSchema()
Stringpublic void setSchema(String value)
value - allowed object is
Stringpublic String getCatalog()
Stringpublic void setCatalog(String value)
value - allowed object is
Stringpublic EmptyType getDelimitedIdentifiers()
EmptyTypepublic void setDelimitedIdentifiers(EmptyType value)
value - allowed object is
EmptyTypepublic AccessType getAccess()
AccessTypepublic void setAccess(AccessType value)
value - allowed object is
AccessTypepublic EmptyType getCascadePersist()
EmptyTypepublic void setCascadePersist(EmptyType value)
value - allowed object is
EmptyTypepublic EntityListeners getEntityListeners()
EntityListenerspublic void setEntityListeners(EntityListeners value)
value - allowed object is
EntityListenersCopyright © 2001-2022 Red Hat, Inc. All Rights Reserved.