public class PersistenceUnitDefaults
extends java.lang.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 AccessType |
access |
protected EmptyType |
cascadePersist |
protected java.lang.String |
catalog |
protected EmptyType |
delimitedIdentifiers |
protected java.lang.String |
description |
protected EntityListeners |
entityListeners |
protected java.lang.String |
schema |
Constructor and Description |
---|
PersistenceUnitDefaults() |
Modifier and Type | Method and Description |
---|---|
AccessType |
getAccess()
Gets the value of the access property.
|
java.lang.String |
getCatalog()
Gets the value of the catalog property.
|
EmptyType |
getDelimitedIdentifiers()
Gets the value of the delimitedIdentifiers property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
EntityListeners |
getEntityListeners()
Gets the value of the entityListeners property.
|
java.lang.String |
getSchema()
Gets the value of the schema property.
|
boolean |
isCascadePersist()
Gets the value of the cascadePersist property.
|
void |
setAccess(AccessType value)
Sets the value of the access property.
|
void |
setCascadePersist(boolean value)
Sets the value of the cascadePersist property.
|
void |
setCatalog(java.lang.String value)
Sets the value of the catalog property.
|
void |
setDelimitedIdentifiers(EmptyType value)
Sets the value of the delimitedIdentifiers property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setEntityListeners(EntityListeners value)
Sets the value of the entityListeners property.
|
void |
setSchema(java.lang.String value)
Sets the value of the schema property.
|
protected java.lang.String description
protected java.lang.String schema
protected java.lang.String catalog
protected EmptyType delimitedIdentifiers
protected AccessType access
protected EmptyType cascadePersist
protected EntityListeners entityListeners
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSchema()
String
public void setSchema(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCatalog()
String
public void setCatalog(java.lang.String value)
value
- allowed object is
String
public EmptyType getDelimitedIdentifiers()
EmptyType
public void setDelimitedIdentifiers(EmptyType value)
value
- allowed object is
EmptyType
public AccessType getAccess()
AccessType
public void setAccess(AccessType value)
value
- allowed object is
AccessType
public boolean isCascadePersist()
boolean
public void setCascadePersist(boolean value)
value
- allowed object is
boolean
public EntityListeners getEntityListeners()
EntityListeners
public void setEntityListeners(EntityListeners value)
value
- allowed object is
EntityListeners