|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.impl.EntityMappingsImpl
public class EntityMappingsImpl
| Field Summary | |
|---|---|
protected String |
_package
|
protected AccessType |
access
|
protected String |
catalog
|
protected String |
description
|
protected List<Embeddable> |
embeddable
|
protected List<Entity> |
entity
|
protected List<MappedSuperclass> |
mappedSuperclass
|
protected List<NamedNativeQuery> |
namedNativeQuery
|
protected List<NamedQuery> |
namedQuery
|
protected PersistenceUnitMetadataImpl |
persistenceUnitMetadata
|
protected String |
schema
|
protected List<SequenceGenerator> |
sequenceGenerator
|
protected List<SqlResultSetMapping> |
sqlResultSetMapping
|
protected List<TableGenerator> |
tableGenerator
|
protected String |
version
|
| Constructor Summary | |
|---|---|
EntityMappingsImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.impl.EntityMappingsImpl instance. |
|
EntityMappingsImpl(EntityMappingsImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.impl.EntityMappingsImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
EntityMappingsImpl |
clone()
Creates and returns a copy of this object. |
AccessType |
getAccess()
Gets the value of the access property. |
String |
getCatalog()
Gets the value of the catalog property. |
String |
getDescription()
Gets the value of the description property. |
List<Embeddable> |
getEmbeddable()
Gets the value of the embeddable property. |
List<Entity> |
getEntity()
Gets the value of the entity property. |
List<MappedSuperclass> |
getMappedSuperclass()
Gets the value of the mappedSuperclass property. |
List<NamedNativeQuery> |
getNamedNativeQuery()
Gets the value of the namedNativeQuery property. |
List<NamedQuery> |
getNamedQuery()
Gets the value of the namedQuery property. |
String |
getPackage()
Gets the value of the package property. |
PersistenceUnitMetadata |
getPersistenceUnitMetadata()
Gets the value of the persistenceUnitMetadata property. |
String |
getSchema()
Gets the value of the schema property. |
List<SequenceGenerator> |
getSequenceGenerator()
Gets the value of the sequenceGenerator property. |
List<SqlResultSetMapping> |
getSqlResultSetMapping()
Gets the value of the sqlResultSetMapping property. |
List<TableGenerator> |
getTableGenerator()
Gets the value of the tableGenerator property. |
String |
getVersion()
Gets the value of the version property. |
void |
setAccess(AccessType value)
Sets the value of the access property. |
void |
setCatalog(String value)
Sets the value of the catalog property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setPackage(String value)
Sets the value of the package property. |
void |
setPersistenceUnitMetadata(PersistenceUnitMetadata value)
Sets the value of the persistenceUnitMetadata property. |
void |
setSchema(String value)
Sets the value of the schema property. |
void |
setVersion(String value)
Sets the value of the version property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String description
protected PersistenceUnitMetadataImpl persistenceUnitMetadata
protected String _package
protected String schema
protected String catalog
protected AccessType access
protected List<SequenceGenerator> sequenceGenerator
protected List<TableGenerator> tableGenerator
protected List<NamedQuery> namedQuery
protected List<NamedNativeQuery> namedNativeQuery
protected List<SqlResultSetMapping> sqlResultSetMapping
protected List<MappedSuperclass> mappedSuperclass
protected List<Entity> entity
protected List<Embeddable> embeddable
protected String version
| Constructor Detail |
|---|
public EntityMappingsImpl()
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.impl.EntityMappingsImpl instance.
public EntityMappingsImpl(EntityMappingsImpl o)
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.impl.EntityMappingsImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getDescription()
EntityMappings
getDescription in interface EntityMappingsStringpublic void setDescription(String value)
EntityMappings
setDescription in interface EntityMappingsvalue - allowed object is
Stringpublic PersistenceUnitMetadata getPersistenceUnitMetadata()
EntityMappings
getPersistenceUnitMetadata in interface EntityMappingsPersistenceUnitMetadatapublic void setPersistenceUnitMetadata(PersistenceUnitMetadata value)
EntityMappings
setPersistenceUnitMetadata in interface EntityMappingsvalue - allowed object is
PersistenceUnitMetadatapublic String getPackage()
EntityMappings
getPackage in interface EntityMappingsStringpublic void setPackage(String value)
EntityMappings
setPackage in interface EntityMappingsvalue - allowed object is
Stringpublic String getSchema()
EntityMappings
getSchema in interface EntityMappingsStringpublic void setSchema(String value)
EntityMappings
setSchema in interface EntityMappingsvalue - allowed object is
Stringpublic String getCatalog()
EntityMappings
getCatalog in interface EntityMappingsStringpublic void setCatalog(String value)
EntityMappings
setCatalog in interface EntityMappingsvalue - allowed object is
Stringpublic AccessType getAccess()
EntityMappings
getAccess in interface EntityMappingsAccessTypepublic void setAccess(AccessType value)
EntityMappings
setAccess in interface EntityMappingsvalue - allowed object is
AccessTypepublic List<SequenceGenerator> getSequenceGenerator()
EntityMappings
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the sequenceGenerator property.
For example, to add a new item, do as follows:
getSequenceGenerator().add(newItem);
Objects of the following type(s) are allowed in the list
SequenceGenerator
getSequenceGenerator in interface EntityMappingspublic List<TableGenerator> getTableGenerator()
EntityMappings
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the tableGenerator property.
For example, to add a new item, do as follows:
getTableGenerator().add(newItem);
Objects of the following type(s) are allowed in the list
TableGenerator
getTableGenerator in interface EntityMappingspublic List<NamedQuery> getNamedQuery()
EntityMappings
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the namedQuery property.
For example, to add a new item, do as follows:
getNamedQuery().add(newItem);
Objects of the following type(s) are allowed in the list
NamedQuery
getNamedQuery in interface EntityMappingspublic List<NamedNativeQuery> getNamedNativeQuery()
EntityMappings
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the namedNativeQuery property.
For example, to add a new item, do as follows:
getNamedNativeQuery().add(newItem);
Objects of the following type(s) are allowed in the list
NamedNativeQuery
getNamedNativeQuery in interface EntityMappingspublic List<SqlResultSetMapping> getSqlResultSetMapping()
EntityMappings
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the sqlResultSetMapping property.
For example, to add a new item, do as follows:
getSqlResultSetMapping().add(newItem);
Objects of the following type(s) are allowed in the list
SqlResultSetMapping
getSqlResultSetMapping in interface EntityMappingspublic List<MappedSuperclass> getMappedSuperclass()
EntityMappings
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the mappedSuperclass property.
For example, to add a new item, do as follows:
getMappedSuperclass().add(newItem);
Objects of the following type(s) are allowed in the list
MappedSuperclass
getMappedSuperclass in interface EntityMappingspublic List<Entity> getEntity()
EntityMappings
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the entity property.
For example, to add a new item, do as follows:
getEntity().add(newItem);
Objects of the following type(s) are allowed in the list
Entity
getEntity in interface EntityMappingspublic List<Embeddable> getEmbeddable()
EntityMappings
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the embeddable property.
For example, to add a new item, do as follows:
getEmbeddable().add(newItem);
Objects of the following type(s) are allowed in the list
Embeddable
getEmbeddable in interface EntityMappingspublic String getVersion()
EntityMappings
getVersion in interface EntityMappingsStringpublic void setVersion(String value)
EntityMappings
setVersion in interface EntityMappingsvalue - allowed object is
Stringpublic EntityMappingsImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||