|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.impl.PersistenceImpl.PersistenceUnitImpl
public static class PersistenceImpl.PersistenceUnitImpl
| Nested Class Summary | |
|---|---|
static class |
PersistenceImpl.PersistenceUnitImpl.PropertiesImpl
|
| Nested classes/interfaces inherited from interface net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.Persistence.PersistenceUnit |
|---|
Persistence.PersistenceUnit.Properties |
| Field Summary | |
|---|---|
protected String[] |
clazz
|
protected String |
description
|
protected Boolean |
excludeUnlistedClasses
|
protected String[] |
jarFile
|
protected String |
jtaDataSource
|
protected String[] |
mappingFile
|
protected String |
name
|
protected String |
nonJtaDataSource
|
protected PersistenceImpl.PersistenceUnitImpl.PropertiesImpl |
properties
|
protected String |
provider
|
protected PersistenceUnitTransactionType |
transactionType
|
| Constructor Summary | |
|---|---|
PersistenceImpl.PersistenceUnitImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.impl.PersistenceImpl.PersistenceUnitImpl instance. |
|
PersistenceImpl.PersistenceUnitImpl(PersistenceImpl.PersistenceUnitImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.impl.PersistenceImpl.PersistenceUnitImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
PersistenceImpl.PersistenceUnitImpl |
clone()
Creates and returns a copy of this object. |
String[] |
getClazz()
|
String |
getClazz(int idx)
|
int |
getClazzLength()
|
String |
getDescription()
Gets the value of the description property. |
String[] |
getJarFile()
|
String |
getJarFile(int idx)
|
int |
getJarFileLength()
|
String |
getJtaDataSource()
Gets the value of the jtaDataSource property. |
String[] |
getMappingFile()
|
String |
getMappingFile(int idx)
|
int |
getMappingFileLength()
|
String |
getName()
Gets the value of the name property. |
String |
getNonJtaDataSource()
Gets the value of the nonJtaDataSource property. |
Persistence.PersistenceUnit.Properties |
getProperties()
Gets the value of the properties property. |
String |
getProvider()
Gets the value of the provider property. |
PersistenceUnitTransactionType |
getTransactionType()
Gets the value of the transactionType property. |
Boolean |
isExcludeUnlistedClasses()
Gets the value of the excludeUnlistedClasses property. |
String |
setClazz(int idx,
String value)
|
void |
setClazz(String[] values)
|
void |
setDescription(String value)
Sets the value of the description property. |
void |
setExcludeUnlistedClasses(Boolean value)
Sets the value of the excludeUnlistedClasses property. |
String |
setJarFile(int idx,
String value)
|
void |
setJarFile(String[] values)
|
void |
setJtaDataSource(String value)
Sets the value of the jtaDataSource property. |
String |
setMappingFile(int idx,
String value)
|
void |
setMappingFile(String[] values)
|
void |
setName(String value)
Sets the value of the name property. |
void |
setNonJtaDataSource(String value)
Sets the value of the nonJtaDataSource property. |
void |
setProperties(Persistence.PersistenceUnit.Properties value)
Sets the value of the properties property. |
void |
setProvider(String value)
Sets the value of the provider property. |
void |
setTransactionType(PersistenceUnitTransactionType value)
Sets the value of the transactionType property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String description
protected String provider
protected String jtaDataSource
protected String nonJtaDataSource
protected String[] mappingFile
protected String[] jarFile
protected String[] clazz
protected Boolean excludeUnlistedClasses
protected PersistenceImpl.PersistenceUnitImpl.PropertiesImpl properties
protected String name
protected PersistenceUnitTransactionType transactionType
| Constructor Detail |
|---|
public PersistenceImpl.PersistenceUnitImpl()
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.impl.PersistenceImpl.PersistenceUnitImpl instance.
public PersistenceImpl.PersistenceUnitImpl(PersistenceImpl.PersistenceUnitImpl o)
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.impl.PersistenceImpl.PersistenceUnitImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getDescription()
Persistence.PersistenceUnit
getDescription in interface Persistence.PersistenceUnitStringpublic void setDescription(String value)
Persistence.PersistenceUnit
setDescription in interface Persistence.PersistenceUnitvalue - allowed object is
Stringpublic String getProvider()
Persistence.PersistenceUnit
getProvider in interface Persistence.PersistenceUnitStringpublic void setProvider(String value)
Persistence.PersistenceUnit
setProvider in interface Persistence.PersistenceUnitvalue - allowed object is
Stringpublic String getJtaDataSource()
Persistence.PersistenceUnit
getJtaDataSource in interface Persistence.PersistenceUnitStringpublic void setJtaDataSource(String value)
Persistence.PersistenceUnit
setJtaDataSource in interface Persistence.PersistenceUnitvalue - allowed object is
Stringpublic String getNonJtaDataSource()
Persistence.PersistenceUnit
getNonJtaDataSource in interface Persistence.PersistenceUnitStringpublic void setNonJtaDataSource(String value)
Persistence.PersistenceUnit
setNonJtaDataSource in interface Persistence.PersistenceUnitvalue - allowed object is
Stringpublic String[] getMappingFile()
getMappingFile in interface Persistence.PersistenceUnitStringpublic String getMappingFile(int idx)
getMappingFile in interface Persistence.PersistenceUnitStringpublic int getMappingFileLength()
getMappingFileLength in interface Persistence.PersistenceUnitpublic void setMappingFile(String[] values)
setMappingFile in interface Persistence.PersistenceUnitvalues - allowed objects are
String
public String setMappingFile(int idx,
String value)
setMappingFile in interface Persistence.PersistenceUnitvalue - allowed object is
Stringpublic String[] getJarFile()
getJarFile in interface Persistence.PersistenceUnitStringpublic String getJarFile(int idx)
getJarFile in interface Persistence.PersistenceUnitStringpublic int getJarFileLength()
getJarFileLength in interface Persistence.PersistenceUnitpublic void setJarFile(String[] values)
setJarFile in interface Persistence.PersistenceUnitvalues - allowed objects are
String
public String setJarFile(int idx,
String value)
setJarFile in interface Persistence.PersistenceUnitvalue - allowed object is
Stringpublic String[] getClazz()
getClazz in interface Persistence.PersistenceUnitStringpublic String getClazz(int idx)
getClazz in interface Persistence.PersistenceUnitStringpublic int getClazzLength()
getClazzLength in interface Persistence.PersistenceUnitpublic void setClazz(String[] values)
setClazz in interface Persistence.PersistenceUnitvalues - allowed objects are
String
public String setClazz(int idx,
String value)
setClazz in interface Persistence.PersistenceUnitvalue - allowed object is
Stringpublic Boolean isExcludeUnlistedClasses()
Persistence.PersistenceUnit
isExcludeUnlistedClasses in interface Persistence.PersistenceUnitBooleanpublic void setExcludeUnlistedClasses(Boolean value)
Persistence.PersistenceUnit
setExcludeUnlistedClasses in interface Persistence.PersistenceUnitvalue - allowed object is
Booleanpublic Persistence.PersistenceUnit.Properties getProperties()
Persistence.PersistenceUnit
getProperties in interface Persistence.PersistenceUnitPersistence.PersistenceUnit.Propertiespublic void setProperties(Persistence.PersistenceUnit.Properties value)
Persistence.PersistenceUnit
setProperties in interface Persistence.PersistenceUnitvalue - allowed object is
Persistence.PersistenceUnit.Propertiespublic String getName()
Persistence.PersistenceUnit
getName in interface Persistence.PersistenceUnitStringpublic void setName(String value)
Persistence.PersistenceUnit
setName in interface Persistence.PersistenceUnitvalue - allowed object is
Stringpublic PersistenceUnitTransactionType getTransactionType()
Persistence.PersistenceUnit
getTransactionType in interface Persistence.PersistenceUnitPersistenceUnitTransactionTypepublic void setTransactionType(PersistenceUnitTransactionType value)
Persistence.PersistenceUnit
setTransactionType in interface Persistence.PersistenceUnitvalue - allowed object is
PersistenceUnitTransactionTypepublic PersistenceImpl.PersistenceUnitImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||