|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.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.pub.indexed.novalueclass.persistence.orm.impl.EntityMappingsImpl instance. |
|
EntityMappingsImpl(EntityMappingsImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl.EntityMappingsImpl instance by copying a given instance. |
|
| 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.pub.indexed.novalueclass.persistence.orm.impl.EntityMappingsImpl instance.
public EntityMappingsImpl(EntityMappingsImpl o)
net.sourceforge.ccxjc.it.model.pub.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
Stringpublic void copySequenceGenerator(SequenceGenerator[] source)
SequenceGenerator.
source - The source to copy from.
NullPointerException - if source is null.public void copyTableGenerator(TableGenerator[] source)
TableGenerator.
source - The source to copy from.
NullPointerException - if source is null.public void copyNamedQuery(NamedQuery[] source)
NamedQuery.
source - The source to copy from.
NullPointerException - if source is null.public void copyNamedNativeQuery(NamedNativeQuery[] source)
NamedNativeQuery.
source - The source to copy from.
NullPointerException - if source is null.public void copySqlResultSetMapping(SqlResultSetMapping[] source)
SqlResultSetMapping.
source - The source to copy from.
NullPointerException - if source is null.public void copyMappedSuperclass(MappedSuperclass[] source)
MappedSuperclass.
source - The source to copy from.
NullPointerException - if source is null.public void copyEntity(Entity[] source)
Entity.
source - The source to copy from.
NullPointerException - if source is null.public 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 | |||||||||