|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.EntityMappingsImpl
public class EntityMappingsImpl
| Field Summary | |
|---|---|
protected String |
_package
|
protected AccessType |
access
|
protected String |
catalog
|
protected String |
description
|
protected Embeddable[] |
embeddable
|
protected Entity[] |
entity
|
protected MappedSuperclass[] |
mappedSuperclass
|
protected NamedNativeQuery[] |
namedNativeQuery
|
protected NamedQuery[] |
namedQuery
|
protected PersistenceUnitMetadataImpl |
persistenceUnitMetadata
|
protected String |
schema
|
protected SequenceGenerator[] |
sequenceGenerator
|
protected SqlResultSetMapping[] |
sqlResultSetMapping
|
protected TableGenerator[] |
tableGenerator
|
protected String |
version
|
| Constructor Summary | |
|---|---|
EntityMappingsImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.EntityMappingsImpl instance. |
|
EntityMappingsImpl(EntityMappingsImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.EntityMappingsImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
EntityMappingsImpl |
clone()
Creates and returns a copy of this object. |
protected void |
copyEmbeddable(Embeddable[] source)
Copies all values of property Embeddable. |
protected void |
copyEntity(Entity[] source)
Copies all values of property Entity. |
protected void |
copyMappedSuperclass(MappedSuperclass[] source)
Copies all values of property MappedSuperclass. |
protected void |
copyNamedNativeQuery(NamedNativeQuery[] source)
Copies all values of property NamedNativeQuery. |
protected void |
copyNamedQuery(NamedQuery[] source)
Copies all values of property NamedQuery. |
protected void |
copySequenceGenerator(SequenceGenerator[] source)
Copies all values of property SequenceGenerator. |
protected void |
copySqlResultSetMapping(SqlResultSetMapping[] source)
Copies all values of property SqlResultSetMapping. |
protected void |
copyTableGenerator(TableGenerator[] source)
Copies all values of property TableGenerator. |
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. |
Embeddable[] |
getEmbeddable()
|
Embeddable |
getEmbeddable(int idx)
|
int |
getEmbeddableLength()
|
Entity[] |
getEntity()
|
Entity |
getEntity(int idx)
|
int |
getEntityLength()
|
MappedSuperclass[] |
getMappedSuperclass()
|
MappedSuperclass |
getMappedSuperclass(int idx)
|
int |
getMappedSuperclassLength()
|
NamedNativeQuery[] |
getNamedNativeQuery()
|
NamedNativeQuery |
getNamedNativeQuery(int idx)
|
int |
getNamedNativeQueryLength()
|
NamedQuery[] |
getNamedQuery()
|
NamedQuery |
getNamedQuery(int idx)
|
int |
getNamedQueryLength()
|
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. |
SequenceGenerator[] |
getSequenceGenerator()
|
SequenceGenerator |
getSequenceGenerator(int idx)
|
int |
getSequenceGeneratorLength()
|
SqlResultSetMapping[] |
getSqlResultSetMapping()
|
SqlResultSetMapping |
getSqlResultSetMapping(int idx)
|
int |
getSqlResultSetMappingLength()
|
TableGenerator[] |
getTableGenerator()
|
TableGenerator |
getTableGenerator(int idx)
|
int |
getTableGeneratorLength()
|
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 |
setEmbeddable(Embeddable[] values)
|
Embeddable |
setEmbeddable(int idx,
Embeddable value)
|
void |
setEntity(Entity[] values)
|
Entity |
setEntity(int idx,
Entity value)
|
MappedSuperclass |
setMappedSuperclass(int idx,
MappedSuperclass value)
|
void |
setMappedSuperclass(MappedSuperclass[] values)
|
NamedNativeQuery |
setNamedNativeQuery(int idx,
NamedNativeQuery value)
|
void |
setNamedNativeQuery(NamedNativeQuery[] values)
|
NamedQuery |
setNamedQuery(int idx,
NamedQuery value)
|
void |
setNamedQuery(NamedQuery[] values)
|
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. |
SequenceGenerator |
setSequenceGenerator(int idx,
SequenceGenerator value)
|
void |
setSequenceGenerator(SequenceGenerator[] values)
|
SqlResultSetMapping |
setSqlResultSetMapping(int idx,
SqlResultSetMapping value)
|
void |
setSqlResultSetMapping(SqlResultSetMapping[] values)
|
TableGenerator |
setTableGenerator(int idx,
TableGenerator value)
|
void |
setTableGenerator(TableGenerator[] values)
|
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 SequenceGenerator[] sequenceGenerator
protected TableGenerator[] tableGenerator
protected NamedQuery[] namedQuery
protected NamedNativeQuery[] namedNativeQuery
protected SqlResultSetMapping[] sqlResultSetMapping
protected MappedSuperclass[] mappedSuperclass
protected Entity[] entity
protected Embeddable[] embeddable
protected String version
| Constructor Detail |
|---|
public EntityMappingsImpl()
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.EntityMappingsImpl instance.
public EntityMappingsImpl(EntityMappingsImpl o)
net.sourceforge.ccxjc.it.model.prot.indexed.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 SequenceGenerator[] getSequenceGenerator()
getSequenceGenerator in interface EntityMappingsSequenceGeneratorpublic SequenceGenerator getSequenceGenerator(int idx)
getSequenceGenerator in interface EntityMappingsSequenceGeneratorpublic int getSequenceGeneratorLength()
getSequenceGeneratorLength in interface EntityMappingspublic void setSequenceGenerator(SequenceGenerator[] values)
setSequenceGenerator in interface EntityMappingsvalues - allowed objects are
SequenceGenerator
public SequenceGenerator setSequenceGenerator(int idx,
SequenceGenerator value)
setSequenceGenerator in interface EntityMappingsvalue - allowed object is
SequenceGeneratorpublic TableGenerator[] getTableGenerator()
getTableGenerator in interface EntityMappingsTableGeneratorpublic TableGenerator getTableGenerator(int idx)
getTableGenerator in interface EntityMappingsTableGeneratorpublic int getTableGeneratorLength()
getTableGeneratorLength in interface EntityMappingspublic void setTableGenerator(TableGenerator[] values)
setTableGenerator in interface EntityMappingsvalues - allowed objects are
TableGenerator
public TableGenerator setTableGenerator(int idx,
TableGenerator value)
setTableGenerator in interface EntityMappingsvalue - allowed object is
TableGeneratorpublic NamedQuery[] getNamedQuery()
getNamedQuery in interface EntityMappingsNamedQuerypublic NamedQuery getNamedQuery(int idx)
getNamedQuery in interface EntityMappingsNamedQuerypublic int getNamedQueryLength()
getNamedQueryLength in interface EntityMappingspublic void setNamedQuery(NamedQuery[] values)
setNamedQuery in interface EntityMappingsvalues - allowed objects are
NamedQuery
public NamedQuery setNamedQuery(int idx,
NamedQuery value)
setNamedQuery in interface EntityMappingsvalue - allowed object is
NamedQuerypublic NamedNativeQuery[] getNamedNativeQuery()
getNamedNativeQuery in interface EntityMappingsNamedNativeQuerypublic NamedNativeQuery getNamedNativeQuery(int idx)
getNamedNativeQuery in interface EntityMappingsNamedNativeQuerypublic int getNamedNativeQueryLength()
getNamedNativeQueryLength in interface EntityMappingspublic void setNamedNativeQuery(NamedNativeQuery[] values)
setNamedNativeQuery in interface EntityMappingsvalues - allowed objects are
NamedNativeQuery
public NamedNativeQuery setNamedNativeQuery(int idx,
NamedNativeQuery value)
setNamedNativeQuery in interface EntityMappingsvalue - allowed object is
NamedNativeQuerypublic SqlResultSetMapping[] getSqlResultSetMapping()
getSqlResultSetMapping in interface EntityMappingsSqlResultSetMappingpublic SqlResultSetMapping getSqlResultSetMapping(int idx)
getSqlResultSetMapping in interface EntityMappingsSqlResultSetMappingpublic int getSqlResultSetMappingLength()
getSqlResultSetMappingLength in interface EntityMappingspublic void setSqlResultSetMapping(SqlResultSetMapping[] values)
setSqlResultSetMapping in interface EntityMappingsvalues - allowed objects are
SqlResultSetMapping
public SqlResultSetMapping setSqlResultSetMapping(int idx,
SqlResultSetMapping value)
setSqlResultSetMapping in interface EntityMappingsvalue - allowed object is
SqlResultSetMappingpublic MappedSuperclass[] getMappedSuperclass()
getMappedSuperclass in interface EntityMappingsMappedSuperclasspublic MappedSuperclass getMappedSuperclass(int idx)
getMappedSuperclass in interface EntityMappingsMappedSuperclasspublic int getMappedSuperclassLength()
getMappedSuperclassLength in interface EntityMappingspublic void setMappedSuperclass(MappedSuperclass[] values)
setMappedSuperclass in interface EntityMappingsvalues - allowed objects are
MappedSuperclass
public MappedSuperclass setMappedSuperclass(int idx,
MappedSuperclass value)
setMappedSuperclass in interface EntityMappingsvalue - allowed object is
MappedSuperclasspublic Entity[] getEntity()
getEntity in interface EntityMappingsEntitypublic Entity getEntity(int idx)
getEntity in interface EntityMappingsEntitypublic int getEntityLength()
getEntityLength in interface EntityMappingspublic void setEntity(Entity[] values)
setEntity in interface EntityMappingsvalues - allowed objects are
Entity
public Entity setEntity(int idx,
Entity value)
setEntity in interface EntityMappingsvalue - allowed object is
Entitypublic Embeddable[] getEmbeddable()
getEmbeddable in interface EntityMappingsEmbeddablepublic Embeddable getEmbeddable(int idx)
getEmbeddable in interface EntityMappingsEmbeddablepublic int getEmbeddableLength()
getEmbeddableLength in interface EntityMappingspublic void setEmbeddable(Embeddable[] values)
setEmbeddable in interface EntityMappingsvalues - allowed objects are
Embeddable
public Embeddable setEmbeddable(int idx,
Embeddable value)
setEmbeddable in interface EntityMappingsvalue - allowed object is
Embeddablepublic String getVersion()
EntityMappings
getVersion in interface EntityMappingsStringpublic void setVersion(String value)
EntityMappings
setVersion in interface EntityMappingsvalue - allowed object is
Stringprotected void copySequenceGenerator(SequenceGenerator[] source)
SequenceGenerator.
source - The source to copy from.
NullPointerException - if source is null.protected void copyTableGenerator(TableGenerator[] source)
TableGenerator.
source - The source to copy from.
NullPointerException - if source is null.protected void copyNamedQuery(NamedQuery[] source)
NamedQuery.
source - The source to copy from.
NullPointerException - if source is null.protected void copyNamedNativeQuery(NamedNativeQuery[] source)
NamedNativeQuery.
source - The source to copy from.
NullPointerException - if source is null.protected void copySqlResultSetMapping(SqlResultSetMapping[] source)
SqlResultSetMapping.
source - The source to copy from.
NullPointerException - if source is null.protected void copyMappedSuperclass(MappedSuperclass[] source)
MappedSuperclass.
source - The source to copy from.
NullPointerException - if source is null.protected void copyEntity(Entity[] source)
Entity.
source - The source to copy from.
NullPointerException - if source is null.protected void copyEmbeddable(Embeddable[] source)
Embeddable.
source - The source to copy from.
NullPointerException - if source is null.public EntityMappingsImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||