public class JaxbPersistenceUnitDefaults 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://java.sun.com/xml/ns/persistence/orm}emptyType" minOccurs="0"/> <element name="access" type="{http://java.sun.com/xml/ns/persistence/orm}access-type" minOccurs="0"/> <element name="cascade-persist" type="{http://java.sun.com/xml/ns/persistence/orm}emptyType" minOccurs="0"/> <element name="entity-listeners" type="{http://java.sun.com/xml/ns/persistence/orm}entity-listeners" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected JaxbAccessType |
access |
protected JaxbEmptyType |
cascadePersist |
protected String |
catalog |
protected JaxbEmptyType |
delimitedIdentifiers |
protected String |
description |
protected JaxbEntityListeners |
entityListeners |
protected String |
schema |
Constructor and Description |
---|
JaxbPersistenceUnitDefaults() |
Modifier and Type | Method and Description |
---|---|
JaxbAccessType |
getAccess()
Gets the value of the access property.
|
JaxbEmptyType |
getCascadePersist()
Gets the value of the cascadePersist property.
|
String |
getCatalog()
Gets the value of the catalog property.
|
JaxbEmptyType |
getDelimitedIdentifiers()
Gets the value of the delimitedIdentifiers property.
|
String |
getDescription()
Gets the value of the description property.
|
JaxbEntityListeners |
getEntityListeners()
Gets the value of the entityListeners property.
|
String |
getSchema()
Gets the value of the schema property.
|
void |
setAccess(JaxbAccessType value)
Sets the value of the access property.
|
void |
setCascadePersist(JaxbEmptyType value)
Sets the value of the cascadePersist property.
|
void |
setCatalog(String value)
Sets the value of the catalog property.
|
void |
setDelimitedIdentifiers(JaxbEmptyType value)
Sets the value of the delimitedIdentifiers property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEntityListeners(JaxbEntityListeners 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 JaxbEmptyType delimitedIdentifiers
protected JaxbAccessType access
protected JaxbEmptyType cascadePersist
protected JaxbEntityListeners entityListeners
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public String getSchema()
String
public void setSchema(String value)
value
- allowed object is
String
public String getCatalog()
String
public void setCatalog(String value)
value
- allowed object is
String
public JaxbEmptyType getDelimitedIdentifiers()
JaxbEmptyType
public void setDelimitedIdentifiers(JaxbEmptyType value)
value
- allowed object is
JaxbEmptyType
public JaxbAccessType getAccess()
JaxbAccessType
public void setAccess(JaxbAccessType value)
value
- allowed object is
JaxbAccessType
public JaxbEmptyType getCascadePersist()
JaxbEmptyType
public void setCascadePersist(JaxbEmptyType value)
value
- allowed object is
JaxbEmptyType
public JaxbEntityListeners getEntityListeners()
JaxbEntityListeners
public void setEntityListeners(JaxbEntityListeners value)
value
- allowed object is
JaxbEntityListeners
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.