Follow the links below to browse sample Javadoc for MJ classes and tools, including the MJ Runtime Library.

 

Package: com.arsi.mj.maprpt.entity.hibgen.hbmxjc  previous next contents

JAXB classes generated with xjc for Hibernate mapping XML.

Classes and Interfaces
Any
Array
Bag
Cache
CollectionId
Column
Component
CompositeElement
CompositeId
CompositeIndex
CompositeMapKey
Create
DatabaseObject
Definition
DialectScope
Discriminator
Drop
DynamicComponent
Element
Fetch
FetchProfile
Filter
FilterDef
FilterParam
Formula
Generator
HibernateMapping
Id
Idbag
IdentifierGenerator
Import
Index
IndexManyToAny
IndexManyToMany
Join
JoinedSubclass
Key
KeyManyToOne
KeyProperty
Klass
List
ListIndex
LoadCollection
Loader
ManyToAny
ManyToMany
ManyToOne
Map
MapKey
MapKeyManyToMany
Meta
MetaValue
NaturalId
NestedCompositeElement
ObjectFactory This object contains factory methods for each Java content interface and Java element interface generated in the com.arsi.mj.maprpt.entity.hibgen.hbmxjc package.
OneToMany
OneToOne
Param
Parent
PrimitiveArray
Properties
Property
Query
QueryParam
Resultset
Return
ReturnColumn
ReturnDiscriminator
ReturnJoin
ReturnProperty
ReturnScalar
Set
SqlDelete
SqlDeleteAll
SqlInsert
SqlQuery
SqlUpdate
Subclass
Synchronize
Timestamp
Tuplizer
Type
Typedef
UnionSubclass
Version

Class: Any   next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Any
  extends java.lang.Object
Fields
protected java.lang.String access
protected java.lang.String cascade
protected java.lang.String idType
protected java.lang.String index
protected java.lang.String insert
protected java.lang.String lazy
protected java.util.List metaOrMetaValueOrColumn
protected java.lang.String metaType
protected java.lang.String name
protected java.lang.String node
protected java.lang.String optimisticLock
protected java.lang.String update
Constructors
public Any()
Methods
Gets the value of the access property.
Returns:
possible object is String
public java.lang.String getAccess()
Gets the value of the cascade property.
Returns:
possible object is String
public java.lang.String getCascade()
Gets the value of the idType property.
Returns:
possible object is String
public java.lang.String getIdType()
Gets the value of the index property.
Returns:
possible object is String
public java.lang.String getIndex()
Gets the value of the insert property.
Returns:
possible object is String
public java.lang.String getInsert()
Gets the value of the lazy property.
Returns:
possible object is String
public java.lang.String getLazy()
Gets the value of the metaOrMetaValueOrColumn property.

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 metaOrMetaValueOrColumn property.

For example, to add a new item, do as follows:

    getMetaOrMetaValueOrColumn().add(newItem);
 

Objects of the following type(s) are allowed in the list Meta MetaValue Column
public java.util.List getMetaOrMetaValueOrColumn()

Gets the value of the metaType property.
Returns:
possible object is String
public java.lang.String getMetaType()
Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the node property.
Returns:
possible object is String
public java.lang.String getNode()
Gets the value of the optimisticLock property.
Returns:
possible object is String
public java.lang.String getOptimisticLock()
Gets the value of the update property.
Returns:
possible object is String
public java.lang.String getUpdate()
Sets the value of the access property.
Parameters:
value - allowed object is String
public void setAccess(java.lang.String value)
Sets the value of the cascade property.
Parameters:
value - allowed object is String
public void setCascade(java.lang.String value)
Sets the value of the idType property.
Parameters:
value - allowed object is String
public void setIdType(java.lang.String value)
Sets the value of the index property.
Parameters:
value - allowed object is String
public void setIndex(java.lang.String value)
Sets the value of the insert property.
Parameters:
value - allowed object is String
public void setInsert(java.lang.String value)
Sets the value of the lazy property.
Parameters:
value - allowed object is String
public void setLazy(java.lang.String value)
Sets the value of the metaType property.
Parameters:
value - allowed object is String
public void setMetaType(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the node property.
Parameters:
value - allowed object is String
public void setNode(java.lang.String value)
Sets the value of the optimisticLock property.
Parameters:
value - allowed object is String
public void setOptimisticLock(java.lang.String value)
Sets the value of the update property.
Parameters:
value - allowed object is String
public void setUpdate(java.lang.String value)

Class: Array   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Array
  extends java.lang.Object
Fields
protected java.lang.String access
protected java.lang.String batchSize
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Cache cache
protected java.lang.String cascade
protected java.lang.String catalog
protected java.lang.String check
protected java.lang.String collectionType
protected java.lang.String comment
protected java.lang.String elementClass
protected java.util.List elementOrOneToManyOrManyToManyOrCompositeElementOrManyToAny
protected java.lang.String embedXml
protected java.lang.String fetch
protected java.util.List indexOrListIndex
protected java.lang.String inverse
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Key key
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader loader
protected java.util.List meta
protected java.lang.String mutable
protected java.lang.String name
protected java.lang.String node
protected java.lang.String optimisticLock
protected java.lang.String outerJoin
protected java.lang.String persister
protected java.lang.String schema
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete sqlDelete
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDeleteAll sqlDeleteAll
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert sqlInsert
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate sqlUpdate
protected java.lang.String subselect
protected java.lang.String subselectOfArray
protected java.util.List synchronize
protected java.lang.String table
protected java.lang.String where
Constructors
public Array()
Methods
Gets the value of the access property.
Returns:
possible object is String
public java.lang.String getAccess()
Gets the value of the batchSize property.
Returns:
possible object is String
public java.lang.String getBatchSize()
Gets the value of the cache property.
Returns:
possible object is Cache
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Cache getCache()
Gets the value of the cascade property.
Returns:
possible object is String
public java.lang.String getCascade()
Gets the value of the catalog property.
Returns:
possible object is String
public java.lang.String getCatalog()
Gets the value of the check property.
Returns:
possible object is String
public java.lang.String getCheck()
Gets the value of the collectionType property.
Returns:
possible object is String
public java.lang.String getCollectionType()
Gets the value of the comment property.
Returns:
possible object is String
public java.lang.String getComment()
Gets the value of the elementClass property.
Returns:
possible object is String
public java.lang.String getElementClass()
Gets the value of the elementOrOneToManyOrManyToManyOrCompositeElementOrManyToAny property.

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 elementOrOneToManyOrManyToManyOrCompositeElementOrManyToAny property.

For example, to add a new item, do as follows:

    getElementOrOneToManyOrManyToManyOrCompositeElementOrManyToAny().add(newItem);
 

Objects of the following type(s) are allowed in the list Element OneToMany ManyToMany CompositeElement ManyToAny
public java.util.List getElementOrOneToManyOrManyToManyOrCompositeElementOrManyToAny()

Gets the value of the embedXml property.
Returns:
possible object is String
public java.lang.String getEmbedXml()
Gets the value of the fetch property.
Returns:
possible object is String
public java.lang.String getFetch()
Gets the value of the indexOrListIndex property.

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 indexOrListIndex property.

For example, to add a new item, do as follows:

    getIndexOrListIndex().add(newItem);
 

Objects of the following type(s) are allowed in the list Index ListIndex
public java.util.List getIndexOrListIndex()

Gets the value of the inverse property.
Returns:
possible object is String
public java.lang.String getInverse()
Gets the value of the key property.
Returns:
possible object is Key
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Key getKey()
Gets the value of the loader property.
Returns:
possible object is Loader
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader getLoader()
Gets the value of the meta property.

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 meta property.

For example, to add a new item, do as follows:

    getMeta().add(newItem);
 

Objects of the following type(s) are allowed in the list Meta
public java.util.List getMeta()

Gets the value of the mutable property.
Returns:
possible object is String
public java.lang.String getMutable()
Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the node property.
Returns:
possible object is String
public java.lang.String getNode()
Gets the value of the optimisticLock property.
Returns:
possible object is String
public java.lang.String getOptimisticLock()
Gets the value of the outerJoin property.
Returns:
possible object is String
public java.lang.String getOuterJoin()
Gets the value of the persister property.
Returns:
possible object is String
public java.lang.String getPersister()
Gets the value of the schema property.
Returns:
possible object is String
public java.lang.String getSchema()
Gets the value of the sqlDelete property.
Returns:
possible object is SqlDelete
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete getSqlDelete()
Gets the value of the sqlDeleteAll property.
Returns:
possible object is SqlDeleteAll
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDeleteAll getSqlDeleteAll()
Gets the value of the sqlInsert property.
Returns:
possible object is SqlInsert
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert getSqlInsert()
Gets the value of the sqlUpdate property.
Returns:
possible object is SqlUpdate
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate getSqlUpdate()
Gets the value of the subselect property.
Returns:
possible object is String
public java.lang.String getSubselect()
Gets the value of the subselectOfArray property.
Returns:
possible object is String
public java.lang.String getSubselectOfArray()
Gets the value of the synchronize property.

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 synchronize property.

For example, to add a new item, do as follows:

    getSynchronize().add(newItem);
 

Objects of the following type(s) are allowed in the list Synchronize
public java.util.List getSynchronize()

Gets the value of the table property.
Returns:
possible object is String
public java.lang.String getTable()
Gets the value of the where property.
Returns:
possible object is String
public java.lang.String getWhere()
Sets the value of the access property.
Parameters:
value - allowed object is String
public void setAccess(java.lang.String value)
Sets the value of the batchSize property.
Parameters:
value - allowed object is String
public void setBatchSize(java.lang.String value)
Sets the value of the cache property.
Parameters:
value - allowed object is Cache
public void setCache(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Cache value)
Sets the value of the cascade property.
Parameters:
value - allowed object is String
public void setCascade(java.lang.String value)
Sets the value of the catalog property.
Parameters:
value - allowed object is String
public void setCatalog(java.lang.String value)
Sets the value of the check property.
Parameters:
value - allowed object is String
public void setCheck(java.lang.String value)
Sets the value of the collectionType property.
Parameters:
value - allowed object is String
public void setCollectionType(java.lang.String value)
Sets the value of the comment property.
Parameters:
value - allowed object is String
public void setComment(java.lang.String value)
Sets the value of the elementClass property.
Parameters:
value - allowed object is String
public void setElementClass(java.lang.String value)
Sets the value of the embedXml property.
Parameters:
value - allowed object is String
public void setEmbedXml(java.lang.String value)
Sets the value of the fetch property.
Parameters:
value - allowed object is String
public void setFetch(java.lang.String value)
Sets the value of the inverse property.
Parameters:
value - allowed object is String
public void setInverse(java.lang.String value)
Sets the value of the key property.
Parameters:
value - allowed object is Key
public void setKey(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Key value)
Sets the value of the loader property.
Parameters:
value - allowed object is Loader
public void setLoader(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader value)
Sets the value of the mutable property.
Parameters:
value - allowed object is String
public void setMutable(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the node property.
Parameters:
value - allowed object is String
public void setNode(java.lang.String value)
Sets the value of the optimisticLock property.
Parameters:
value - allowed object is String
public void setOptimisticLock(java.lang.String value)
Sets the value of the outerJoin property.
Parameters:
value - allowed object is String
public void setOuterJoin(java.lang.String value)
Sets the value of the persister property.
Parameters:
value - allowed object is String
public void setPersister(java.lang.String value)
Sets the value of the schema property.
Parameters:
value - allowed object is String
public void setSchema(java.lang.String value)
Sets the value of the sqlDelete property.
Parameters:
value - allowed object is SqlDelete
public void setSqlDelete(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete value)
Sets the value of the sqlDeleteAll property.
Parameters:
value - allowed object is SqlDeleteAll
public void setSqlDeleteAll(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDeleteAll value)
Sets the value of the sqlInsert property.
Parameters:
value - allowed object is SqlInsert
public void setSqlInsert(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert value)
Sets the value of the sqlUpdate property.
Parameters:
value - allowed object is SqlUpdate
public void setSqlUpdate(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate value)
Sets the value of the subselect property.
Parameters:
value - allowed object is String
public void setSubselect(java.lang.String value)
Sets the value of the subselectOfArray property.
Parameters:
value - allowed object is String
public void setSubselectOfArray(java.lang.String value)
Sets the value of the table property.
Parameters:
value - allowed object is String
public void setTable(java.lang.String value)
Sets the value of the where property.
Parameters:
value - allowed object is String
public void setWhere(java.lang.String value)

Class: Bag   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Bag
  extends java.lang.Object
Fields
protected java.lang.String access
protected java.lang.String batchSize
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Cache cache
protected java.lang.String cascade
protected java.lang.String catalog
protected java.lang.String check
protected java.lang.String collectionType
protected java.lang.String comment
protected java.util.List elementOrOneToManyOrManyToManyOrCompositeElementOrManyToAny
protected java.lang.String embedXml
protected java.lang.String fetch
protected java.util.List filter
protected java.lang.String inverse
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Key key
protected java.lang.String lazy
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader loader
protected java.util.List meta
protected java.lang.String mutable
protected java.lang.String name
protected java.lang.String node
protected java.lang.String optimisticLock
protected java.lang.String orderBy
protected java.lang.String outerJoin
protected java.lang.String persister
protected java.lang.String schema
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete sqlDelete
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDeleteAll sqlDeleteAll
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert sqlInsert
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate sqlUpdate
protected java.lang.String subselect
protected java.lang.String subselectOfBag
protected java.util.List synchronize
protected java.lang.String table
protected java.lang.String where
Constructors
public Bag()
Methods
Gets the value of the access property.
Returns:
possible object is String
public java.lang.String getAccess()
Gets the value of the batchSize property.
Returns:
possible object is String
public java.lang.String getBatchSize()
Gets the value of the cache property.
Returns:
possible object is Cache
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Cache getCache()
Gets the value of the cascade property.
Returns:
possible object is String
public java.lang.String getCascade()
Gets the value of the catalog property.
Returns:
possible object is String
public java.lang.String getCatalog()
Gets the value of the check property.
Returns:
possible object is String
public java.lang.String getCheck()
Gets the value of the collectionType property.
Returns:
possible object is String
public java.lang.String getCollectionType()
Gets the value of the comment property.
Returns:
possible object is String
public java.lang.String getComment()
Gets the value of the elementOrOneToManyOrManyToManyOrCompositeElementOrManyToAny property.

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 elementOrOneToManyOrManyToManyOrCompositeElementOrManyToAny property.

For example, to add a new item, do as follows:

    getElementOrOneToManyOrManyToManyOrCompositeElementOrManyToAny().add(newItem);
 

Objects of the following type(s) are allowed in the list Element OneToMany ManyToMany CompositeElement ManyToAny
public java.util.List getElementOrOneToManyOrManyToManyOrCompositeElementOrManyToAny()

Gets the value of the embedXml property.
Returns:
possible object is String
public java.lang.String getEmbedXml()
Gets the value of the fetch property.
Returns:
possible object is String
public java.lang.String getFetch()
Gets the value of the filter property.

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 filter property.

For example, to add a new item, do as follows:

    getFilter().add(newItem);
 

Objects of the following type(s) are allowed in the list Filter
public java.util.List getFilter()

Gets the value of the inverse property.
Returns:
possible object is String
public java.lang.String getInverse()
Gets the value of the key property.
Returns:
possible object is Key
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Key getKey()
Gets the value of the lazy property.
Returns:
possible object is String
public java.lang.String getLazy()
Gets the value of the loader property.
Returns:
possible object is Loader
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader getLoader()
Gets the value of the meta property.

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 meta property.

For example, to add a new item, do as follows:

    getMeta().add(newItem);
 

Objects of the following type(s) are allowed in the list Meta
public java.util.List getMeta()

Gets the value of the mutable property.
Returns:
possible object is String
public java.lang.String getMutable()
Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the node property.
Returns:
possible object is String
public java.lang.String getNode()
Gets the value of the optimisticLock property.
Returns:
possible object is String
public java.lang.String getOptimisticLock()
Gets the value of the orderBy property.
Returns:
possible object is String
public java.lang.String getOrderBy()
Gets the value of the outerJoin property.
Returns:
possible object is String
public java.lang.String getOuterJoin()
Gets the value of the persister property.
Returns:
possible object is String
public java.lang.String getPersister()
Gets the value of the schema property.
Returns:
possible object is String
public java.lang.String getSchema()
Gets the value of the sqlDelete property.
Returns:
possible object is SqlDelete
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete getSqlDelete()
Gets the value of the sqlDeleteAll property.
Returns:
possible object is SqlDeleteAll
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDeleteAll getSqlDeleteAll()
Gets the value of the sqlInsert property.
Returns:
possible object is SqlInsert
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert getSqlInsert()
Gets the value of the sqlUpdate property.
Returns:
possible object is SqlUpdate
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate getSqlUpdate()
Gets the value of the subselect property.
Returns:
possible object is String
public java.lang.String getSubselect()
Gets the value of the subselectOfBag property.
Returns:
possible object is String
public java.lang.String getSubselectOfBag()
Gets the value of the synchronize property.

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 synchronize property.

For example, to add a new item, do as follows:

    getSynchronize().add(newItem);
 

Objects of the following type(s) are allowed in the list Synchronize
public java.util.List getSynchronize()

Gets the value of the table property.
Returns:
possible object is String
public java.lang.String getTable()
Gets the value of the where property.
Returns:
possible object is String
public java.lang.String getWhere()
Sets the value of the access property.
Parameters:
value - allowed object is String
public void setAccess(java.lang.String value)
Sets the value of the batchSize property.
Parameters:
value - allowed object is String
public void setBatchSize(java.lang.String value)
Sets the value of the cache property.
Parameters:
value - allowed object is Cache
public void setCache(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Cache value)
Sets the value of the cascade property.
Parameters:
value - allowed object is String
public void setCascade(java.lang.String value)
Sets the value of the catalog property.
Parameters:
value - allowed object is String
public void setCatalog(java.lang.String value)
Sets the value of the check property.
Parameters:
value - allowed object is String
public void setCheck(java.lang.String value)
Sets the value of the collectionType property.
Parameters:
value - allowed object is String
public void setCollectionType(java.lang.String value)
Sets the value of the comment property.
Parameters:
value - allowed object is String
public void setComment(java.lang.String value)
Sets the value of the embedXml property.
Parameters:
value - allowed object is String
public void setEmbedXml(java.lang.String value)
Sets the value of the fetch property.
Parameters:
value - allowed object is String
public void setFetch(java.lang.String value)
Sets the value of the inverse property.
Parameters:
value - allowed object is String
public void setInverse(java.lang.String value)
Sets the value of the key property.
Parameters:
value - allowed object is Key
public void setKey(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Key value)
Sets the value of the lazy property.
Parameters:
value - allowed object is String
public void setLazy(java.lang.String value)
Sets the value of the loader property.
Parameters:
value - allowed object is Loader
public void setLoader(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader value)
Sets the value of the mutable property.
Parameters:
value - allowed object is String
public void setMutable(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the node property.
Parameters:
value - allowed object is String
public void setNode(java.lang.String value)
Sets the value of the optimisticLock property.
Parameters:
value - allowed object is String
public void setOptimisticLock(java.lang.String value)
Sets the value of the orderBy property.
Parameters:
value - allowed object is String
public void setOrderBy(java.lang.String value)
Sets the value of the outerJoin property.
Parameters:
value - allowed object is String
public void setOuterJoin(java.lang.String value)
Sets the value of the persister property.
Parameters:
value - allowed object is String
public void setPersister(java.lang.String value)
Sets the value of the schema property.
Parameters:
value - allowed object is String
public void setSchema(java.lang.String value)
Sets the value of the sqlDelete property.
Parameters:
value - allowed object is SqlDelete
public void setSqlDelete(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete value)
Sets the value of the sqlDeleteAll property.
Parameters:
value - allowed object is SqlDeleteAll
public void setSqlDeleteAll(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDeleteAll value)
Sets the value of the sqlInsert property.
Parameters:
value - allowed object is SqlInsert
public void setSqlInsert(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert value)
Sets the value of the sqlUpdate property.
Parameters:
value - allowed object is SqlUpdate
public void setSqlUpdate(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate value)
Sets the value of the subselect property.
Parameters:
value - allowed object is String
public void setSubselect(java.lang.String value)
Sets the value of the subselectOfBag property.
Parameters:
value - allowed object is String
public void setSubselectOfBag(java.lang.String value)
Sets the value of the table property.
Parameters:
value - allowed object is String
public void setTable(java.lang.String value)
Sets the value of the where property.
Parameters:
value - allowed object is String
public void setWhere(java.lang.String value)

Class: Cache   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Cache
  extends java.lang.Object
Fields
protected java.lang.String include
protected java.lang.String region
protected java.lang.String usage
Constructors
public Cache()
Methods
Gets the value of the include property.
Returns:
possible object is String
public java.lang.String getInclude()
Gets the value of the region property.
Returns:
possible object is String
public java.lang.String getRegion()
Gets the value of the usage property.
Returns:
possible object is String
public java.lang.String getUsage()
Sets the value of the include property.
Parameters:
value - allowed object is String
public void setInclude(java.lang.String value)
Sets the value of the region property.
Parameters:
value - allowed object is String
public void setRegion(java.lang.String value)
Sets the value of the usage property.
Parameters:
value - allowed object is String
public void setUsage(java.lang.String value)

Class: CollectionId   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.CollectionId
  extends java.lang.Object
Fields
protected java.util.List column
protected java.lang.String columnNameOfCollection
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Generator generator
protected java.lang.String length
protected java.util.List meta
protected java.lang.String typeOfCollectionId
Constructors
public CollectionId()
Methods
Gets the value of the column property.

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 column property.

For example, to add a new item, do as follows:

    getColumn().add(newItem);
 

Objects of the following type(s) are allowed in the list Column
public java.util.List getColumn()

Gets the value of the columnNameOfCollection property.
Returns:
possible object is String
public java.lang.String getColumnNameOfCollection()
Gets the value of the generator property.
Returns:
possible object is Generator
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Generator getGenerator()
Gets the value of the length property.
Returns:
possible object is String
public java.lang.String getLength()
Gets the value of the meta property.

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 meta property.

For example, to add a new item, do as follows:

    getMeta().add(newItem);
 

Objects of the following type(s) are allowed in the list Meta
public java.util.List getMeta()

Gets the value of the typeOfCollectionId property.
Returns:
possible object is String
public java.lang.String getTypeOfCollectionId()
Sets the value of the columnNameOfCollection property.
Parameters:
value - allowed object is String
public void setColumnNameOfCollection(java.lang.String value)
Sets the value of the generator property.
Parameters:
value - allowed object is Generator
public void setGenerator(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Generator value)
Sets the value of the length property.
Parameters:
value - allowed object is String
public void setLength(java.lang.String value)
Sets the value of the typeOfCollectionId property.
Parameters:
value - allowed object is String
public void setTypeOfCollectionId(java.lang.String value)

Class: Column   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Column
  extends java.lang.Object
Fields
protected java.lang.String _default
protected java.lang.String check
protected java.lang.String comment
protected java.lang.String index
protected java.lang.String length
protected java.lang.String name
protected java.lang.String notNull
protected java.lang.String precision
protected java.lang.String read
protected java.lang.String scale
protected java.lang.String sqlType
protected java.lang.String unique
protected java.lang.String uniqueKey
protected java.lang.String write
Constructors
public Column()
Methods
Gets the value of the check property.
Returns:
possible object is String
public java.lang.String getCheck()
Gets the value of the comment property.
Returns:
possible object is String
public java.lang.String getComment()
Gets the value of the default property.
Returns:
possible object is String
public java.lang.String getDefault()
Gets the value of the index property.
Returns:
possible object is String
public java.lang.String getIndex()
Gets the value of the length property.
Returns:
possible object is String
public java.lang.String getLength()
Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the notNull property.
Returns:
possible object is String
public java.lang.String getNotNull()
Gets the value of the precision property.
Returns:
possible object is String
public java.lang.String getPrecision()
Gets the value of the read property.
Returns:
possible object is String
public java.lang.String getRead()
Gets the value of the scale property.
Returns:
possible object is String
public java.lang.String getScale()
Gets the value of the sqlType property.
Returns:
possible object is String
public java.lang.String getSqlType()
Gets the value of the unique property.
Returns:
possible object is String
public java.lang.String getUnique()
Gets the value of the uniqueKey property.
Returns:
possible object is String
public java.lang.String getUniqueKey()
Gets the value of the write property.
Returns:
possible object is String
public java.lang.String getWrite()
Sets the value of the check property.
Parameters:
value - allowed object is String
public void setCheck(java.lang.String value)
Sets the value of the comment property.
Parameters:
value - allowed object is String
public void setComment(java.lang.String value)
Sets the value of the default property.
Parameters:
value - allowed object is String
public void setDefault(java.lang.String value)
Sets the value of the index property.
Parameters:
value - allowed object is String
public void setIndex(java.lang.String value)
Sets the value of the length property.
Parameters:
value - allowed object is String
public void setLength(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the notNull property.
Parameters:
value - allowed object is String
public void setNotNull(java.lang.String value)
Sets the value of the precision property.
Parameters:
value - allowed object is String
public void setPrecision(java.lang.String value)
Sets the value of the read property.
Parameters:
value - allowed object is String
public void setRead(java.lang.String value)
Sets the value of the scale property.
Parameters:
value - allowed object is String
public void setScale(java.lang.String value)
Sets the value of the sqlType property.
Parameters:
value - allowed object is String
public void setSqlType(java.lang.String value)
Sets the value of the unique property.
Parameters:
value - allowed object is String
public void setUnique(java.lang.String value)
Sets the value of the uniqueKey property.
Parameters:
value - allowed object is String
public void setUniqueKey(java.lang.String value)
Sets the value of the write property.
Parameters:
value - allowed object is String
public void setWrite(java.lang.String value)

Class: Component   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Component
  extends java.lang.Object
Fields
protected java.lang.String access
protected java.lang.String clazz
protected java.lang.String insert
protected java.lang.String lazy
protected java.util.List meta
protected java.lang.String name
protected java.lang.String node
protected java.lang.String optimisticLock
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Parent parent
protected java.util.List propertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrAnyOrMapOrSetOrListOrBagOrArrayOrPrimitiveArray
protected java.util.List tuplizer
protected java.lang.String unique
protected java.lang.String update
Constructors
public Component()
Methods
Gets the value of the access property.
Returns:
possible object is String
public java.lang.String getAccess()
Gets the value of the clazz property.
Returns:
possible object is String
public java.lang.String getClazz()
Gets the value of the insert property.
Returns:
possible object is String
public java.lang.String getInsert()
Gets the value of the lazy property.
Returns:
possible object is String
public java.lang.String getLazy()
Gets the value of the meta property.

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 meta property.

For example, to add a new item, do as follows:

    getMeta().add(newItem);
 

Objects of the following type(s) are allowed in the list Meta
public java.util.List getMeta()

Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the node property.
Returns:
possible object is String
public java.lang.String getNode()
Gets the value of the optimisticLock property.
Returns:
possible object is String
public java.lang.String getOptimisticLock()
Gets the value of the parent property.
Returns:
possible object is Parent
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Parent getParent()
Gets the value of the propertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrAnyOrMapOrSetOrListOrBagOrArrayOrPrimitiveArray property.

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 propertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrAnyOrMapOrSetOrListOrBagOrArrayOrPrimitiveArray property.

For example, to add a new item, do as follows:

    getPropertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrAnyOrMapOrSetOrListOrBagOrArrayOrPrimitiveArray().add(newItem);
 

Objects of the following type(s) are allowed in the list Property ManyToOne OneToOne Component DynamicComponent Any Map Set com.arsi.mj.maprpt.entity.hibgen.hbmxjc.List Bag Array PrimitiveArray
public java.util.List getPropertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrAnyOrMapOrSetOrListOrBagOrArrayOrPrimitiveArray()

Gets the value of the tuplizer property.

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 tuplizer property.

For example, to add a new item, do as follows:

    getTuplizer().add(newItem);
 

Objects of the following type(s) are allowed in the list Tuplizer
public java.util.List getTuplizer()

Gets the value of the unique property.
Returns:
possible object is String
public java.lang.String getUnique()
Gets the value of the update property.
Returns:
possible object is String
public java.lang.String getUpdate()
Sets the value of the access property.
Parameters:
value - allowed object is String
public void setAccess(java.lang.String value)
Sets the value of the clazz property.
Parameters:
value - allowed object is String
public void setClazz(java.lang.String value)
Sets the value of the insert property.
Parameters:
value - allowed object is String
public void setInsert(java.lang.String value)
Sets the value of the lazy property.
Parameters:
value - allowed object is String
public void setLazy(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the node property.
Parameters:
value - allowed object is String
public void setNode(java.lang.String value)
Sets the value of the optimisticLock property.
Parameters:
value - allowed object is String
public void setOptimisticLock(java.lang.String value)
Sets the value of the parent property.
Parameters:
value - allowed object is Parent
public void setParent(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Parent value)
Sets the value of the unique property.
Parameters:
value - allowed object is String
public void setUnique(java.lang.String value)
Sets the value of the update property.
Parameters:
value - allowed object is String
public void setUpdate(java.lang.String value)

Class: CompositeElement   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.CompositeElement
  extends java.lang.Object
Fields
protected java.lang.String clazz
protected java.util.List meta
protected java.lang.String node
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Parent parent
protected java.util.List propertyOrManyToOneOrAnyOrNestedCompositeElement
protected java.util.List tuplizer
Constructors
public CompositeElement()
Methods
Gets the value of the clazz property.
Returns:
possible object is String
public java.lang.String getClazz()
Gets the value of the meta property.

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 meta property.

For example, to add a new item, do as follows:

    getMeta().add(newItem);
 

Objects of the following type(s) are allowed in the list Meta
public java.util.List getMeta()

Gets the value of the node property.
Returns:
possible object is String
public java.lang.String getNode()
Gets the value of the parent property.
Returns:
possible object is Parent
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Parent getParent()
Gets the value of the propertyOrManyToOneOrAnyOrNestedCompositeElement property.

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 propertyOrManyToOneOrAnyOrNestedCompositeElement property.

For example, to add a new item, do as follows:

    getPropertyOrManyToOneOrAnyOrNestedCompositeElement().add(newItem);
 

Objects of the following type(s) are allowed in the list Property ManyToOne Any NestedCompositeElement
public java.util.List getPropertyOrManyToOneOrAnyOrNestedCompositeElement()

Gets the value of the tuplizer property.

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 tuplizer property.

For example, to add a new item, do as follows:

    getTuplizer().add(newItem);
 

Objects of the following type(s) are allowed in the list Tuplizer
public java.util.List getTuplizer()

Sets the value of the clazz property.
Parameters:
value - allowed object is String
public void setClazz(java.lang.String value)
Sets the value of the node property.
Parameters:
value - allowed object is String
public void setNode(java.lang.String value)
Sets the value of the parent property.
Parameters:
value - allowed object is Parent
public void setParent(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Parent value)

Class: CompositeId   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.CompositeId
  extends java.lang.Object
Fields
protected java.lang.String access
protected java.lang.String clazz
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Generator generator
protected java.util.List keyPropertyOrKeyManyToOne
protected java.lang.String mapped
protected java.util.List meta
protected java.lang.String name
protected java.lang.String node
protected java.lang.String unsavedValue
Constructors
public CompositeId()
Methods
Gets the value of the access property.
Returns:
possible object is String
public java.lang.String getAccess()
Gets the value of the clazz property.
Returns:
possible object is String
public java.lang.String getClazz()
Gets the value of the generator property.
Returns:
possible object is Generator
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Generator getGenerator()
Gets the value of the keyPropertyOrKeyManyToOne property.

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 keyPropertyOrKeyManyToOne property.

For example, to add a new item, do as follows:

    getKeyPropertyOrKeyManyToOne().add(newItem);
 

Objects of the following type(s) are allowed in the list KeyProperty KeyManyToOne
public java.util.List getKeyPropertyOrKeyManyToOne()

Gets the value of the mapped property.
Returns:
possible object is String
public java.lang.String getMapped()
Gets the value of the meta property.

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 meta property.

For example, to add a new item, do as follows:

    getMeta().add(newItem);
 

Objects of the following type(s) are allowed in the list Meta
public java.util.List getMeta()

Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the node property.
Returns:
possible object is String
public java.lang.String getNode()
Gets the value of the unsavedValue property.
Returns:
possible object is String
public java.lang.String getUnsavedValue()
Sets the value of the access property.
Parameters:
value - allowed object is String
public void setAccess(java.lang.String value)
Sets the value of the clazz property.
Parameters:
value - allowed object is String
public void setClazz(java.lang.String value)
Sets the value of the generator property.
Parameters:
value - allowed object is Generator
public void setGenerator(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Generator value)
Sets the value of the mapped property.
Parameters:
value - allowed object is String
public void setMapped(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the node property.
Parameters:
value - allowed object is String
public void setNode(java.lang.String value)
Sets the value of the unsavedValue property.
Parameters:
value - allowed object is String
public void setUnsavedValue(java.lang.String value)

Class: CompositeIndex   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.CompositeIndex
  extends java.lang.Object
Fields
protected java.lang.String clazz
protected java.util.List keyPropertyOrKeyManyToOne
Constructors
public CompositeIndex()
Methods
Gets the value of the clazz property.
Returns:
possible object is String
public java.lang.String getClazz()
Gets the value of the keyPropertyOrKeyManyToOne property.

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 keyPropertyOrKeyManyToOne property.

For example, to add a new item, do as follows:

    getKeyPropertyOrKeyManyToOne().add(newItem);
 

Objects of the following type(s) are allowed in the list KeyProperty KeyManyToOne
public java.util.List getKeyPropertyOrKeyManyToOne()

Sets the value of the clazz property.
Parameters:
value - allowed object is String
public void setClazz(java.lang.String value)

Class: CompositeMapKey   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.CompositeMapKey
  extends java.lang.Object
Fields
protected java.lang.String clazz
protected java.util.List keyPropertyOrKeyManyToOne
Constructors
public CompositeMapKey()
Methods
Gets the value of the clazz property.
Returns:
possible object is String
public java.lang.String getClazz()
Gets the value of the keyPropertyOrKeyManyToOne property.

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 keyPropertyOrKeyManyToOne property.

For example, to add a new item, do as follows:

    getKeyPropertyOrKeyManyToOne().add(newItem);
 

Objects of the following type(s) are allowed in the list KeyProperty KeyManyToOne
public java.util.List getKeyPropertyOrKeyManyToOne()

Sets the value of the clazz property.
Parameters:
value - allowed object is String
public void setClazz(java.lang.String value)

Class: Create   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Create
  extends java.lang.Object
Fields
protected java.lang.String value
Constructors
public Create()
Methods
Gets the value of the value property.
Returns:
possible object is String
public java.lang.String getvalue()
Sets the value of the value property.
Parameters:
value - allowed object is String
public void setvalue(java.lang.String value)

Class: DatabaseObject   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.DatabaseObject
  extends java.lang.Object
Fields
protected java.util.List definitionOrCreateOrDrop
protected java.util.List dialectScope
Constructors
public DatabaseObject()
Methods
Gets the value of the definitionOrCreateOrDrop property.

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 definitionOrCreateOrDrop property.

For example, to add a new item, do as follows:

    getDefinitionOrCreateOrDrop().add(newItem);
 

Objects of the following type(s) are allowed in the list Definition Create Drop
public java.util.List getDefinitionOrCreateOrDrop()

Gets the value of the dialectScope property.

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 dialectScope property.

For example, to add a new item, do as follows:

    getDialectScope().add(newItem);
 

Objects of the following type(s) are allowed in the list DialectScope
public java.util.List getDialectScope()

Class: Definition   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Definition
  extends java.lang.Object
Fields
protected java.lang.String clazz
Constructors
public Definition()
Methods
Gets the value of the clazz property.
Returns:
possible object is String
public java.lang.String getClazz()
Sets the value of the clazz property.
Parameters:
value - allowed object is String
public void setClazz(java.lang.String value)

Class: DialectScope   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.DialectScope
  extends java.lang.Object
Fields
protected java.lang.String name
protected java.lang.String value
Constructors
public DialectScope()
Methods
Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the value property.
Returns:
possible object is String
public java.lang.String getvalue()
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the value property.
Parameters:
value - allowed object is String
public void setvalue(java.lang.String value)

Class: Discriminator   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Discriminator
  extends java.lang.Object
Fields
protected java.lang.String column
protected java.util.List columnOrFormula
protected java.lang.String force
protected java.lang.String formula
protected java.lang.String insert
protected java.lang.String length
protected java.lang.String notNull
protected java.lang.String typeOfDiscriminator
Constructors
public Discriminator()
Methods
Gets the value of the column property.
Returns:
possible object is String
public java.lang.String getColumn()
Gets the value of the columnOrFormula property.

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 columnOrFormula property.

For example, to add a new item, do as follows:

    getColumnOrFormula().add(newItem);
 

Objects of the following type(s) are allowed in the list Column Formula
public java.util.List getColumnOrFormula()

Gets the value of the force property.
Returns:
possible object is String
public java.lang.String getForce()
Gets the value of the formula property.
Returns:
possible object is String
public java.lang.String getFormula()
Gets the value of the insert property.
Returns:
possible object is String
public java.lang.String getInsert()
Gets the value of the length property.
Returns:
possible object is String
public java.lang.String getLength()
Gets the value of the notNull property.
Returns:
possible object is String
public java.lang.String getNotNull()
Gets the value of the typeOfDiscriminator property.
Returns:
possible object is String
public java.lang.String getTypeOfDiscriminator()
Sets the value of the column property.
Parameters:
value - allowed object is String
public void setColumn(java.lang.String value)
Sets the value of the force property.
Parameters:
value - allowed object is String
public void setForce(java.lang.String value)
Sets the value of the formula property.
Parameters:
value - allowed object is String
public void setFormula(java.lang.String value)
Sets the value of the insert property.
Parameters:
value - allowed object is String
public void setInsert(java.lang.String value)
Sets the value of the length property.
Parameters:
value - allowed object is String
public void setLength(java.lang.String value)
Sets the value of the notNull property.
Parameters:
value - allowed object is String
public void setNotNull(java.lang.String value)
Sets the value of the typeOfDiscriminator property.
Parameters:
value - allowed object is String
public void setTypeOfDiscriminator(java.lang.String value)

Class: Drop   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Drop
  extends java.lang.Object
Fields
protected java.lang.String value
Constructors
public Drop()
Methods
Gets the value of the value property.
Returns:
possible object is String
public java.lang.String getvalue()
Sets the value of the value property.
Parameters:
value - allowed object is String
public void setvalue(java.lang.String value)

Class: DynamicComponent   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.DynamicComponent
  extends java.lang.Object
Fields
protected java.lang.String access
protected java.lang.String insert
protected java.lang.String name
protected java.lang.String node
protected java.lang.String optimisticLock
protected java.util.List propertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrAnyOrMapOrSetOrListOrBagOrArrayOrPrimitiveArray
protected java.lang.String unique
protected java.lang.String update
Constructors
public DynamicComponent()
Methods
Gets the value of the access property.
Returns:
possible object is String
public java.lang.String getAccess()
Gets the value of the insert property.
Returns:
possible object is String
public java.lang.String getInsert()
Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the node property.
Returns:
possible object is String
public java.lang.String getNode()
Gets the value of the optimisticLock property.
Returns:
possible object is String
public java.lang.String getOptimisticLock()
Gets the value of the propertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrAnyOrMapOrSetOrListOrBagOrArrayOrPrimitiveArray property.

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 propertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrAnyOrMapOrSetOrListOrBagOrArrayOrPrimitiveArray property.

For example, to add a new item, do as follows:

    getPropertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrAnyOrMapOrSetOrListOrBagOrArrayOrPrimitiveArray().add(newItem);
 

Objects of the following type(s) are allowed in the list Property ManyToOne OneToOne Component DynamicComponent Any Map Set com.arsi.mj.maprpt.entity.hibgen.hbmxjc.List Bag Array PrimitiveArray
public java.util.List getPropertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrAnyOrMapOrSetOrListOrBagOrArrayOrPrimitiveArray()

Gets the value of the unique property.
Returns:
possible object is String
public java.lang.String getUnique()
Gets the value of the update property.
Returns:
possible object is String
public java.lang.String getUpdate()
Sets the value of the access property.
Parameters:
value - allowed object is String
public void setAccess(java.lang.String value)
Sets the value of the insert property.
Parameters:
value - allowed object is String
public void setInsert(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the node property.
Parameters:
value - allowed object is String
public void setNode(java.lang.String value)
Sets the value of the optimisticLock property.
Parameters:
value - allowed object is String
public void setOptimisticLock(java.lang.String value)
Sets the value of the unique property.
Parameters:
value - allowed object is String
public void setUnique(java.lang.String value)
Sets the value of the update property.
Parameters:
value - allowed object is String
public void setUpdate(java.lang.String value)

Class: Element   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Element
  extends java.lang.Object
Fields
protected java.lang.String column
protected java.util.List columnOrFormula
protected java.lang.String formula
protected java.lang.String length
protected java.lang.String node
protected java.lang.String notNull
protected java.lang.String precision
protected java.lang.String scale
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Type type
protected java.lang.String typeOfElement
protected java.lang.String unique
Constructors
public Element()
Methods
Gets the value of the column property.
Returns:
possible object is String
public java.lang.String getColumn()
Gets the value of the columnOrFormula property.

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 columnOrFormula property.

For example, to add a new item, do as follows:

    getColumnOrFormula().add(newItem);
 

Objects of the following type(s) are allowed in the list Column Formula
public java.util.List getColumnOrFormula()

Gets the value of the formula property.
Returns:
possible object is String
public java.lang.String getFormula()
Gets the value of the length property.
Returns:
possible object is String
public java.lang.String getLength()
Gets the value of the node property.
Returns:
possible object is String
public java.lang.String getNode()
Gets the value of the notNull property.
Returns:
possible object is String
public java.lang.String getNotNull()
Gets the value of the precision property.
Returns:
possible object is String
public java.lang.String getPrecision()
Gets the value of the scale property.
Returns:
possible object is String
public java.lang.String getScale()
Gets the value of the type property.
Returns:
possible object is Type
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Type getType()
Gets the value of the typeOfElement property.
Returns:
possible object is String
public java.lang.String getTypeOfElement()
Gets the value of the unique property.
Returns:
possible object is String
public java.lang.String getUnique()
Sets the value of the column property.
Parameters:
value - allowed object is String
public void setColumn(java.lang.String value)
Sets the value of the formula property.
Parameters:
value - allowed object is String
public void setFormula(java.lang.String value)
Sets the value of the length property.
Parameters:
value - allowed object is String
public void setLength(java.lang.String value)
Sets the value of the node property.
Parameters:
value - allowed object is String
public void setNode(java.lang.String value)
Sets the value of the notNull property.
Parameters:
value - allowed object is String
public void setNotNull(java.lang.String value)
Sets the value of the precision property.
Parameters:
value - allowed object is String
public void setPrecision(java.lang.String value)
Sets the value of the scale property.
Parameters:
value - allowed object is String
public void setScale(java.lang.String value)
Sets the value of the type property.
Parameters:
value - allowed object is Type
public void setType(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Type value)
Sets the value of the typeOfElement property.
Parameters:
value - allowed object is String
public void setTypeOfElement(java.lang.String value)
Sets the value of the unique property.
Parameters:
value - allowed object is String
public void setUnique(java.lang.String value)

Class: Fetch   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Fetch
  extends java.lang.Object
Fields
protected java.lang.String association
protected java.lang.String entity
protected java.lang.String style
Constructors
public Fetch()
Methods
Gets the value of the association property.
Returns:
possible object is String
public java.lang.String getAssociation()
Gets the value of the entity property.
Returns:
possible object is String
public java.lang.String getEntity()
Gets the value of the style property.
Returns:
possible object is String
public java.lang.String getStyle()
Sets the value of the association property.
Parameters:
value - allowed object is String
public void setAssociation(java.lang.String value)
Sets the value of the entity property.
Parameters:
value - allowed object is String
public void setEntity(java.lang.String value)
Sets the value of the style property.
Parameters:
value - allowed object is String
public void setStyle(java.lang.String value)

Class: FetchProfile   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.FetchProfile
  extends java.lang.Object
Fields
protected java.util.List fetch
protected java.lang.String name
Constructors
public FetchProfile()
Methods
Gets the value of the fetch property.

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 fetch property.

For example, to add a new item, do as follows:

    getFetch().add(newItem);
 

Objects of the following type(s) are allowed in the list Fetch
public java.util.List getFetch()

Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)

Class: Filter   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Filter
  extends java.lang.Object
Fields
protected java.lang.String condition
protected java.lang.String name
protected java.lang.String value
Constructors
public Filter()
Methods
Gets the value of the condition property.
Returns:
possible object is String
public java.lang.String getCondition()
Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the value property.
Returns:
possible object is String
public java.lang.String getvalue()
Sets the value of the condition property.
Parameters:
value - allowed object is String
public void setCondition(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the value property.
Parameters:
value - allowed object is String
public void setvalue(java.lang.String value)

Class: FilterDef   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.FilterDef
  extends java.lang.Object
Fields
protected java.lang.String condition
protected java.lang.String name
protected java.lang.String value
Constructors
public FilterDef()
Methods
Gets the value of the condition property.
Returns:
possible object is String
public java.lang.String getCondition()
Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the value property.
Returns:
possible object is String
public java.lang.String getvalue()
Sets the value of the condition property.
Parameters:
value - allowed object is String
public void setCondition(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the value property.
Parameters:
value - allowed object is String
public void setvalue(java.lang.String value)

Class: FilterParam   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.FilterParam
  extends java.lang.Object
Fields
protected java.lang.String name
protected java.lang.String typeOfFilterParam
Constructors
public FilterParam()
Methods
Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the typeOfFilterParam property.
Returns:
possible object is String
public java.lang.String getTypeOfFilterParam()
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the typeOfFilterParam property.
Parameters:
value - allowed object is String
public void setTypeOfFilterParam(java.lang.String value)

Class: Formula   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Formula
  extends java.lang.Object
Fields
protected java.lang.String value
Constructors
public Formula()
Methods
Gets the value of the value property.
Returns:
possible object is String
public java.lang.String getvalue()
Sets the value of the value property.
Parameters:
value - allowed object is String
public void setvalue(java.lang.String value)

Class: Generator   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Generator
  extends java.lang.Object
Fields
protected java.lang.String clazz
protected java.util.List param
Constructors
public Generator()
Methods
Gets the value of the clazz property.
Returns:
possible object is String
public java.lang.String getClazz()
Gets the value of the param property.

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 param property.

For example, to add a new item, do as follows:

    getParam().add(newItem);
 

Objects of the following type(s) are allowed in the list Param
public java.util.List getParam()

Sets the value of the clazz property.
Parameters:
value - allowed object is String
public void setClazz(java.lang.String value)

Class: HibernateMapping   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.HibernateMapping
  extends java.lang.Object
Fields
protected java.lang.String _package
protected java.lang.String autoImport
protected java.lang.String catalog
protected java.lang.String defaultAccess
protected java.lang.String defaultCascade
protected java.lang.String defaultLazy
protected java.util.List metaOrIdentifierGeneratorOrTypedefOrFilterDefOrImportOrClazzOrSubclassOrJoinedSubclassOrUnionSubclassOrResultsetOrQueryOrSqlQueryOrFetchProfileOrDatabaseObject
protected java.lang.String schema
Constructors
public HibernateMapping()
Methods
Gets the value of the autoImport property.
Returns:
possible object is String
public java.lang.String getAutoImport()
Gets the value of the catalog property.
Returns:
possible object is String
public java.lang.String getCatalog()
Gets the value of the defaultAccess property.
Returns:
possible object is String
public java.lang.String getDefaultAccess()
Gets the value of the defaultCascade property.
Returns:
possible object is String
public java.lang.String getDefaultCascade()
Gets the value of the defaultLazy property.
Returns:
possible object is String
public java.lang.String getDefaultLazy()
Gets the value of the metaOrIdentifierGeneratorOrTypedefOrFilterDefOrImportOrClazzOrSubclassOrJoinedSubclassOrUnionSubclassOrResultsetOrQueryOrSqlQueryOrFetchProfileOrDatabaseObject property.

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 metaOrIdentifierGeneratorOrTypedefOrFilterDefOrImportOrClazzOrSubclassOrJoinedSubclassOrUnionSubclassOrResultsetOrQueryOrSqlQueryOrFetchProfileOrDatabaseObject property.

For example, to add a new item, do as follows:

    getMetaOrIdentifierGeneratorOrTypedefOrFilterDefOrImportOrClazzOrSubclassOrJoinedSubclassOrUnionSubclassOrResultsetOrQueryOrSqlQueryOrFetchProfileOrDatabaseObject().add(newItem);
 

Objects of the following type(s) are allowed in the list Meta IdentifierGenerator Typedef FilterDef Import Klass Subclass JoinedSubclass UnionSubclass Resultset Query SqlQuery FetchProfile DatabaseObject
public java.util.List getMetaOrIdentifierGeneratorOrTypedefOrFilterDefOrImportOrClazzOrSubclassOrJoinedSubclassOrUnionSubclassOrResultsetOrQueryOrSqlQueryOrFetchProfileOrDatabaseObject()

Gets the value of the package property.
Returns:
possible object is String
public java.lang.String getPackage()
Gets the value of the schema property.
Returns:
possible object is String
public java.lang.String getSchema()
Sets the value of the autoImport property.
Parameters:
value - allowed object is String
public void setAutoImport(java.lang.String value)
Sets the value of the catalog property.
Parameters:
value - allowed object is String
public void setCatalog(java.lang.String value)
Sets the value of the defaultAccess property.
Parameters:
value - allowed object is String
public void setDefaultAccess(java.lang.String value)
Sets the value of the defaultCascade property.
Parameters:
value - allowed object is String
public void setDefaultCascade(java.lang.String value)
Sets the value of the defaultLazy property.
Parameters:
value - allowed object is String
public void setDefaultLazy(java.lang.String value)
Sets the value of the package property.
Parameters:
value - allowed object is String
public void setPackage(java.lang.String value)
Sets the value of the schema property.
Parameters:
value - allowed object is String
public void setSchema(java.lang.String value)

Class: Id   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Id
  extends java.lang.Object
Fields
protected java.lang.String access
protected java.util.List column
protected java.lang.String columnNameOfId
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Generator generator
protected java.lang.String length
protected java.util.List meta
protected java.lang.String name
protected java.lang.String node
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Type type
protected java.lang.String typeOfId
protected java.lang.String unsavedValue
Constructors
public Id()
Methods
Gets the value of the access property.
Returns:
possible object is String
public java.lang.String getAccess()
Gets the value of the column property.

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 column property.

For example, to add a new item, do as follows:

    getColumn().add(newItem);
 

Objects of the following type(s) are allowed in the list Column
public java.util.List getColumn()

Gets the value of the columnNameOfId property.
Returns:
possible object is String
public java.lang.String getColumnNameOfId()
Gets the value of the generator property.
Returns:
possible object is Generator
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Generator getGenerator()
Gets the value of the length property.
Returns:
possible object is String
public java.lang.String getLength()
Gets the value of the meta property.

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 meta property.

For example, to add a new item, do as follows:

    getMeta().add(newItem);
 

Objects of the following type(s) are allowed in the list Meta
public java.util.List getMeta()

Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the node property.
Returns:
possible object is String
public java.lang.String getNode()
Gets the value of the type property.
Returns:
possible object is Type
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Type getType()
Gets the value of the typeOfId property.
Returns:
possible object is String
public java.lang.String getTypeOfId()
Gets the value of the unsavedValue property.
Returns:
possible object is String
public java.lang.String getUnsavedValue()
Sets the value of the access property.
Parameters:
value - allowed object is String
public void setAccess(java.lang.String value)
Sets the value of the columnNameOfId property.
Parameters:
value - allowed object is String
public void setColumnNameOfId(java.lang.String value)
Sets the value of the generator property.
Parameters:
value - allowed object is Generator
public void setGenerator(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Generator value)
Sets the value of the length property.
Parameters:
value - allowed object is String
public void setLength(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the node property.
Parameters:
value - allowed object is String
public void setNode(java.lang.String value)
Sets the value of the type property.
Parameters:
value - allowed object is Type
public void setType(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Type value)
Sets the value of the typeOfId property.
Parameters:
value - allowed object is String
public void setTypeOfId(java.lang.String value)
Sets the value of the unsavedValue property.
Parameters:
value - allowed object is String
public void setUnsavedValue(java.lang.String value)

Class: Idbag   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Idbag
  extends java.lang.Object
Fields
protected java.lang.String access
protected java.lang.String batchSize
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Cache cache
protected java.lang.String cascade
protected java.lang.String catalog
protected java.lang.String check
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.CollectionId collectionId
protected java.lang.String collectionType
protected java.lang.String comment
protected java.util.List elementOrManyToManyOrCompositeElementOrManyToAny
protected java.lang.String embedXml
protected java.lang.String fetch
protected java.util.List filter
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Key key
protected java.lang.String lazy
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader loader
protected java.util.List meta
protected java.lang.String mutable
protected java.lang.String name
protected java.lang.String node
protected java.lang.String optimisticLock
protected java.lang.String orderBy
protected java.lang.String outerJoin
protected java.lang.String persister
protected java.lang.String schema
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete sqlDelete
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDeleteAll sqlDeleteAll
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert sqlInsert
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate sqlUpdate
protected java.lang.String subselect
protected java.lang.String subselectOfIdbag
protected java.util.List synchronize
protected java.lang.String table
protected java.lang.String where
Constructors
public Idbag()
Methods
Gets the value of the access property.
Returns:
possible object is String
public java.lang.String getAccess()
Gets the value of the batchSize property.
Returns:
possible object is String
public java.lang.String getBatchSize()
Gets the value of the cache property.
Returns:
possible object is Cache
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Cache getCache()
Gets the value of the cascade property.
Returns:
possible object is String
public java.lang.String getCascade()
Gets the value of the catalog property.
Returns:
possible object is String
public java.lang.String getCatalog()
Gets the value of the check property.
Returns:
possible object is String
public java.lang.String getCheck()
Gets the value of the collectionId property.
Returns:
possible object is CollectionId
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.CollectionId getCollectionId()
Gets the value of the collectionType property.
Returns:
possible object is String
public java.lang.String getCollectionType()
Gets the value of the comment property.
Returns:
possible object is String
public java.lang.String getComment()
Gets the value of the elementOrManyToManyOrCompositeElementOrManyToAny property.

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 elementOrManyToManyOrCompositeElementOrManyToAny property.

For example, to add a new item, do as follows:

    getElementOrManyToManyOrCompositeElementOrManyToAny().add(newItem);
 

Objects of the following type(s) are allowed in the list Element ManyToMany CompositeElement ManyToAny
public java.util.List getElementOrManyToManyOrCompositeElementOrManyToAny()

Gets the value of the embedXml property.
Returns:
possible object is String
public java.lang.String getEmbedXml()
Gets the value of the fetch property.
Returns:
possible object is String
public java.lang.String getFetch()
Gets the value of the filter property.

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 filter property.

For example, to add a new item, do as follows:

    getFilter().add(newItem);
 

Objects of the following type(s) are allowed in the list Filter
public java.util.List getFilter()

Gets the value of the key property.
Returns:
possible object is Key
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Key getKey()
Gets the value of the lazy property.
Returns:
possible object is String
public java.lang.String getLazy()
Gets the value of the loader property.
Returns:
possible object is Loader
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader getLoader()
Gets the value of the meta property.

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 meta property.

For example, to add a new item, do as follows:

    getMeta().add(newItem);
 

Objects of the following type(s) are allowed in the list Meta
public java.util.List getMeta()

Gets the value of the mutable property.
Returns:
possible object is String
public java.lang.String getMutable()
Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the node property.
Returns:
possible object is String
public java.lang.String getNode()
Gets the value of the optimisticLock property.
Returns:
possible object is String
public java.lang.String getOptimisticLock()
Gets the value of the orderBy property.
Returns:
possible object is String
public java.lang.String getOrderBy()
Gets the value of the outerJoin property.
Returns:
possible object is String
public java.lang.String getOuterJoin()
Gets the value of the persister property.
Returns:
possible object is String
public java.lang.String getPersister()
Gets the value of the schema property.
Returns:
possible object is String
public java.lang.String getSchema()
Gets the value of the sqlDelete property.
Returns:
possible object is SqlDelete
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete getSqlDelete()
Gets the value of the sqlDeleteAll property.
Returns:
possible object is SqlDeleteAll
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDeleteAll getSqlDeleteAll()
Gets the value of the sqlInsert property.
Returns:
possible object is SqlInsert
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert getSqlInsert()
Gets the value of the sqlUpdate property.
Returns:
possible object is SqlUpdate
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate getSqlUpdate()
Gets the value of the subselect property.
Returns:
possible object is String
public java.lang.String getSubselect()
Gets the value of the subselectOfIdbag property.
Returns:
possible object is String
public java.lang.String getSubselectOfIdbag()
Gets the value of the synchronize property.

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 synchronize property.

For example, to add a new item, do as follows:

    getSynchronize().add(newItem);
 

Objects of the following type(s) are allowed in the list Synchronize
public java.util.List getSynchronize()

Gets the value of the table property.
Returns:
possible object is String
public java.lang.String getTable()
Gets the value of the where property.
Returns:
possible object is String
public java.lang.String getWhere()
Sets the value of the access property.
Parameters:
value - allowed object is String
public void setAccess(java.lang.String value)
Sets the value of the batchSize property.
Parameters:
value - allowed object is String
public void setBatchSize(java.lang.String value)
Sets the value of the cache property.
Parameters:
value - allowed object is Cache
public void setCache(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Cache value)
Sets the value of the cascade property.
Parameters:
value - allowed object is String
public void setCascade(java.lang.String value)
Sets the value of the catalog property.
Parameters:
value - allowed object is String
public void setCatalog(java.lang.String value)
Sets the value of the check property.
Parameters:
value - allowed object is String
public void setCheck(java.lang.String value)
Sets the value of the collectionId property.
Parameters:
value - allowed object is CollectionId
public void setCollectionId(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.CollectionId value)
Sets the value of the collectionType property.
Parameters:
value - allowed object is String
public void setCollectionType(java.lang.String value)
Sets the value of the comment property.
Parameters:
value - allowed object is String
public void setComment(java.lang.String value)
Sets the value of the embedXml property.
Parameters:
value - allowed object is String
public void setEmbedXml(java.lang.String value)
Sets the value of the fetch property.
Parameters:
value - allowed object is String
public void setFetch(java.lang.String value)
Sets the value of the key property.
Parameters:
value - allowed object is Key
public void setKey(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Key value)
Sets the value of the lazy property.
Parameters:
value - allowed object is String
public void setLazy(java.lang.String value)
Sets the value of the loader property.
Parameters:
value - allowed object is Loader
public void setLoader(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader value)
Sets the value of the mutable property.
Parameters:
value - allowed object is String
public void setMutable(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the node property.
Parameters:
value - allowed object is String
public void setNode(java.lang.String value)
Sets the value of the optimisticLock property.
Parameters:
value - allowed object is String
public void setOptimisticLock(java.lang.String value)
Sets the value of the orderBy property.
Parameters:
value - allowed object is String
public void setOrderBy(java.lang.String value)
Sets the value of the outerJoin property.
Parameters:
value - allowed object is String
public void setOuterJoin(java.lang.String value)
Sets the value of the persister property.
Parameters:
value - allowed object is String
public void setPersister(java.lang.String value)
Sets the value of the schema property.
Parameters:
value - allowed object is String
public void setSchema(java.lang.String value)
Sets the value of the sqlDelete property.
Parameters:
value - allowed object is SqlDelete
public void setSqlDelete(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete value)
Sets the value of the sqlDeleteAll property.
Parameters:
value - allowed object is SqlDeleteAll
public void setSqlDeleteAll(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDeleteAll value)
Sets the value of the sqlInsert property.
Parameters:
value - allowed object is SqlInsert
public void setSqlInsert(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert value)
Sets the value of the sqlUpdate property.
Parameters:
value - allowed object is SqlUpdate
public void setSqlUpdate(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate value)
Sets the value of the subselect property.
Parameters:
value - allowed object is String
public void setSubselect(java.lang.String value)
Sets the value of the subselectOfIdbag property.
Parameters:
value - allowed object is String
public void setSubselectOfIdbag(java.lang.String value)
Sets the value of the table property.
Parameters:
value - allowed object is String
public void setTable(java.lang.String value)
Sets the value of the where property.
Parameters:
value - allowed object is String
public void setWhere(java.lang.String value)

Class: IdentifierGenerator   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.IdentifierGenerator
  extends java.lang.Object
Fields
protected java.lang.String clazz
protected java.lang.String name
Constructors
public IdentifierGenerator()
Methods
Gets the value of the clazz property.
Returns:
possible object is String
public java.lang.String getClazz()
Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Sets the value of the clazz property.
Parameters:
value - allowed object is String
public void setClazz(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)

Class: Import   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Import
  extends java.lang.Object
Fields
protected java.lang.String clazz
protected java.lang.String rename
Constructors
public Import()
Methods
Gets the value of the clazz property.
Returns:
possible object is String
public java.lang.String getClazz()
Gets the value of the rename property.
Returns:
possible object is String
public java.lang.String getRename()
Sets the value of the clazz property.
Parameters:
value - allowed object is String
public void setClazz(java.lang.String value)
Sets the value of the rename property.
Parameters:
value - allowed object is String
public void setRename(java.lang.String value)

Class: Index   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Index
  extends java.lang.Object
Fields
protected java.util.List column
protected java.lang.String columnNameOfIndex
protected java.lang.String length
protected java.lang.String typeOfIndex
Constructors
public Index()
Methods
Gets the value of the column property.

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 column property.

For example, to add a new item, do as follows:

    getColumn().add(newItem);
 

Objects of the following type(s) are allowed in the list Column
public java.util.List getColumn()

Gets the value of the columnNameOfIndex property.
Returns:
possible object is String
public java.lang.String getColumnNameOfIndex()
Gets the value of the length property.
Returns:
possible object is String
public java.lang.String getLength()
Gets the value of the typeOfIndex property.
Returns:
possible object is String
public java.lang.String getTypeOfIndex()
Sets the value of the columnNameOfIndex property.
Parameters:
value - allowed object is String
public void setColumnNameOfIndex(java.lang.String value)
Sets the value of the length property.
Parameters:
value - allowed object is String
public void setLength(java.lang.String value)
Sets the value of the typeOfIndex property.
Parameters:
value - allowed object is String
public void setTypeOfIndex(java.lang.String value)

Class: IndexManyToAny   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.IndexManyToAny
  extends java.lang.Object
Fields
protected java.util.List column
protected java.lang.String idType
protected java.lang.String metaType
Constructors
public IndexManyToAny()
Methods
Gets the value of the column property.

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 column property.

For example, to add a new item, do as follows:

    getColumn().add(newItem);
 

Objects of the following type(s) are allowed in the list Column
public java.util.List getColumn()

Gets the value of the idType property.
Returns:
possible object is String
public java.lang.String getIdType()
Gets the value of the metaType property.
Returns:
possible object is String
public java.lang.String getMetaType()
Sets the value of the idType property.
Parameters:
value - allowed object is String
public void setIdType(java.lang.String value)
Sets the value of the metaType property.
Parameters:
value - allowed object is String
public void setMetaType(java.lang.String value)

Class: IndexManyToMany   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.IndexManyToMany
  extends java.lang.Object
Fields
protected java.lang.String clazz
protected java.util.List column
protected java.lang.String columnNameOfIndexMany2Many
protected java.lang.String entityName
protected java.lang.String foreignKey
Constructors
public IndexManyToMany()
Methods
Gets the value of the clazz property.
Returns:
possible object is String
public java.lang.String getClazz()
Gets the value of the column property.

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 column property.

For example, to add a new item, do as follows:

    getColumn().add(newItem);
 

Objects of the following type(s) are allowed in the list Column
public java.util.List getColumn()

Gets the value of the columnNameOfIndexMany2Many property.
Returns:
possible object is String
public java.lang.String getColumnNameOfIndexMany2Many()
Gets the value of the entityName property.
Returns:
possible object is String
public java.lang.String getEntityName()
Gets the value of the foreignKey property.
Returns:
possible object is String
public java.lang.String getForeignKey()
Sets the value of the clazz property.
Parameters:
value - allowed object is String
public void setClazz(java.lang.String value)
Sets the value of the columnNameOfIndexMany2Many property.
Parameters:
value - allowed object is String
public void setColumnNameOfIndexMany2Many(java.lang.String value)
Sets the value of the entityName property.
Parameters:
value - allowed object is String
public void setEntityName(java.lang.String value)
Sets the value of the foreignKey property.
Parameters:
value - allowed object is String
public void setForeignKey(java.lang.String value)

Class: Join   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Join
  extends java.lang.Object
Fields
protected java.lang.String catalog
protected java.lang.String comment
protected java.lang.String fetch
protected java.lang.String inverse
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Key key
protected java.lang.String optional
protected java.util.List propertyOrManyToOneOrComponentOrDynamicComponentOrAny
protected java.lang.String schema
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete sqlDelete
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert sqlInsert
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate sqlUpdate
protected java.lang.String subselect
protected java.lang.String subselectOfJoin
protected java.lang.String table
Constructors
public Join()
Methods
Gets the value of the catalog property.
Returns:
possible object is String
public java.lang.String getCatalog()
Gets the value of the comment property.
Returns:
possible object is String
public java.lang.String getComment()
Gets the value of the fetch property.
Returns:
possible object is String
public java.lang.String getFetch()
Gets the value of the inverse property.
Returns:
possible object is String
public java.lang.String getInverse()
Gets the value of the key property.
Returns:
possible object is Key
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Key getKey()
Gets the value of the optional property.
Returns:
possible object is String
public java.lang.String getOptional()
Gets the value of the propertyOrManyToOneOrComponentOrDynamicComponentOrAny property.

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 propertyOrManyToOneOrComponentOrDynamicComponentOrAny property.

For example, to add a new item, do as follows:

    getPropertyOrManyToOneOrComponentOrDynamicComponentOrAny().add(newItem);
 

Objects of the following type(s) are allowed in the list Property ManyToOne Component DynamicComponent Any
public java.util.List getPropertyOrManyToOneOrComponentOrDynamicComponentOrAny()

Gets the value of the schema property.
Returns:
possible object is String
public java.lang.String getSchema()
Gets the value of the sqlDelete property.
Returns:
possible object is SqlDelete
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete getSqlDelete()
Gets the value of the sqlInsert property.
Returns:
possible object is SqlInsert
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert getSqlInsert()
Gets the value of the sqlUpdate property.
Returns:
possible object is SqlUpdate
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate getSqlUpdate()
Gets the value of the subselect property.
Returns:
possible object is String
public java.lang.String getSubselect()
Gets the value of the subselectOfJoin property.
Returns:
possible object is String
public java.lang.String getSubselectOfJoin()
Gets the value of the table property.
Returns:
possible object is String
public java.lang.String getTable()
Sets the value of the catalog property.
Parameters:
value - allowed object is String
public void setCatalog(java.lang.String value)
Sets the value of the comment property.
Parameters:
value - allowed object is String
public void setComment(java.lang.String value)
Sets the value of the fetch property.
Parameters:
value - allowed object is String
public void setFetch(java.lang.String value)
Sets the value of the inverse property.
Parameters:
value - allowed object is String
public void setInverse(java.lang.String value)
Sets the value of the key property.
Parameters:
value - allowed object is Key
public void setKey(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Key value)
Sets the value of the optional property.
Parameters:
value - allowed object is String
public void setOptional(java.lang.String value)
Sets the value of the schema property.
Parameters:
value - allowed object is String
public void setSchema(java.lang.String value)
Sets the value of the sqlDelete property.
Parameters:
value - allowed object is SqlDelete
public void setSqlDelete(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete value)
Sets the value of the sqlInsert property.
Parameters:
value - allowed object is SqlInsert
public void setSqlInsert(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert value)
Sets the value of the sqlUpdate property.
Parameters:
value - allowed object is SqlUpdate
public void setSqlUpdate(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate value)
Sets the value of the subselect property.
Parameters:
value - allowed object is String
public void setSubselect(java.lang.String value)
Sets the value of the subselectOfJoin property.
Parameters:
value - allowed object is String
public void setSubselectOfJoin(java.lang.String value)
Sets the value of the table property.
Parameters:
value - allowed object is String
public void setTable(java.lang.String value)

Class: JoinedSubclass   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.JoinedSubclass
  extends java.lang.Object
Fields
protected java.lang.String _abstract
protected java.lang.String _extends
protected java.lang.String batchSize
protected java.lang.String catalog
protected java.lang.String check
protected java.lang.String comment
protected java.lang.String dynamicInsert
protected java.lang.String dynamicUpdate
protected java.lang.String entityName
protected java.util.List fetchProfile
protected java.util.List joinedSubclass
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Key key
protected java.lang.String lazy
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader loader
protected java.util.List meta
protected java.lang.String name
protected java.lang.String node
protected java.lang.String persister
protected java.util.List propertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrPropertiesOrAnyOrMapOrSetOrListOrBagOrIdbagOrArrayOrPrimitiveArray
protected java.lang.String proxy
protected java.util.List queryOrSqlQuery
protected java.util.List resultset
protected java.lang.String schema
protected java.lang.String selectBeforeUpdate
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete sqlDelete
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert sqlInsert
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate sqlUpdate
protected java.lang.String subselect
protected java.lang.String subselectOfJoinedSubclass
protected java.util.List synchronize
protected java.lang.String table
protected java.util.List tuplizer
Constructors
public JoinedSubclass()
Methods
Gets the value of the abstract property.
Returns:
possible object is String
public java.lang.String getAbstract()
Gets the value of the batchSize property.
Returns:
possible object is String
public java.lang.String getBatchSize()
Gets the value of the catalog property.
Returns:
possible object is String
public java.lang.String getCatalog()
Gets the value of the check property.
Returns:
possible object is String
public java.lang.String getCheck()
Gets the value of the comment property.
Returns:
possible object is String
public java.lang.String getComment()
Gets the value of the dynamicInsert property.
Returns:
possible object is String
public java.lang.String getDynamicInsert()
Gets the value of the dynamicUpdate property.
Returns:
possible object is String
public java.lang.String getDynamicUpdate()
Gets the value of the entityName property.
Returns:
possible object is String
public java.lang.String getEntityName()
Gets the value of the extends property.
Returns:
possible object is String
public java.lang.String getExtends()
Gets the value of the fetchProfile property.

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 fetchProfile property.

For example, to add a new item, do as follows:

    getFetchProfile().add(newItem);
 

Objects of the following type(s) are allowed in the list FetchProfile
public java.util.List getFetchProfile()

Gets the value of the joinedSubclass property.

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 joinedSubclass property.

For example, to add a new item, do as follows:

    getJoinedSubclass().add(newItem);
 

Objects of the following type(s) are allowed in the list JoinedSubclass
public java.util.List getJoinedSubclass()

Gets the value of the key property.
Returns:
possible object is Key
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Key getKey()
Gets the value of the lazy property.
Returns:
possible object is String
public java.lang.String getLazy()
Gets the value of the loader property.
Returns:
possible object is Loader
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader getLoader()
Gets the value of the meta property.

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 meta property.

For example, to add a new item, do as follows:

    getMeta().add(newItem);
 

Objects of the following type(s) are allowed in the list Meta
public java.util.List getMeta()

Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the node property.
Returns:
possible object is String
public java.lang.String getNode()
Gets the value of the persister property.
Returns:
possible object is String
public java.lang.String getPersister()
Gets the value of the propertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrPropertiesOrAnyOrMapOrSetOrListOrBagOrIdbagOrArrayOrPrimitiveArray property.

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 propertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrPropertiesOrAnyOrMapOrSetOrListOrBagOrIdbagOrArrayOrPrimitiveArray property.

For example, to add a new item, do as follows:

    getPropertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrPropertiesOrAnyOrMapOrSetOrListOrBagOrIdbagOrArrayOrPrimitiveArray().add(newItem);
 

Objects of the following type(s) are allowed in the list Property ManyToOne OneToOne Component DynamicComponent Properties Any Map Set com.arsi.mj.maprpt.entity.hibgen.hbmxjc.List Bag Idbag Array PrimitiveArray
public java.util.List getPropertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrPropertiesOrAnyOrMapOrSetOrListOrBagOrIdbagOrArrayOrPrimitiveArray()

Gets the value of the proxy property.
Returns:
possible object is String
public java.lang.String getProxy()
Gets the value of the queryOrSqlQuery property.

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 queryOrSqlQuery property.

For example, to add a new item, do as follows:

    getQueryOrSqlQuery().add(newItem);
 

Objects of the following type(s) are allowed in the list Query SqlQuery
public java.util.List getQueryOrSqlQuery()

Gets the value of the resultset property.

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 resultset property.

For example, to add a new item, do as follows:

    getResultset().add(newItem);
 

Objects of the following type(s) are allowed in the list Resultset
public java.util.List getResultset()

Gets the value of the schema property.
Returns:
possible object is String
public java.lang.String getSchema()
Gets the value of the selectBeforeUpdate property.
Returns:
possible object is String
public java.lang.String getSelectBeforeUpdate()
Gets the value of the sqlDelete property.
Returns:
possible object is SqlDelete
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete getSqlDelete()
Gets the value of the sqlInsert property.
Returns:
possible object is SqlInsert
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert getSqlInsert()
Gets the value of the sqlUpdate property.
Returns:
possible object is SqlUpdate
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate getSqlUpdate()
Gets the value of the subselect property.
Returns:
possible object is String
public java.lang.String getSubselect()
Gets the value of the subselectOfJoinedSubclass property.
Returns:
possible object is String
public java.lang.String getSubselectOfJoinedSubclass()
Gets the value of the synchronize property.

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 synchronize property.

For example, to add a new item, do as follows:

    getSynchronize().add(newItem);
 

Objects of the following type(s) are allowed in the list Synchronize
public java.util.List getSynchronize()

Gets the value of the table property.
Returns:
possible object is String
public java.lang.String getTable()
Gets the value of the tuplizer property.

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 tuplizer property.

For example, to add a new item, do as follows:

    getTuplizer().add(newItem);
 

Objects of the following type(s) are allowed in the list Tuplizer
public java.util.List getTuplizer()

Sets the value of the abstract property.
Parameters:
value - allowed object is String
public void setAbstract(java.lang.String value)
Sets the value of the batchSize property.
Parameters:
value - allowed object is String
public void setBatchSize(java.lang.String value)
Sets the value of the catalog property.
Parameters:
value - allowed object is String
public void setCatalog(java.lang.String value)
Sets the value of the check property.
Parameters:
value - allowed object is String
public void setCheck(java.lang.String value)
Sets the value of the comment property.
Parameters:
value - allowed object is String
public void setComment(java.lang.String value)
Sets the value of the dynamicInsert property.
Parameters:
value - allowed object is String
public void setDynamicInsert(java.lang.String value)
Sets the value of the dynamicUpdate property.
Parameters:
value - allowed object is String
public void setDynamicUpdate(java.lang.String value)
Sets the value of the entityName property.
Parameters:
value - allowed object is String
public void setEntityName(java.lang.String value)
Sets the value of the extends property.
Parameters:
value - allowed object is String
public void setExtends(java.lang.String value)
Sets the value of the key property.
Parameters:
value - allowed object is Key
public void setKey(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Key value)
Sets the value of the lazy property.
Parameters:
value - allowed object is String
public void setLazy(java.lang.String value)
Sets the value of the loader property.
Parameters:
value - allowed object is Loader
public void setLoader(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the node property.
Parameters:
value - allowed object is String
public void setNode(java.lang.String value)
Sets the value of the persister property.
Parameters:
value - allowed object is String
public void setPersister(java.lang.String value)
Sets the value of the proxy property.
Parameters:
value - allowed object is String
public void setProxy(java.lang.String value)
Sets the value of the schema property.
Parameters:
value - allowed object is String
public void setSchema(java.lang.String value)
Sets the value of the selectBeforeUpdate property.
Parameters:
value - allowed object is String
public void setSelectBeforeUpdate(java.lang.String value)
Sets the value of the sqlDelete property.
Parameters:
value - allowed object is SqlDelete
public void setSqlDelete(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete value)
Sets the value of the sqlInsert property.
Parameters:
value - allowed object is SqlInsert
public void setSqlInsert(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert value)
Sets the value of the sqlUpdate property.
Parameters:
value - allowed object is SqlUpdate
public void setSqlUpdate(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate value)
Sets the value of the subselect property.
Parameters:
value - allowed object is String
public void setSubselect(java.lang.String value)
Sets the value of the subselectOfJoinedSubclass property.
Parameters:
value - allowed object is String
public void setSubselectOfJoinedSubclass(java.lang.String value)
Sets the value of the table property.
Parameters:
value - allowed object is String
public void setTable(java.lang.String value)

Class: Key   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Key
  extends java.lang.Object
Fields
protected java.util.List column
protected java.lang.String columnNameOfKey
protected java.lang.String foreignKey
protected java.lang.String notNull
protected java.lang.String onDelete
protected java.lang.String propertyRef
protected java.lang.String unique
protected java.lang.String update
Constructors
public Key()
Methods
Gets the value of the column property.

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 column property.

For example, to add a new item, do as follows:

    getColumn().add(newItem);
 

Objects of the following type(s) are allowed in the list Column
public java.util.List getColumn()

Gets the value of the columnNameOfKey property.
Returns:
possible object is String
public java.lang.String getColumnNameOfKey()
Gets the value of the foreignKey property.
Returns:
possible object is String
public java.lang.String getForeignKey()
Gets the value of the notNull property.
Returns:
possible object is String
public java.lang.String getNotNull()
Gets the value of the onDelete property.
Returns:
possible object is String
public java.lang.String getOnDelete()
Gets the value of the propertyRef property.
Returns:
possible object is String
public java.lang.String getPropertyRef()
Gets the value of the unique property.
Returns:
possible object is String
public java.lang.String getUnique()
Gets the value of the update property.
Returns:
possible object is String
public java.lang.String getUpdate()
Sets the value of the columnNameOfKey property.
Parameters:
value - allowed object is String
public void setColumnNameOfKey(java.lang.String value)
Sets the value of the foreignKey property.
Parameters:
value - allowed object is String
public void setForeignKey(java.lang.String value)
Sets the value of the notNull property.
Parameters:
value - allowed object is String
public void setNotNull(java.lang.String value)
Sets the value of the onDelete property.
Parameters:
value - allowed object is String
public void setOnDelete(java.lang.String value)
Sets the value of the propertyRef property.
Parameters:
value - allowed object is String
public void setPropertyRef(java.lang.String value)
Sets the value of the unique property.
Parameters:
value - allowed object is String
public void setUnique(java.lang.String value)
Sets the value of the update property.
Parameters:
value - allowed object is String
public void setUpdate(java.lang.String value)

Class: KeyManyToOne   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.KeyManyToOne
  extends java.lang.Object
Fields
protected java.lang.String access
protected java.lang.String clazz
protected java.util.List column
protected java.lang.String columnNameOfKeyMany2One
protected java.lang.String entityName
protected java.lang.String foreignKey
protected java.lang.String lazy
protected java.util.List meta
protected java.lang.String name
Constructors
public KeyManyToOne()
Methods
Gets the value of the access property.
Returns:
possible object is String
public java.lang.String getAccess()
Gets the value of the clazz property.
Returns:
possible object is String
public java.lang.String getClazz()
Gets the value of the column property.

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 column property.

For example, to add a new item, do as follows:

    getColumn().add(newItem);
 

Objects of the following type(s) are allowed in the list Column
public java.util.List getColumn()

Gets the value of the columnNameOfKeyMany2One property.
Returns:
possible object is String
public java.lang.String getColumnNameOfKeyMany2One()
Gets the value of the entityName property.
Returns:
possible object is String
public java.lang.String getEntityName()
Gets the value of the foreignKey property.
Returns:
possible object is String
public java.lang.String getForeignKey()
Gets the value of the lazy property.
Returns:
possible object is String
public java.lang.String getLazy()
Gets the value of the meta property.

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 meta property.

For example, to add a new item, do as follows:

    getMeta().add(newItem);
 

Objects of the following type(s) are allowed in the list Meta
public java.util.List getMeta()

Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Sets the value of the access property.
Parameters:
value - allowed object is String
public void setAccess(java.lang.String value)
Sets the value of the clazz property.
Parameters:
value - allowed object is String
public void setClazz(java.lang.String value)
Sets the value of the columnNameOfKeyMany2One property.
Parameters:
value - allowed object is String
public void setColumnNameOfKeyMany2One(java.lang.String value)
Sets the value of the entityName property.
Parameters:
value - allowed object is String
public void setEntityName(java.lang.String value)
Sets the value of the foreignKey property.
Parameters:
value - allowed object is String
public void setForeignKey(java.lang.String value)
Sets the value of the lazy property.
Parameters:
value - allowed object is String
public void setLazy(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)

Class: KeyProperty   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.KeyProperty
  extends java.lang.Object
Fields
protected java.lang.String access
protected java.util.List column
protected java.lang.String columnNameOfKeyProperty
protected java.lang.String length
protected java.util.List meta
protected java.lang.String name
protected java.lang.String node
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Type type
protected java.lang.String typeOfKeyProperty
Constructors
public KeyProperty()
Methods
Gets the value of the access property.
Returns:
possible object is String
public java.lang.String getAccess()
Gets the value of the column property.

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 column property.

For example, to add a new item, do as follows:

    getColumn().add(newItem);
 

Objects of the following type(s) are allowed in the list Column
public java.util.List getColumn()

Gets the value of the columnNameOfKeyProperty property.
Returns:
possible object is String
public java.lang.String getColumnNameOfKeyProperty()
Gets the value of the length property.
Returns:
possible object is String
public java.lang.String getLength()
Gets the value of the meta property.

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 meta property.

For example, to add a new item, do as follows:

    getMeta().add(newItem);
 

Objects of the following type(s) are allowed in the list Meta
public java.util.List getMeta()

Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the node property.
Returns:
possible object is String
public java.lang.String getNode()
Gets the value of the type property.
Returns:
possible object is Type
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Type getType()
Gets the value of the typeOfKeyProperty property.
Returns:
possible object is String
public java.lang.String getTypeOfKeyProperty()
Sets the value of the access property.
Parameters:
value - allowed object is String
public void setAccess(java.lang.String value)
Sets the value of the columnNameOfKeyProperty property.
Parameters:
value - allowed object is String
public void setColumnNameOfKeyProperty(java.lang.String value)
Sets the value of the length property.
Parameters:
value - allowed object is String
public void setLength(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the node property.
Parameters:
value - allowed object is String
public void setNode(java.lang.String value)
Sets the value of the type property.
Parameters:
value - allowed object is Type
public void setType(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Type value)
Sets the value of the typeOfKeyProperty property.
Parameters:
value - allowed object is String
public void setTypeOfKeyProperty(java.lang.String value)

Class: Klass   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Klass
  extends java.lang.Object
Fields
protected java.lang.String _abstract
protected java.lang.String batchSize
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Cache cache
protected java.lang.String catalog
protected java.lang.String check
protected java.lang.String comment
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Discriminator discriminator
protected java.lang.String discriminatorValue
protected java.lang.String dynamicInsert
protected java.lang.String dynamicUpdate
protected java.lang.String entityName
protected java.util.List fetchProfile
protected java.util.List filter
protected java.util.List idOrCompositeId
protected java.util.List joinOrSubclassOrJoinedSubclassOrUnionSubclass
protected java.lang.String lazy
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader loader
protected java.util.List meta
protected java.lang.String mutable
protected java.lang.String name
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.NaturalId naturalId
protected java.lang.String node
protected java.lang.String optimisticLock
protected java.lang.String persister
protected java.lang.String polymorphism
protected java.util.List propertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrPropertiesOrAnyOrMapOrSetOrListOrBagOrIdbagOrArrayOrPrimitiveArray
protected java.lang.String proxy
protected java.util.List queryOrSqlQuery
protected java.util.List resultset
protected java.lang.String rowid
protected java.lang.String schema
protected java.lang.String selectBeforeUpdate
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete sqlDelete
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert sqlInsert
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate sqlUpdate
protected java.lang.String subselect
protected java.lang.String subselectOfClass
protected java.util.List synchronize
protected java.lang.String table
protected java.util.List tuplizer
protected java.util.List versionOrTimestamp
protected java.lang.String where
Constructors
public Klass()
Methods
Gets the value of the abstract property.
Returns:
possible object is String
public java.lang.String getAbstract()
Gets the value of the batchSize property.
Returns:
possible object is String
public java.lang.String getBatchSize()
Gets the value of the cache property.
Returns:
possible object is Cache
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Cache getCache()
Gets the value of the catalog property.
Returns:
possible object is String
public java.lang.String getCatalog()
Gets the value of the check property.
Returns:
possible object is String
public java.lang.String getCheck()
Gets the value of the comment property.
Returns:
possible object is String
public java.lang.String getComment()
Gets the value of the discriminator property.
Returns:
possible object is Discriminator
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Discriminator getDiscriminator()
Gets the value of the discriminatorValue property.
Returns:
possible object is String
public java.lang.String getDiscriminatorValue()
Gets the value of the dynamicInsert property.
Returns:
possible object is String
public java.lang.String getDynamicInsert()
Gets the value of the dynamicUpdate property.
Returns:
possible object is String
public java.lang.String getDynamicUpdate()
Gets the value of the entityName property.
Returns:
possible object is String
public java.lang.String getEntityName()
Gets the value of the fetchProfile property.

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 fetchProfile property.

For example, to add a new item, do as follows:

    getFetchProfile().add(newItem);
 

Objects of the following type(s) are allowed in the list FetchProfile
public java.util.List getFetchProfile()

Gets the value of the filter property.

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 filter property.

For example, to add a new item, do as follows:

    getFilter().add(newItem);
 

Objects of the following type(s) are allowed in the list Filter
public java.util.List getFilter()

Gets the value of the idOrCompositeId property.

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 idOrCompositeId property.

For example, to add a new item, do as follows:

    getIdOrCompositeId().add(newItem);
 

Objects of the following type(s) are allowed in the list Id CompositeId
public java.util.List getIdOrCompositeId()

Gets the value of the joinOrSubclassOrJoinedSubclassOrUnionSubclass property.

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 joinOrSubclassOrJoinedSubclassOrUnionSubclass property.

For example, to add a new item, do as follows:

    getJoinOrSubclassOrJoinedSubclassOrUnionSubclass().add(newItem);
 

Objects of the following type(s) are allowed in the list Join Subclass JoinedSubclass UnionSubclass
public java.util.List getJoinOrSubclassOrJoinedSubclassOrUnionSubclass()

Gets the value of the lazy property.
Returns:
possible object is String
public java.lang.String getLazy()
Gets the value of the loader property.
Returns:
possible object is Loader
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader getLoader()
Gets the value of the meta property.

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 meta property.

For example, to add a new item, do as follows:

    getMeta().add(newItem);
 

Objects of the following type(s) are allowed in the list Meta
public java.util.List getMeta()

Gets the value of the mutable property.
Returns:
possible object is String
public java.lang.String getMutable()
Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the naturalId property.
Returns:
possible object is NaturalId
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.NaturalId getNaturalId()
Gets the value of the node property.
Returns:
possible object is String
public java.lang.String getNode()
Gets the value of the optimisticLock property.
Returns:
possible object is String
public java.lang.String getOptimisticLock()
Gets the value of the persister property.
Returns:
possible object is String
public java.lang.String getPersister()
Gets the value of the polymorphism property.
Returns:
possible object is String
public java.lang.String getPolymorphism()
Gets the value of the propertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrPropertiesOrAnyOrMapOrSetOrListOrBagOrIdbagOrArrayOrPrimitiveArray property.

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 propertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrPropertiesOrAnyOrMapOrSetOrListOrBagOrIdbagOrArrayOrPrimitiveArray property.

For example, to add a new item, do as follows:

    getPropertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrPropertiesOrAnyOrMapOrSetOrListOrBagOrIdbagOrArrayOrPrimitiveArray().add(newItem);
 

Objects of the following type(s) are allowed in the list Property ManyToOne OneToOne Component DynamicComponent Properties Any Map Set com.arsi.mj.maprpt.entity.hibgen.hbmxjc.List Bag Idbag Array PrimitiveArray
public java.util.List getPropertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrPropertiesOrAnyOrMapOrSetOrListOrBagOrIdbagOrArrayOrPrimitiveArray()

Gets the value of the proxy property.
Returns:
possible object is String
public java.lang.String getProxy()
Gets the value of the queryOrSqlQuery property.

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 queryOrSqlQuery property.

For example, to add a new item, do as follows:

    getQueryOrSqlQuery().add(newItem);
 

Objects of the following type(s) are allowed in the list Query SqlQuery
public java.util.List getQueryOrSqlQuery()

Gets the value of the resultset property.

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 resultset property.

For example, to add a new item, do as follows:

    getResultset().add(newItem);
 

Objects of the following type(s) are allowed in the list Resultset
public java.util.List getResultset()

Gets the value of the rowid property.
Returns:
possible object is String
public java.lang.String getRowid()
Gets the value of the schema property.
Returns:
possible object is String
public java.lang.String getSchema()
Gets the value of the selectBeforeUpdate property.
Returns:
possible object is String
public java.lang.String getSelectBeforeUpdate()
Gets the value of the sqlDelete property.
Returns:
possible object is SqlDelete
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete getSqlDelete()
Gets the value of the sqlInsert property.
Returns:
possible object is SqlInsert
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert getSqlInsert()
Gets the value of the sqlUpdate property.
Returns:
possible object is SqlUpdate
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate getSqlUpdate()
Gets the value of the subselect property.
Returns:
possible object is String
public java.lang.String getSubselect()
Gets the value of the subselectOfClass property.
Returns:
possible object is String
public java.lang.String getSubselectOfClass()
Gets the value of the synchronize property.

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 synchronize property.

For example, to add a new item, do as follows:

    getSynchronize().add(newItem);
 

Objects of the following type(s) are allowed in the list Synchronize
public java.util.List getSynchronize()

Gets the value of the table property.
Returns:
possible object is String
public java.lang.String getTable()
Gets the value of the tuplizer property.

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 tuplizer property.

For example, to add a new item, do as follows:

    getTuplizer().add(newItem);
 

Objects of the following type(s) are allowed in the list Tuplizer
public java.util.List getTuplizer()

Gets the value of the versionOrTimestamp property.

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 versionOrTimestamp property.

For example, to add a new item, do as follows:

    getVersionOrTimestamp().add(newItem);
 

Objects of the following type(s) are allowed in the list Version Timestamp
public java.util.List getVersionOrTimestamp()

Gets the value of the where property.
Returns:
possible object is String
public java.lang.String getWhere()
Sets the value of the abstract property.
Parameters:
value - allowed object is String
public void setAbstract(java.lang.String value)
Sets the value of the batchSize property.
Parameters:
value - allowed object is String
public void setBatchSize(java.lang.String value)
Sets the value of the cache property.
Parameters:
value - allowed object is Cache
public void setCache(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Cache value)
Sets the value of the catalog property.
Parameters:
value - allowed object is String
public void setCatalog(java.lang.String value)
Sets the value of the check property.
Parameters:
value - allowed object is String
public void setCheck(java.lang.String value)
Sets the value of the comment property.
Parameters:
value - allowed object is String
public void setComment(java.lang.String value)
Sets the value of the discriminator property.
Parameters:
value - allowed object is Discriminator
public void setDiscriminator(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Discriminator value)
Sets the value of the discriminatorValue property.
Parameters:
value - allowed object is String
public void setDiscriminatorValue(java.lang.String value)
Sets the value of the dynamicInsert property.
Parameters:
value - allowed object is String
public void setDynamicInsert(java.lang.String value)
Sets the value of the dynamicUpdate property.
Parameters:
value - allowed object is String
public void setDynamicUpdate(java.lang.String value)
Sets the value of the entityName property.
Parameters:
value - allowed object is String
public void setEntityName(java.lang.String value)
Sets the value of the lazy property.
Parameters:
value - allowed object is String
public void setLazy(java.lang.String value)
Sets the value of the loader property.
Parameters:
value - allowed object is Loader
public void setLoader(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader value)
Sets the value of the mutable property.
Parameters:
value - allowed object is String
public void setMutable(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the naturalId property.
Parameters:
value - allowed object is NaturalId
public void setNaturalId(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.NaturalId value)
Sets the value of the node property.
Parameters:
value - allowed object is String
public void setNode(java.lang.String value)
Sets the value of the optimisticLock property.
Parameters:
value - allowed object is String
public void setOptimisticLock(java.lang.String value)
Sets the value of the persister property.
Parameters:
value - allowed object is String
public void setPersister(java.lang.String value)
Sets the value of the polymorphism property.
Parameters:
value - allowed object is String
public void setPolymorphism(java.lang.String value)
Sets the value of the proxy property.
Parameters:
value - allowed object is String
public void setProxy(java.lang.String value)
Sets the value of the rowid property.
Parameters:
value - allowed object is String
public void setRowid(java.lang.String value)
Sets the value of the schema property.
Parameters:
value - allowed object is String
public void setSchema(java.lang.String value)
Sets the value of the selectBeforeUpdate property.
Parameters:
value - allowed object is String
public void setSelectBeforeUpdate(java.lang.String value)
Sets the value of the sqlDelete property.
Parameters:
value - allowed object is SqlDelete
public void setSqlDelete(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete value)
Sets the value of the sqlInsert property.
Parameters:
value - allowed object is SqlInsert
public void setSqlInsert(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert value)
Sets the value of the sqlUpdate property.
Parameters:
value - allowed object is SqlUpdate
public void setSqlUpdate(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate value)
Sets the value of the subselect property.
Parameters:
value - allowed object is String
public void setSubselect(java.lang.String value)
Sets the value of the subselectOfClass property.
Parameters:
value - allowed object is String
public void setSubselectOfClass(java.lang.String value)
Sets the value of the table property.
Parameters:
value - allowed object is String
public void setTable(java.lang.String value)
Sets the value of the where property.
Parameters:
value - allowed object is String
public void setWhere(java.lang.String value)

Class: List   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.List
  extends java.lang.Object
Fields
protected java.lang.String access
protected java.lang.String batchSize
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Cache cache
protected java.lang.String cascade
protected java.lang.String catalog
protected java.lang.String check
protected java.lang.String collectionType
protected java.lang.String comment
protected java.util.List elementOrOneToManyOrManyToManyOrCompositeElementOrManyToAny
protected java.lang.String embedXml
protected java.lang.String fetch
protected java.util.List filter
protected java.util.List indexOrListIndex
protected java.lang.String inverse
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Key key
protected java.lang.String lazy
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader loader
protected java.util.List meta
protected java.lang.String mutable
protected java.lang.String name
protected java.lang.String node
protected java.lang.String optimisticLock
protected java.lang.String outerJoin
protected java.lang.String persister
protected java.lang.String schema
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete sqlDelete
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDeleteAll sqlDeleteAll
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert sqlInsert
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate sqlUpdate
protected java.lang.String subselect
protected java.lang.String subselectOfList
protected java.util.List synchronize
protected java.lang.String table
protected java.lang.String where
Constructors
public List()
Methods
Gets the value of the access property.
Returns:
possible object is String
public java.lang.String getAccess()
Gets the value of the batchSize property.
Returns:
possible object is String
public java.lang.String getBatchSize()
Gets the value of the cache property.
Returns:
possible object is Cache
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Cache getCache()
Gets the value of the cascade property.
Returns:
possible object is String
public java.lang.String getCascade()
Gets the value of the catalog property.
Returns:
possible object is String
public java.lang.String getCatalog()
Gets the value of the check property.
Returns:
possible object is String
public java.lang.String getCheck()
Gets the value of the collectionType property.
Returns:
possible object is String
public java.lang.String getCollectionType()
Gets the value of the comment property.
Returns:
possible object is String
public java.lang.String getComment()
Gets the value of the elementOrOneToManyOrManyToManyOrCompositeElementOrManyToAny property.

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 elementOrOneToManyOrManyToManyOrCompositeElementOrManyToAny property.

For example, to add a new item, do as follows:

    getElementOrOneToManyOrManyToManyOrCompositeElementOrManyToAny().add(newItem);
 

Objects of the following type(s) are allowed in the list Element OneToMany ManyToMany CompositeElement ManyToAny
public java.util.List getElementOrOneToManyOrManyToManyOrCompositeElementOrManyToAny()

Gets the value of the embedXml property.
Returns:
possible object is String
public java.lang.String getEmbedXml()
Gets the value of the fetch property.
Returns:
possible object is String
public java.lang.String getFetch()
Gets the value of the filter property.

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 filter property.

For example, to add a new item, do as follows:

    getFilter().add(newItem);
 

Objects of the following type(s) are allowed in the list Filter
public java.util.List getFilter()

Gets the value of the indexOrListIndex property.

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 indexOrListIndex property.

For example, to add a new item, do as follows:

    getIndexOrListIndex().add(newItem);
 

Objects of the following type(s) are allowed in the list Index ListIndex
public java.util.List getIndexOrListIndex()

Gets the value of the inverse property.
Returns:
possible object is String
public java.lang.String getInverse()
Gets the value of the key property.
Returns:
possible object is Key
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Key getKey()
Gets the value of the lazy property.
Returns:
possible object is String
public java.lang.String getLazy()
Gets the value of the loader property.
Returns:
possible object is Loader
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader getLoader()
Gets the value of the meta property.

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 meta property.

For example, to add a new item, do as follows:

    getMeta().add(newItem);
 

Objects of the following type(s) are allowed in the list Meta
public java.util.List getMeta()

Gets the value of the mutable property.
Returns:
possible object is String
public java.lang.String getMutable()
Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the node property.
Returns:
possible object is String
public java.lang.String getNode()
Gets the value of the optimisticLock property.
Returns:
possible object is String
public java.lang.String getOptimisticLock()
Gets the value of the outerJoin property.
Returns:
possible object is String
public java.lang.String getOuterJoin()
Gets the value of the persister property.
Returns:
possible object is String
public java.lang.String getPersister()
Gets the value of the schema property.
Returns:
possible object is String
public java.lang.String getSchema()
Gets the value of the sqlDelete property.
Returns:
possible object is SqlDelete
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete getSqlDelete()
Gets the value of the sqlDeleteAll property.
Returns:
possible object is SqlDeleteAll
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDeleteAll getSqlDeleteAll()
Gets the value of the sqlInsert property.
Returns:
possible object is SqlInsert
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert getSqlInsert()
Gets the value of the sqlUpdate property.
Returns:
possible object is SqlUpdate
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate getSqlUpdate()
Gets the value of the subselect property.
Returns:
possible object is String
public java.lang.String getSubselect()
Gets the value of the subselectOfList property.
Returns:
possible object is String
public java.lang.String getSubselectOfList()
Gets the value of the synchronize property.

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 synchronize property.

For example, to add a new item, do as follows:

    getSynchronize().add(newItem);
 

Objects of the following type(s) are allowed in the list Synchronize
public java.util.List getSynchronize()

Gets the value of the table property.
Returns:
possible object is String
public java.lang.String getTable()
Gets the value of the where property.
Returns:
possible object is String
public java.lang.String getWhere()
Sets the value of the access property.
Parameters:
value - allowed object is String
public void setAccess(java.lang.String value)
Sets the value of the batchSize property.
Parameters:
value - allowed object is String
public void setBatchSize(java.lang.String value)
Sets the value of the cache property.
Parameters:
value - allowed object is Cache
public void setCache(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Cache value)
Sets the value of the cascade property.
Parameters:
value - allowed object is String
public void setCascade(java.lang.String value)
Sets the value of the catalog property.
Parameters:
value - allowed object is String
public void setCatalog(java.lang.String value)
Sets the value of the check property.
Parameters:
value - allowed object is String
public void setCheck(java.lang.String value)
Sets the value of the collectionType property.
Parameters:
value - allowed object is String
public void setCollectionType(java.lang.String value)
Sets the value of the comment property.
Parameters:
value - allowed object is String
public void setComment(java.lang.String value)
Sets the value of the embedXml property.
Parameters:
value - allowed object is String
public void setEmbedXml(java.lang.String value)
Sets the value of the fetch property.
Parameters:
value - allowed object is String
public void setFetch(java.lang.String value)
Sets the value of the inverse property.
Parameters:
value - allowed object is String
public void setInverse(java.lang.String value)
Sets the value of the key property.
Parameters:
value - allowed object is Key
public void setKey(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Key value)
Sets the value of the lazy property.
Parameters:
value - allowed object is String
public void setLazy(java.lang.String value)
Sets the value of the loader property.
Parameters:
value - allowed object is Loader
public void setLoader(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader value)
Sets the value of the mutable property.
Parameters:
value - allowed object is String
public void setMutable(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the node property.
Parameters:
value - allowed object is String
public void setNode(java.lang.String value)
Sets the value of the optimisticLock property.
Parameters:
value - allowed object is String
public void setOptimisticLock(java.lang.String value)
Sets the value of the outerJoin property.
Parameters:
value - allowed object is String
public void setOuterJoin(java.lang.String value)
Sets the value of the persister property.
Parameters:
value - allowed object is String
public void setPersister(java.lang.String value)
Sets the value of the schema property.
Parameters:
value - allowed object is String
public void setSchema(java.lang.String value)
Sets the value of the sqlDelete property.
Parameters:
value - allowed object is SqlDelete
public void setSqlDelete(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete value)
Sets the value of the sqlDeleteAll property.
Parameters:
value - allowed object is SqlDeleteAll
public void setSqlDeleteAll(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDeleteAll value)
Sets the value of the sqlInsert property.
Parameters:
value - allowed object is SqlInsert
public void setSqlInsert(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert value)
Sets the value of the sqlUpdate property.
Parameters:
value - allowed object is SqlUpdate
public void setSqlUpdate(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate value)
Sets the value of the subselect property.
Parameters:
value - allowed object is String
public void setSubselect(java.lang.String value)
Sets the value of the subselectOfList property.
Parameters:
value - allowed object is String
public void setSubselectOfList(java.lang.String value)
Sets the value of the table property.
Parameters:
value - allowed object is String
public void setTable(java.lang.String value)
Sets the value of the where property.
Parameters:
value - allowed object is String
public void setWhere(java.lang.String value)

Class: ListIndex   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.ListIndex
  extends java.lang.Object
Fields
protected java.lang.String base
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Column column
protected java.lang.String columnNameOfListIndex
Constructors
public ListIndex()
Methods
Gets the value of the base property.
Returns:
possible object is String
public java.lang.String getBase()
Gets the value of the column property.
Returns:
possible object is Column
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Column getColumn()
Gets the value of the columnNameOfListIndex property.
Returns:
possible object is String
public java.lang.String getColumnNameOfListIndex()
Sets the value of the base property.
Parameters:
value - allowed object is String
public void setBase(java.lang.String value)
Sets the value of the column property.
Parameters:
value - allowed object is Column
public void setColumn(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Column value)
Sets the value of the columnNameOfListIndex property.
Parameters:
value - allowed object is String
public void setColumnNameOfListIndex(java.lang.String value)

Class: LoadCollection   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.LoadCollection
  extends java.lang.Object
Fields
protected java.lang.String alias
protected java.lang.String lockMode
protected java.util.List returnProperty
protected java.lang.String role
Constructors
public LoadCollection()
Methods
Gets the value of the alias property.
Returns:
possible object is String
public java.lang.String getAlias()
Gets the value of the lockMode property.
Returns:
possible object is String
public java.lang.String getLockMode()
Gets the value of the returnProperty property.

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 returnProperty property.

For example, to add a new item, do as follows:

    getReturnProperty().add(newItem);
 

Objects of the following type(s) are allowed in the list ReturnProperty
public java.util.List getReturnProperty()

Gets the value of the role property.
Returns:
possible object is String
public java.lang.String getRole()
Sets the value of the alias property.
Parameters:
value - allowed object is String
public void setAlias(java.lang.String value)
Sets the value of the lockMode property.
Parameters:
value - allowed object is String
public void setLockMode(java.lang.String value)
Sets the value of the role property.
Parameters:
value - allowed object is String
public void setRole(java.lang.String value)

Class: Loader   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader
  extends java.lang.Object
Fields
protected java.lang.String queryRef
Constructors
public Loader()
Methods
Gets the value of the queryRef property.
Returns:
possible object is String
public java.lang.String getQueryRef()
Sets the value of the queryRef property.
Parameters:
value - allowed object is String
public void setQueryRef(java.lang.String value)

Class: ManyToAny   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.ManyToAny
  extends java.lang.Object
Fields
protected java.lang.String idType
protected java.lang.String metaType
protected java.util.List metaValueOrColumn
Constructors
public ManyToAny()
Methods
Gets the value of the idType property.
Returns:
possible object is String
public java.lang.String getIdType()
Gets the value of the metaType property.
Returns:
possible object is String
public java.lang.String getMetaType()
Gets the value of the metaValueOrColumn property.

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 metaValueOrColumn property.

For example, to add a new item, do as follows:

    getMetaValueOrColumn().add(newItem);
 

Objects of the following type(s) are allowed in the list MetaValue Column
public java.util.List getMetaValueOrColumn()

Sets the value of the idType property.
Parameters:
value - allowed object is String
public void setIdType(java.lang.String value)
Sets the value of the metaType property.
Parameters:
value - allowed object is String
public void setMetaType(java.lang.String value)

Class: ManyToMany   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.ManyToMany
  extends java.lang.Object
Fields
protected java.lang.String clazz
protected java.lang.String column
protected java.util.List columnOrFormula
protected java.lang.String embedXml
protected java.lang.String entityName
protected java.lang.String fetch
protected java.util.List filter
protected java.lang.String foreignKey
protected java.lang.String formula
protected java.lang.String lazy
protected java.util.List meta
protected java.lang.String node
protected java.lang.String notFound
protected java.lang.String orderBy
protected java.lang.String outerJoin
protected java.lang.String propertyRef
protected java.lang.String unique
protected java.lang.String where
Constructors
public ManyToMany()
Methods
Gets the value of the clazz property.
Returns:
possible object is String
public java.lang.String getClazz()
Gets the value of the column property.
Returns:
possible object is String
public java.lang.String getColumn()
Gets the value of the columnOrFormula property.

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 columnOrFormula property.

For example, to add a new item, do as follows:

    getColumnOrFormula().add(newItem);
 

Objects of the following type(s) are allowed in the list Column Formula
public java.util.List getColumnOrFormula()

Gets the value of the embedXml property.
Returns:
possible object is String
public java.lang.String getEmbedXml()
Gets the value of the entityName property.
Returns:
possible object is String
public java.lang.String getEntityName()
Gets the value of the fetch property.
Returns:
possible object is String
public java.lang.String getFetch()
Gets the value of the filter property.

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 filter property.

For example, to add a new item, do as follows:

    getFilter().add(newItem);
 

Objects of the following type(s) are allowed in the list Filter
public java.util.List getFilter()

Gets the value of the foreignKey property.
Returns:
possible object is String
public java.lang.String getForeignKey()
Gets the value of the formula property.
Returns:
possible object is String
public java.lang.String getFormula()
Gets the value of the lazy property.
Returns:
possible object is String
public java.lang.String getLazy()
Gets the value of the meta property.

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 meta property.

For example, to add a new item, do as follows:

    getMeta().add(newItem);
 

Objects of the following type(s) are allowed in the list Meta
public java.util.List getMeta()

Gets the value of the node property.
Returns:
possible object is String
public java.lang.String getNode()
Gets the value of the notFound property.
Returns:
possible object is String
public java.lang.String getNotFound()
Gets the value of the orderBy property.
Returns:
possible object is String
public java.lang.String getOrderBy()
Gets the value of the outerJoin property.
Returns:
possible object is String
public java.lang.String getOuterJoin()
Gets the value of the propertyRef property.
Returns:
possible object is String
public java.lang.String getPropertyRef()
Gets the value of the unique property.
Returns:
possible object is String
public java.lang.String getUnique()
Gets the value of the where property.
Returns:
possible object is String
public java.lang.String getWhere()
Sets the value of the clazz property.
Parameters:
value - allowed object is String
public void setClazz(java.lang.String value)
Sets the value of the column property.
Parameters:
value - allowed object is String
public void setColumn(java.lang.String value)
Sets the value of the embedXml property.
Parameters:
value - allowed object is String
public void setEmbedXml(java.lang.String value)
Sets the value of the entityName property.
Parameters:
value - allowed object is String
public void setEntityName(java.lang.String value)
Sets the value of the fetch property.
Parameters:
value - allowed object is String
public void setFetch(java.lang.String value)
Sets the value of the foreignKey property.
Parameters:
value - allowed object is String
public void setForeignKey(java.lang.String value)
Sets the value of the formula property.
Parameters:
value - allowed object is String
public void setFormula(java.lang.String value)
Sets the value of the lazy property.
Parameters:
value - allowed object is String
public void setLazy(java.lang.String value)
Sets the value of the node property.
Parameters:
value - allowed object is String
public void setNode(java.lang.String value)
Sets the value of the notFound property.
Parameters:
value - allowed object is String
public void setNotFound(java.lang.String value)
Sets the value of the orderBy property.
Parameters:
value - allowed object is String
public void setOrderBy(java.lang.String value)
Sets the value of the outerJoin property.
Parameters:
value - allowed object is String
public void setOuterJoin(java.lang.String value)
Sets the value of the propertyRef property.
Parameters:
value - allowed object is String
public void setPropertyRef(java.lang.String value)
Sets the value of the unique property.
Parameters:
value - allowed object is String
public void setUnique(java.lang.String value)
Sets the value of the where property.
Parameters:
value - allowed object is String
public void setWhere(java.lang.String value)

Class: ManyToOne   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.ManyToOne
  extends java.lang.Object
Fields
protected java.lang.String access
protected java.lang.String cascade
protected java.lang.String clazz
protected java.lang.String column
protected java.util.List columnOrFormula
protected java.lang.String embedXml
protected java.lang.String entityName
protected java.lang.String fetch
protected java.lang.String foreignKey
protected java.lang.String formula
protected java.lang.String index
protected java.lang.String insert
protected java.lang.String lazy
protected java.util.List meta
protected java.lang.String name
protected java.lang.String node
protected java.lang.String notFound
protected java.lang.String notNull
protected java.lang.String optimisticLock
protected java.lang.String outerJoin
protected java.lang.String propertyRef
protected java.lang.String unique
protected java.lang.String uniqueKey
protected java.lang.String update
Constructors
public ManyToOne()
Methods
Gets the value of the access property.
Returns:
possible object is String
public java.lang.String getAccess()
Gets the value of the cascade property.
Returns:
possible object is String
public java.lang.String getCascade()
Gets the value of the clazz property.
Returns:
possible object is String
public java.lang.String getClazz()
Gets the value of the column property.
Returns:
possible object is String
public java.lang.String getColumn()
Gets the value of the columnOrFormula property.

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 columnOrFormula property.

For example, to add a new item, do as follows:

    getColumnOrFormula().add(newItem);
 

Objects of the following type(s) are allowed in the list Column Formula
public java.util.List getColumnOrFormula()

Gets the value of the embedXml property.
Returns:
possible object is String
public java.lang.String getEmbedXml()
Gets the value of the entityName property.
Returns:
possible object is String
public java.lang.String getEntityName()
Gets the value of the fetch property.
Returns:
possible object is String
public java.lang.String getFetch()
Gets the value of the foreignKey property.
Returns:
possible object is String
public java.lang.String getForeignKey()
Gets the value of the formula property.
Returns:
possible object is String
public java.lang.String getFormula()
Gets the value of the index property.
Returns:
possible object is String
public java.lang.String getIndex()
Gets the value of the insert property.
Returns:
possible object is String
public java.lang.String getInsert()
Gets the value of the lazy property.
Returns:
possible object is String
public java.lang.String getLazy()
Gets the value of the meta property.

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 meta property.

For example, to add a new item, do as follows:

    getMeta().add(newItem);
 

Objects of the following type(s) are allowed in the list Meta
public java.util.List getMeta()

Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the node property.
Returns:
possible object is String
public java.lang.String getNode()
Gets the value of the notFound property.
Returns:
possible object is String
public java.lang.String getNotFound()
Gets the value of the notNull property.
Returns:
possible object is String
public java.lang.String getNotNull()
Gets the value of the optimisticLock property.
Returns:
possible object is String
public java.lang.String getOptimisticLock()
Gets the value of the outerJoin property.
Returns:
possible object is String
public java.lang.String getOuterJoin()
Gets the value of the propertyRef property.
Returns:
possible object is String
public java.lang.String getPropertyRef()
Gets the value of the unique property.
Returns:
possible object is String
public java.lang.String getUnique()
Gets the value of the uniqueKey property.
Returns:
possible object is String
public java.lang.String getUniqueKey()
Gets the value of the update property.
Returns:
possible object is String
public java.lang.String getUpdate()
Sets the value of the access property.
Parameters:
value - allowed object is String
public void setAccess(java.lang.String value)
Sets the value of the cascade property.
Parameters:
value - allowed object is String
public void setCascade(java.lang.String value)
Sets the value of the clazz property.
Parameters:
value - allowed object is String
public void setClazz(java.lang.String value)
Sets the value of the column property.
Parameters:
value - allowed object is String
public void setColumn(java.lang.String value)
Sets the value of the embedXml property.
Parameters:
value - allowed object is String
public void setEmbedXml(java.lang.String value)
Sets the value of the entityName property.
Parameters:
value - allowed object is String
public void setEntityName(java.lang.String value)
Sets the value of the fetch property.
Parameters:
value - allowed object is String
public void setFetch(java.lang.String value)
Sets the value of the foreignKey property.
Parameters:
value - allowed object is String
public void setForeignKey(java.lang.String value)
Sets the value of the formula property.
Parameters:
value - allowed object is String
public void setFormula(java.lang.String value)
Sets the value of the index property.
Parameters:
value - allowed object is String
public void setIndex(java.lang.String value)
Sets the value of the insert property.
Parameters:
value - allowed object is String
public void setInsert(java.lang.String value)
Sets the value of the lazy property.
Parameters:
value - allowed object is String
public void setLazy(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the node property.
Parameters:
value - allowed object is String
public void setNode(java.lang.String value)
Sets the value of the notFound property.
Parameters:
value - allowed object is String
public void setNotFound(java.lang.String value)
Sets the value of the notNull property.
Parameters:
value - allowed object is String
public void setNotNull(java.lang.String value)
Sets the value of the optimisticLock property.
Parameters:
value - allowed object is String
public void setOptimisticLock(java.lang.String value)
Sets the value of the outerJoin property.
Parameters:
value - allowed object is String
public void setOuterJoin(java.lang.String value)
Sets the value of the propertyRef property.
Parameters:
value - allowed object is String
public void setPropertyRef(java.lang.String value)
Sets the value of the unique property.
Parameters:
value - allowed object is String
public void setUnique(java.lang.String value)
Sets the value of the uniqueKey property.
Parameters:
value - allowed object is String
public void setUniqueKey(java.lang.String value)
Sets the value of the update property.
Parameters:
value - allowed object is String
public void setUpdate(java.lang.String value)

Class: Map   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Map
  extends java.lang.Object
Fields
protected java.lang.String access
protected java.lang.String batchSize
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Cache cache
protected java.lang.String cascade
protected java.lang.String catalog
protected java.lang.String check
protected java.lang.String collectionType
protected java.lang.String comment
protected java.util.List elementOrOneToManyOrManyToManyOrCompositeElementOrManyToAny
protected java.lang.String embedXml
protected java.lang.String fetch
protected java.util.List filter
protected java.lang.String inverse
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Key key
protected java.lang.String lazy
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader loader
protected java.util.List mapKeyOrCompositeMapKeyOrMapKeyManyToManyOrIndexOrCompositeIndexOrIndexManyToManyOrIndexManyToAny
protected java.util.List meta
protected java.lang.String mutable
protected java.lang.String name
protected java.lang.String node
protected java.lang.String optimisticLock
protected java.lang.String orderBy
protected java.lang.String outerJoin
protected java.lang.String persister
protected java.lang.String schema
protected java.lang.String sort
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete sqlDelete
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDeleteAll sqlDeleteAll
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert sqlInsert
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate sqlUpdate
protected java.lang.String subselect
protected java.lang.String subselectOfMap
protected java.util.List synchronize
protected java.lang.String table
protected java.lang.String where
Constructors
public Map()
Methods
Gets the value of the access property.
Returns:
possible object is String
public java.lang.String getAccess()
Gets the value of the batchSize property.
Returns:
possible object is String
public java.lang.String getBatchSize()
Gets the value of the cache property.
Returns:
possible object is Cache
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Cache getCache()
Gets the value of the cascade property.
Returns:
possible object is String
public java.lang.String getCascade()
Gets the value of the catalog property.
Returns:
possible object is String
public java.lang.String getCatalog()
Gets the value of the check property.
Returns:
possible object is String
public java.lang.String getCheck()
Gets the value of the collectionType property.
Returns:
possible object is String
public java.lang.String getCollectionType()
Gets the value of the comment property.
Returns:
possible object is String
public java.lang.String getComment()
Gets the value of the elementOrOneToManyOrManyToManyOrCompositeElementOrManyToAny property.

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 elementOrOneToManyOrManyToManyOrCompositeElementOrManyToAny property.

For example, to add a new item, do as follows:

    getElementOrOneToManyOrManyToManyOrCompositeElementOrManyToAny().add(newItem);
 

Objects of the following type(s) are allowed in the list Element OneToMany ManyToMany CompositeElement ManyToAny
public java.util.List getElementOrOneToManyOrManyToManyOrCompositeElementOrManyToAny()

Gets the value of the embedXml property.
Returns:
possible object is String
public java.lang.String getEmbedXml()
Gets the value of the fetch property.
Returns:
possible object is String
public java.lang.String getFetch()
Gets the value of the filter property.

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 filter property.

For example, to add a new item, do as follows:

    getFilter().add(newItem);
 

Objects of the following type(s) are allowed in the list Filter
public java.util.List getFilter()

Gets the value of the inverse property.
Returns:
possible object is String
public java.lang.String getInverse()
Gets the value of the key property.
Returns:
possible object is Key
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Key getKey()
Gets the value of the lazy property.
Returns:
possible object is String
public java.lang.String getLazy()
Gets the value of the loader property.
Returns:
possible object is Loader
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader getLoader()
Gets the value of the mapKeyOrCompositeMapKeyOrMapKeyManyToManyOrIndexOrCompositeIndexOrIndexManyToManyOrIndexManyToAny property.

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 mapKeyOrCompositeMapKeyOrMapKeyManyToManyOrIndexOrCompositeIndexOrIndexManyToManyOrIndexManyToAny property.

For example, to add a new item, do as follows:

    getMapKeyOrCompositeMapKeyOrMapKeyManyToManyOrIndexOrCompositeIndexOrIndexManyToManyOrIndexManyToAny().add(newItem);
 

Objects of the following type(s) are allowed in the list MapKey CompositeMapKey MapKeyManyToMany Index CompositeIndex IndexManyToMany IndexManyToAny
public java.util.List getMapKeyOrCompositeMapKeyOrMapKeyManyToManyOrIndexOrCompositeIndexOrIndexManyToManyOrIndexManyToAny()

Gets the value of the meta property.

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 meta property.

For example, to add a new item, do as follows:

    getMeta().add(newItem);
 

Objects of the following type(s) are allowed in the list Meta
public java.util.List getMeta()

Gets the value of the mutable property.
Returns:
possible object is String
public java.lang.String getMutable()
Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the node property.
Returns:
possible object is String
public java.lang.String getNode()
Gets the value of the optimisticLock property.
Returns:
possible object is String
public java.lang.String getOptimisticLock()
Gets the value of the orderBy property.
Returns:
possible object is String
public java.lang.String getOrderBy()
Gets the value of the outerJoin property.
Returns:
possible object is String
public java.lang.String getOuterJoin()
Gets the value of the persister property.
Returns:
possible object is String
public java.lang.String getPersister()
Gets the value of the schema property.
Returns:
possible object is String
public java.lang.String getSchema()
Gets the value of the sort property.
Returns:
possible object is String
public java.lang.String getSort()
Gets the value of the sqlDelete property.
Returns:
possible object is SqlDelete
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete getSqlDelete()
Gets the value of the sqlDeleteAll property.
Returns:
possible object is SqlDeleteAll
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDeleteAll getSqlDeleteAll()
Gets the value of the sqlInsert property.
Returns:
possible object is SqlInsert
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert getSqlInsert()
Gets the value of the sqlUpdate property.
Returns:
possible object is SqlUpdate
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate getSqlUpdate()
Gets the value of the subselect property.
Returns:
possible object is String
public java.lang.String getSubselect()
Gets the value of the subselectOfMap property.
Returns:
possible object is String
public java.lang.String getSubselectOfMap()
Gets the value of the synchronize property.

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 synchronize property.

For example, to add a new item, do as follows:

    getSynchronize().add(newItem);
 

Objects of the following type(s) are allowed in the list Synchronize
public java.util.List getSynchronize()

Gets the value of the table property.
Returns:
possible object is String
public java.lang.String getTable()
Gets the value of the where property.
Returns:
possible object is String
public java.lang.String getWhere()
Sets the value of the access property.
Parameters:
value - allowed object is String
public void setAccess(java.lang.String value)
Sets the value of the batchSize property.
Parameters:
value - allowed object is String
public void setBatchSize(java.lang.String value)
Sets the value of the cache property.
Parameters:
value - allowed object is Cache
public void setCache(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Cache value)
Sets the value of the cascade property.
Parameters:
value - allowed object is String
public void setCascade(java.lang.String value)
Sets the value of the catalog property.
Parameters:
value - allowed object is String
public void setCatalog(java.lang.String value)
Sets the value of the check property.
Parameters:
value - allowed object is String
public void setCheck(java.lang.String value)
Sets the value of the collectionType property.
Parameters:
value - allowed object is String
public void setCollectionType(java.lang.String value)
Sets the value of the comment property.
Parameters:
value - allowed object is String
public void setComment(java.lang.String value)
Sets the value of the embedXml property.
Parameters:
value - allowed object is String
public void setEmbedXml(java.lang.String value)
Sets the value of the fetch property.
Parameters:
value - allowed object is String
public void setFetch(java.lang.String value)
Sets the value of the inverse property.
Parameters:
value - allowed object is String
public void setInverse(java.lang.String value)
Sets the value of the key property.
Parameters:
value - allowed object is Key
public void setKey(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Key value)
Sets the value of the lazy property.
Parameters:
value - allowed object is String
public void setLazy(java.lang.String value)
Sets the value of the loader property.
Parameters:
value - allowed object is Loader
public void setLoader(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader value)
Sets the value of the mutable property.
Parameters:
value - allowed object is String
public void setMutable(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the node property.
Parameters:
value - allowed object is String
public void setNode(java.lang.String value)
Sets the value of the optimisticLock property.
Parameters:
value - allowed object is String
public void setOptimisticLock(java.lang.String value)
Sets the value of the orderBy property.
Parameters:
value - allowed object is String
public void setOrderBy(java.lang.String value)
Sets the value of the outerJoin property.
Parameters:
value - allowed object is String
public void setOuterJoin(java.lang.String value)
Sets the value of the persister property.
Parameters:
value - allowed object is String
public void setPersister(java.lang.String value)
Sets the value of the schema property.
Parameters:
value - allowed object is String
public void setSchema(java.lang.String value)
Sets the value of the sort property.
Parameters:
value - allowed object is String
public void setSort(java.lang.String value)
Sets the value of the sqlDelete property.
Parameters:
value - allowed object is SqlDelete
public void setSqlDelete(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete value)
Sets the value of the sqlDeleteAll property.
Parameters:
value - allowed object is SqlDeleteAll
public void setSqlDeleteAll(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDeleteAll value)
Sets the value of the sqlInsert property.
Parameters:
value - allowed object is SqlInsert
public void setSqlInsert(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert value)
Sets the value of the sqlUpdate property.
Parameters:
value - allowed object is SqlUpdate
public void setSqlUpdate(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate value)
Sets the value of the subselect property.
Parameters:
value - allowed object is String
public void setSubselect(java.lang.String value)
Sets the value of the subselectOfMap property.
Parameters:
value - allowed object is String
public void setSubselectOfMap(java.lang.String value)
Sets the value of the table property.
Parameters:
value - allowed object is String
public void setTable(java.lang.String value)
Sets the value of the where property.
Parameters:
value - allowed object is String
public void setWhere(java.lang.String value)

Class: MapKey   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.MapKey
  extends java.lang.Object
Fields
protected java.lang.String columnNameOfMapKey
protected java.util.List columnOrFormula
protected java.lang.String formula
protected java.lang.String length
protected java.lang.String node
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Type type
protected java.lang.String typeOfMapKey
Constructors
public MapKey()
Methods
Gets the value of the columnNameOfMapKey property.
Returns:
possible object is String
public java.lang.String getColumnNameOfMapKey()
Gets the value of the columnOrFormula property.

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 columnOrFormula property.

For example, to add a new item, do as follows:

    getColumnOrFormula().add(newItem);
 

Objects of the following type(s) are allowed in the list Column Formula
public java.util.List getColumnOrFormula()

Gets the value of the formula property.
Returns:
possible object is String
public java.lang.String getFormula()
Gets the value of the length property.
Returns:
possible object is String
public java.lang.String getLength()
Gets the value of the node property.
Returns:
possible object is String
public java.lang.String getNode()
Gets the value of the type property.
Returns:
possible object is Type
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Type getType()
Gets the value of the typeOfMapKey property.
Returns:
possible object is String
public java.lang.String getTypeOfMapKey()
Sets the value of the columnNameOfMapKey property.
Parameters:
value - allowed object is String
public void setColumnNameOfMapKey(java.lang.String value)
Sets the value of the formula property.
Parameters:
value - allowed object is String
public void setFormula(java.lang.String value)
Sets the value of the length property.
Parameters:
value - allowed object is String
public void setLength(java.lang.String value)
Sets the value of the node property.
Parameters:
value - allowed object is String
public void setNode(java.lang.String value)
Sets the value of the type property.
Parameters:
value - allowed object is Type
public void setType(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Type value)
Sets the value of the typeOfMapKey property.
Parameters:
value - allowed object is String
public void setTypeOfMapKey(java.lang.String value)

Class: MapKeyManyToMany   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.MapKeyManyToMany
  extends java.lang.Object
Fields
protected java.lang.String clazz
protected java.lang.String columnNameOfMapKeyMany2Many
protected java.util.List columnOrFormula
protected java.lang.String entityName
protected java.lang.String foreignKey
protected java.lang.String formula
Constructors
public MapKeyManyToMany()
Methods
Gets the value of the clazz property.
Returns:
possible object is String
public java.lang.String getClazz()
Gets the value of the columnNameOfMapKeyMany2Many property.
Returns:
possible object is String
public java.lang.String getColumnNameOfMapKeyMany2Many()
Gets the value of the columnOrFormula property.

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 columnOrFormula property.

For example, to add a new item, do as follows:

    getColumnOrFormula().add(newItem);
 

Objects of the following type(s) are allowed in the list Column Formula
public java.util.List getColumnOrFormula()

Gets the value of the entityName property.
Returns:
possible object is String
public java.lang.String getEntityName()
Gets the value of the foreignKey property.
Returns:
possible object is String
public java.lang.String getForeignKey()
Gets the value of the formula property.
Returns:
possible object is String
public java.lang.String getFormula()
Sets the value of the clazz property.
Parameters:
value - allowed object is String
public void setClazz(java.lang.String value)
Sets the value of the columnNameOfMapKeyMany2Many property.
Parameters:
value - allowed object is String
public void setColumnNameOfMapKeyMany2Many(java.lang.String value)
Sets the value of the entityName property.
Parameters:
value - allowed object is String
public void setEntityName(java.lang.String value)
Sets the value of the foreignKey property.
Parameters:
value - allowed object is String
public void setForeignKey(java.lang.String value)
Sets the value of the formula property.
Parameters:
value - allowed object is String
public void setFormula(java.lang.String value)

Class: Meta   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Meta
  extends java.lang.Object
Fields
protected java.lang.String attribute
protected java.lang.String inherit
protected java.lang.String value
Constructors
public Meta()
Methods
Gets the value of the attribute property.
Returns:
possible object is String
public java.lang.String getAttribute()
Gets the value of the inherit property.
Returns:
possible object is String
public java.lang.String getInherit()
Gets the value of the value property.
Returns:
possible object is String
public java.lang.String getvalue()
Sets the value of the attribute property.
Parameters:
value - allowed object is String
public void setAttribute(java.lang.String value)
Sets the value of the inherit property.
Parameters:
value - allowed object is String
public void setInherit(java.lang.String value)
Sets the value of the value property.
Parameters:
value - allowed object is String
public void setvalue(java.lang.String value)

Class: MetaValue   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.MetaValue
  extends java.lang.Object
Fields
protected java.lang.String clazz
protected java.lang.String value
Constructors
public MetaValue()
Methods
Gets the value of the clazz property.
Returns:
possible object is String
public java.lang.String getClazz()
Gets the value of the value property.
Returns:
possible object is String
public java.lang.String getValue()
Sets the value of the clazz property.
Parameters:
value - allowed object is String
public void setClazz(java.lang.String value)
Sets the value of the value property.
Parameters:
value - allowed object is String
public void setValue(java.lang.String value)

Class: NaturalId   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.NaturalId
  extends java.lang.Object
Fields
protected java.lang.String mutable
protected java.util.List propertyOrManyToOneOrComponentOrDynamicComponentOrAny
Constructors
public NaturalId()
Methods
Gets the value of the mutable property.
Returns:
possible object is String
public java.lang.String getMutable()
Gets the value of the propertyOrManyToOneOrComponentOrDynamicComponentOrAny property.

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 propertyOrManyToOneOrComponentOrDynamicComponentOrAny property.

For example, to add a new item, do as follows:

    getPropertyOrManyToOneOrComponentOrDynamicComponentOrAny().add(newItem);
 

Objects of the following type(s) are allowed in the list Property ManyToOne Component DynamicComponent Any
public java.util.List getPropertyOrManyToOneOrComponentOrDynamicComponentOrAny()

Sets the value of the mutable property.
Parameters:
value - allowed object is String
public void setMutable(java.lang.String value)

Class: NestedCompositeElement   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.NestedCompositeElement
  extends java.lang.Object
Fields
protected java.lang.String access
protected java.lang.String clazz
protected java.lang.String name
protected java.lang.String node
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Parent parent
protected java.util.List propertyOrManyToOneOrAnyOrNestedCompositeElement
protected java.util.List tuplizer
Constructors
public NestedCompositeElement()
Methods
Gets the value of the access property.
Returns:
possible object is String
public java.lang.String getAccess()
Gets the value of the clazz property.
Returns:
possible object is String
public java.lang.String getClazz()
Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the node property.
Returns:
possible object is String
public java.lang.String getNode()
Gets the value of the parent property.
Returns:
possible object is Parent
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Parent getParent()
Gets the value of the propertyOrManyToOneOrAnyOrNestedCompositeElement property.

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 propertyOrManyToOneOrAnyOrNestedCompositeElement property.

For example, to add a new item, do as follows:

    getPropertyOrManyToOneOrAnyOrNestedCompositeElement().add(newItem);
 

Objects of the following type(s) are allowed in the list Property ManyToOne Any NestedCompositeElement
public java.util.List getPropertyOrManyToOneOrAnyOrNestedCompositeElement()

Gets the value of the tuplizer property.

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 tuplizer property.

For example, to add a new item, do as follows:

    getTuplizer().add(newItem);
 

Objects of the following type(s) are allowed in the list Tuplizer
public java.util.List getTuplizer()

Sets the value of the access property.
Parameters:
value - allowed object is String
public void setAccess(java.lang.String value)
Sets the value of the clazz property.
Parameters:
value - allowed object is String
public void setClazz(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the node property.
Parameters:
value - allowed object is String
public void setNode(java.lang.String value)
Sets the value of the parent property.
Parameters:
value - allowed object is Parent
public void setParent(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Parent value)

Class: ObjectFactory   previous next package

This object contains factory methods for each Java content interface and Java element interface generated in the com.arsi.mj.maprpt.entity.hibgen.hbmxjc package.

An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.ObjectFactory
  extends java.lang.Object
Constructors
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.arsi.mj.maprpt.entity.hibgen.hbmxjc
public ObjectFactory()
Methods
Create an instance of Any
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Any createAny()
Create an instance of Array
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Array createArray()
Create an instance of Bag
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Bag createBag()
Create an instance of Cache
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Cache createCache()
Create an instance of CollectionId
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.CollectionId createCollectionId()
Create an instance of Column
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Column createColumn()
Create an instance of Component
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Component createComponent()
Create an instance of CompositeElement
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.CompositeElement createCompositeElement()
Create an instance of CompositeId
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.CompositeId createCompositeId()
Create an instance of CompositeIndex
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.CompositeIndex createCompositeIndex()
Create an instance of CompositeMapKey
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.CompositeMapKey createCompositeMapKey()
Create an instance of Create
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Create createCreate()
Create an instance of DatabaseObject
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.DatabaseObject createDatabaseObject()
Create an instance of Definition
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Definition createDefinition()
Create an instance of DialectScope
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.DialectScope createDialectScope()
Create an instance of Discriminator
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Discriminator createDiscriminator()
Create an instance of Drop
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Drop createDrop()
Create an instance of DynamicComponent
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.DynamicComponent createDynamicComponent()
Create an instance of Element
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Element createElement()
Create an instance of Fetch
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Fetch createFetch()
Create an instance of FetchProfile
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.FetchProfile createFetchProfile()
Create an instance of Filter
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Filter createFilter()
Create an instance of FilterDef
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.FilterDef createFilterDef()
Create an instance of FilterParam
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.FilterParam createFilterParam()
Create an instance of Formula
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Formula createFormula()
Create an instance of Generator
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Generator createGenerator()
Create an instance of HibernateMapping
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.HibernateMapping createHibernateMapping()
Create an instance of Id
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Id createId()
Create an instance of Idbag
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Idbag createIdbag()
Create an instance of IdentifierGenerator
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.IdentifierGenerator createIdentifierGenerator()
Create an instance of Import
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Import createImport()
Create an instance of Index
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Index createIndex()
Create an instance of IndexManyToAny
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.IndexManyToAny createIndexManyToAny()
Create an instance of IndexManyToMany
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.IndexManyToMany createIndexManyToMany()
Create an instance of Join
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Join createJoin()
Create an instance of JoinedSubclass
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.JoinedSubclass createJoinedSubclass()
Create an instance of Key
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Key createKey()
Create an instance of KeyManyToOne
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.KeyManyToOne createKeyManyToOne()
Create an instance of KeyProperty
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.KeyProperty createKeyProperty()
Create an instance of Klass
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Klass createKlass()
Create an instance of List
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.List createList()
Create an instance of ListIndex
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.ListIndex createListIndex()
Create an instance of LoadCollection
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.LoadCollection createLoadCollection()
Create an instance of Loader
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader createLoader()
Create an instance of ManyToAny
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.ManyToAny createManyToAny()
Create an instance of ManyToMany
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.ManyToMany createManyToMany()
Create an instance of ManyToOne
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.ManyToOne createManyToOne()
Create an instance of Map
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Map createMap()
Create an instance of MapKey
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.MapKey createMapKey()
Create an instance of MapKeyManyToMany
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.MapKeyManyToMany createMapKeyManyToMany()
Create an instance of Meta
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Meta createMeta()
Create an instance of MetaValue
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.MetaValue createMetaValue()
Create an instance of NaturalId
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.NaturalId createNaturalId()
Create an instance of NestedCompositeElement
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.NestedCompositeElement createNestedCompositeElement()
Create an instance of OneToMany
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.OneToMany createOneToMany()
Create an instance of OneToOne
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.OneToOne createOneToOne()
Create an instance of Param
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Param createParam()
Create an instance of Parent
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Parent createParent()
Create an instance of PrimitiveArray
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.PrimitiveArray createPrimitiveArray()
Create an instance of Properties
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Properties createProperties()
Create an instance of Property
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Property createProperty()
Create an instance of Query
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Query createQuery()
Create an instance of QueryParam
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.QueryParam createQueryParam()
Create an instance of Resultset
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Resultset createResultset()
Create an instance of Return
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Return createReturn()
Create an instance of ReturnColumn
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.ReturnColumn createReturnColumn()
Create an instance of ReturnDiscriminator
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.ReturnDiscriminator createReturnDiscriminator()
Create an instance of ReturnJoin
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.ReturnJoin createReturnJoin()
Create an instance of ReturnProperty
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.ReturnProperty createReturnProperty()
Create an instance of ReturnScalar
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.ReturnScalar createReturnScalar()
Create an instance of Set
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Set createSet()
Create an instance of SqlDelete
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete createSqlDelete()
Create an instance of SqlDeleteAll
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDeleteAll createSqlDeleteAll()
Create an instance of SqlInsert
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert createSqlInsert()
Create an instance of SqlQuery
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlQuery createSqlQuery()
Create an instance of SqlUpdate
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate createSqlUpdate()
Create an instance of Subclass
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Subclass createSubclass()
Create an instance of Synchronize
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Synchronize createSynchronize()
Create an instance of Timestamp
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Timestamp createTimestamp()
Create an instance of Tuplizer
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Tuplizer createTuplizer()
Create an instance of Type
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Type createType()
Create an instance of Typedef
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Typedef createTypedef()
Create an instance of UnionSubclass
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.UnionSubclass createUnionSubclass()
Create an instance of Version
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Version createVersion()

Class: OneToMany   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.OneToMany
  extends java.lang.Object
Fields
protected java.lang.String clazz
protected java.lang.String embedXml
protected java.lang.String entityName
protected java.lang.String node
protected java.lang.String notFound
Constructors
public OneToMany()
Methods
Gets the value of the clazz property.
Returns:
possible object is String
public java.lang.String getClazz()
Gets the value of the embedXml property.
Returns:
possible object is String
public java.lang.String getEmbedXml()
Gets the value of the entityName property.
Returns:
possible object is String
public java.lang.String getEntityName()
Gets the value of the node property.
Returns:
possible object is String
public java.lang.String getNode()
Gets the value of the notFound property.
Returns:
possible object is String
public java.lang.String getNotFound()
Sets the value of the clazz property.
Parameters:
value - allowed object is String
public void setClazz(java.lang.String value)
Sets the value of the embedXml property.
Parameters:
value - allowed object is String
public void setEmbedXml(java.lang.String value)
Sets the value of the entityName property.
Parameters:
value - allowed object is String
public void setEntityName(java.lang.String value)
Sets the value of the node property.
Parameters:
value - allowed object is String
public void setNode(java.lang.String value)
Sets the value of the notFound property.
Parameters:
value - allowed object is String
public void setNotFound(java.lang.String value)

Class: OneToOne   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.OneToOne
  extends java.lang.Object
Fields
protected java.lang.String access
protected java.lang.String cascade
protected java.lang.String clazz
protected java.lang.String constrained
protected java.lang.String embedXml
protected java.lang.String entityName
protected java.lang.String fetch
protected java.lang.String foreignKey
protected java.util.List formula
protected java.lang.String formulaOneToOne
protected java.lang.String lazy
protected java.util.List meta
protected java.lang.String name
protected java.lang.String node
protected java.lang.String outerJoin
protected java.lang.String propertyRef
Constructors
public OneToOne()
Methods
Gets the value of the access property.
Returns:
possible object is String
public java.lang.String getAccess()
Gets the value of the cascade property.
Returns:
possible object is String
public java.lang.String getCascade()
Gets the value of the clazz property.
Returns:
possible object is String
public java.lang.String getClazz()
Gets the value of the constrained property.
Returns:
possible object is String
public java.lang.String getConstrained()
Gets the value of the embedXml property.
Returns:
possible object is String
public java.lang.String getEmbedXml()
Gets the value of the entityName property.
Returns:
possible object is String
public java.lang.String getEntityName()
Gets the value of the fetch property.
Returns:
possible object is String
public java.lang.String getFetch()
Gets the value of the foreignKey property.
Returns:
possible object is String
public java.lang.String getForeignKey()
Gets the value of the formula property.

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 formula property.

For example, to add a new item, do as follows:

    getFormula().add(newItem);
 

Objects of the following type(s) are allowed in the list Formula
public java.util.List getFormula()

Gets the value of the formulaOneToOne property.
Returns:
possible object is String
public java.lang.String getFormulaOneToOne()
Gets the value of the lazy property.
Returns:
possible object is String
public java.lang.String getLazy()
Gets the value of the meta property.

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 meta property.

For example, to add a new item, do as follows:

    getMeta().add(newItem);
 

Objects of the following type(s) are allowed in the list Meta
public java.util.List getMeta()

Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the node property.
Returns:
possible object is String
public java.lang.String getNode()
Gets the value of the outerJoin property.
Returns:
possible object is String
public java.lang.String getOuterJoin()
Gets the value of the propertyRef property.
Returns:
possible object is String
public java.lang.String getPropertyRef()
Sets the value of the access property.
Parameters:
value - allowed object is String
public void setAccess(java.lang.String value)
Sets the value of the cascade property.
Parameters:
value - allowed object is String
public void setCascade(java.lang.String value)
Sets the value of the clazz property.
Parameters:
value - allowed object is String
public void setClazz(java.lang.String value)
Sets the value of the constrained property.
Parameters:
value - allowed object is String
public void setConstrained(java.lang.String value)
Sets the value of the embedXml property.
Parameters:
value - allowed object is String
public void setEmbedXml(java.lang.String value)
Sets the value of the entityName property.
Parameters:
value - allowed object is String
public void setEntityName(java.lang.String value)
Sets the value of the fetch property.
Parameters:
value - allowed object is String
public void setFetch(java.lang.String value)
Sets the value of the foreignKey property.
Parameters:
value - allowed object is String
public void setForeignKey(java.lang.String value)
Sets the value of the formulaOneToOne property.
Parameters:
value - allowed object is String
public void setFormulaOneToOne(java.lang.String value)
Sets the value of the lazy property.
Parameters:
value - allowed object is String
public void setLazy(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the node property.
Parameters:
value - allowed object is String
public void setNode(java.lang.String value)
Sets the value of the outerJoin property.
Parameters:
value - allowed object is String
public void setOuterJoin(java.lang.String value)
Sets the value of the propertyRef property.
Parameters:
value - allowed object is String
public void setPropertyRef(java.lang.String value)

Class: Param   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Param
  extends java.lang.Object
Fields
protected java.lang.String name
protected java.lang.String value
Constructors
public Param()
Methods
Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the value property.
Returns:
possible object is String
public java.lang.String getvalue()
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the value property.
Parameters:
value - allowed object is String
public void setvalue(java.lang.String value)

Class: Parent   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Parent
  extends java.lang.Object
Fields
protected java.lang.String name
Constructors
public Parent()
Methods
Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)

Class: PrimitiveArray   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.PrimitiveArray
  extends java.lang.Object
Fields
protected java.lang.String access
protected java.lang.String batchSize
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Cache cache
protected java.lang.String catalog
protected java.lang.String check
protected java.lang.String collectionType
protected java.lang.String comment
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Element element
protected java.lang.String embedXml
protected java.lang.String fetch
protected java.util.List indexOrListIndex
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Key key
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader loader
protected java.util.List meta
protected java.lang.String mutable
protected java.lang.String name
protected java.lang.String node
protected java.lang.String optimisticLock
protected java.lang.String outerJoin
protected java.lang.String persister
protected java.lang.String schema
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete sqlDelete
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDeleteAll sqlDeleteAll
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert sqlInsert
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate sqlUpdate
protected java.lang.String subselect
protected java.lang.String subselectOfPrimitiveArray
protected java.util.List synchronize
protected java.lang.String table
protected java.lang.String where
Constructors
public PrimitiveArray()
Methods
Gets the value of the access property.
Returns:
possible object is String
public java.lang.String getAccess()
Gets the value of the batchSize property.
Returns:
possible object is String
public java.lang.String getBatchSize()
Gets the value of the cache property.
Returns:
possible object is Cache
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Cache getCache()
Gets the value of the catalog property.
Returns:
possible object is String
public java.lang.String getCatalog()
Gets the value of the check property.
Returns:
possible object is String
public java.lang.String getCheck()
Gets the value of the collectionType property.
Returns:
possible object is String
public java.lang.String getCollectionType()
Gets the value of the comment property.
Returns:
possible object is String
public java.lang.String getComment()
Gets the value of the element property.
Returns:
possible object is Element
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Element getElement()
Gets the value of the embedXml property.
Returns:
possible object is String
public java.lang.String getEmbedXml()
Gets the value of the fetch property.
Returns:
possible object is String
public java.lang.String getFetch()
Gets the value of the indexOrListIndex property.

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 indexOrListIndex property.

For example, to add a new item, do as follows:

    getIndexOrListIndex().add(newItem);
 

Objects of the following type(s) are allowed in the list Index ListIndex
public java.util.List getIndexOrListIndex()

Gets the value of the key property.
Returns:
possible object is Key
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Key getKey()
Gets the value of the loader property.
Returns:
possible object is Loader
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader getLoader()
Gets the value of the meta property.

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 meta property.

For example, to add a new item, do as follows:

    getMeta().add(newItem);
 

Objects of the following type(s) are allowed in the list Meta
public java.util.List getMeta()

Gets the value of the mutable property.
Returns:
possible object is String
public java.lang.String getMutable()
Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the node property.
Returns:
possible object is String
public java.lang.String getNode()
Gets the value of the optimisticLock property.
Returns:
possible object is String
public java.lang.String getOptimisticLock()
Gets the value of the outerJoin property.
Returns:
possible object is String
public java.lang.String getOuterJoin()
Gets the value of the persister property.
Returns:
possible object is String
public java.lang.String getPersister()
Gets the value of the schema property.
Returns:
possible object is String
public java.lang.String getSchema()
Gets the value of the sqlDelete property.
Returns:
possible object is SqlDelete
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete getSqlDelete()
Gets the value of the sqlDeleteAll property.
Returns:
possible object is SqlDeleteAll
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDeleteAll getSqlDeleteAll()
Gets the value of the sqlInsert property.
Returns:
possible object is SqlInsert
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert getSqlInsert()
Gets the value of the sqlUpdate property.
Returns:
possible object is SqlUpdate
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate getSqlUpdate()
Gets the value of the subselect property.
Returns:
possible object is String
public java.lang.String getSubselect()
Gets the value of the subselectOfPrimitiveArray property.
Returns:
possible object is String
public java.lang.String getSubselectOfPrimitiveArray()
Gets the value of the synchronize property.

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 synchronize property.

For example, to add a new item, do as follows:

    getSynchronize().add(newItem);
 

Objects of the following type(s) are allowed in the list Synchronize
public java.util.List getSynchronize()

Gets the value of the table property.
Returns:
possible object is String
public java.lang.String getTable()
Gets the value of the where property.
Returns:
possible object is String
public java.lang.String getWhere()
Sets the value of the access property.
Parameters:
value - allowed object is String
public void setAccess(java.lang.String value)
Sets the value of the batchSize property.
Parameters:
value - allowed object is String
public void setBatchSize(java.lang.String value)
Sets the value of the cache property.
Parameters:
value - allowed object is Cache
public void setCache(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Cache value)
Sets the value of the catalog property.
Parameters:
value - allowed object is String
public void setCatalog(java.lang.String value)
Sets the value of the check property.
Parameters:
value - allowed object is String
public void setCheck(java.lang.String value)
Sets the value of the collectionType property.
Parameters:
value - allowed object is String
public void setCollectionType(java.lang.String value)
Sets the value of the comment property.
Parameters:
value - allowed object is String
public void setComment(java.lang.String value)
Sets the value of the element property.
Parameters:
value - allowed object is Element
public void setElement(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Element value)
Sets the value of the embedXml property.
Parameters:
value - allowed object is String
public void setEmbedXml(java.lang.String value)
Sets the value of the fetch property.
Parameters:
value - allowed object is String
public void setFetch(java.lang.String value)
Sets the value of the key property.
Parameters:
value - allowed object is Key
public void setKey(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Key value)
Sets the value of the loader property.
Parameters:
value - allowed object is Loader
public void setLoader(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader value)
Sets the value of the mutable property.
Parameters:
value - allowed object is String
public void setMutable(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the node property.
Parameters:
value - allowed object is String
public void setNode(java.lang.String value)
Sets the value of the optimisticLock property.
Parameters:
value - allowed object is String
public void setOptimisticLock(java.lang.String value)
Sets the value of the outerJoin property.
Parameters:
value - allowed object is String
public void setOuterJoin(java.lang.String value)
Sets the value of the persister property.
Parameters:
value - allowed object is String
public void setPersister(java.lang.String value)
Sets the value of the schema property.
Parameters:
value - allowed object is String
public void setSchema(java.lang.String value)
Sets the value of the sqlDelete property.
Parameters:
value - allowed object is SqlDelete
public void setSqlDelete(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete value)
Sets the value of the sqlDeleteAll property.
Parameters:
value - allowed object is SqlDeleteAll
public void setSqlDeleteAll(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDeleteAll value)
Sets the value of the sqlInsert property.
Parameters:
value - allowed object is SqlInsert
public void setSqlInsert(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert value)
Sets the value of the sqlUpdate property.
Parameters:
value - allowed object is SqlUpdate
public void setSqlUpdate(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate value)
Sets the value of the subselect property.
Parameters:
value - allowed object is String
public void setSubselect(java.lang.String value)
Sets the value of the subselectOfPrimitiveArray property.
Parameters:
value - allowed object is String
public void setSubselectOfPrimitiveArray(java.lang.String value)
Sets the value of the table property.
Parameters:
value - allowed object is String
public void setTable(java.lang.String value)
Sets the value of the where property.
Parameters:
value - allowed object is String
public void setWhere(java.lang.String value)

Class: Properties   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Properties
  extends java.lang.Object
Fields
protected java.lang.String insert
protected java.lang.String name
protected java.lang.String node
protected java.lang.String optimisticLock
protected java.util.List propertyOrManyToOneOrComponentOrDynamicComponent
protected java.lang.String unique
protected java.lang.String update
Constructors
public Properties()
Methods
Gets the value of the insert property.
Returns:
possible object is String
public java.lang.String getInsert()
Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the node property.
Returns:
possible object is String
public java.lang.String getNode()
Gets the value of the optimisticLock property.
Returns:
possible object is String
public java.lang.String getOptimisticLock()
Gets the value of the propertyOrManyToOneOrComponentOrDynamicComponent property.

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 propertyOrManyToOneOrComponentOrDynamicComponent property.

For example, to add a new item, do as follows:

    getPropertyOrManyToOneOrComponentOrDynamicComponent().add(newItem);
 

Objects of the following type(s) are allowed in the list Property ManyToOne Component DynamicComponent
public java.util.List getPropertyOrManyToOneOrComponentOrDynamicComponent()

Gets the value of the unique property.
Returns:
possible object is String
public java.lang.String getUnique()
Gets the value of the update property.
Returns:
possible object is String
public java.lang.String getUpdate()
Sets the value of the insert property.
Parameters:
value - allowed object is String
public void setInsert(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the node property.
Parameters:
value - allowed object is String
public void setNode(java.lang.String value)
Sets the value of the optimisticLock property.
Parameters:
value - allowed object is String
public void setOptimisticLock(java.lang.String value)
Sets the value of the unique property.
Parameters:
value - allowed object is String
public void setUnique(java.lang.String value)
Sets the value of the update property.
Parameters:
value - allowed object is String
public void setUpdate(java.lang.String value)

Class: Property   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Property
  extends java.lang.Object
Fields
protected java.lang.String access
protected java.lang.String columnNameOfProperty
protected java.util.List columnOrFormula
protected java.lang.String formula
protected java.lang.String generated
protected java.lang.String index
protected java.lang.String insert
protected java.lang.String lazy
protected java.lang.String length
protected java.util.List meta
protected java.lang.String name
protected java.lang.String node
protected java.lang.String notNull
protected java.lang.String optimisticLock
protected java.lang.String precision
protected java.lang.String scale
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Type type
protected java.lang.String typeOfProperty
protected java.lang.String unique
protected java.lang.String uniqueKey
protected java.lang.String update
Constructors
public Property()
Methods
Gets the value of the access property.
Returns:
possible object is String
public java.lang.String getAccess()
Gets the value of the columnNameOfProperty property.
Returns:
possible object is String
public java.lang.String getColumnNameOfProperty()
Gets the value of the columnOrFormula property.

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 columnOrFormula property.

For example, to add a new item, do as follows:

    getColumnOrFormula().add(newItem);
 

Objects of the following type(s) are allowed in the list Column Formula
public java.util.List getColumnOrFormula()

Gets the value of the formula property.
Returns:
possible object is String
public java.lang.String getFormula()
Gets the value of the generated property.
Returns:
possible object is String
public java.lang.String getGenerated()
Gets the value of the index property.
Returns:
possible object is String
public java.lang.String getIndex()
Gets the value of the insert property.
Returns:
possible object is String
public java.lang.String getInsert()
Gets the value of the lazy property.
Returns:
possible object is String
public java.lang.String getLazy()
Gets the value of the length property.
Returns:
possible object is String
public java.lang.String getLength()
Gets the value of the meta property.

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 meta property.

For example, to add a new item, do as follows:

    getMeta().add(newItem);
 

Objects of the following type(s) are allowed in the list Meta
public java.util.List getMeta()

Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the node property.
Returns:
possible object is String
public java.lang.String getNode()
Gets the value of the notNull property.
Returns:
possible object is String
public java.lang.String getNotNull()
Gets the value of the optimisticLock property.
Returns:
possible object is String
public java.lang.String getOptimisticLock()
Gets the value of the precision property.
Returns:
possible object is String
public java.lang.String getPrecision()
Gets the value of the scale property.
Returns:
possible object is String
public java.lang.String getScale()
Gets the value of the type property.
Returns:
possible object is Type
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Type getType()
Gets the value of the typeOfProperty property.
Returns:
possible object is String
public java.lang.String getTypeOfProperty()
Gets the value of the unique property.
Returns:
possible object is String
public java.lang.String getUnique()
Gets the value of the uniqueKey property.
Returns:
possible object is String
public java.lang.String getUniqueKey()
Gets the value of the update property.
Returns:
possible object is String
public java.lang.String getUpdate()
Sets the value of the access property.
Parameters:
value - allowed object is String
public void setAccess(java.lang.String value)
Sets the value of the columnNameOfProperty property.
Parameters:
value - allowed object is String
public void setColumnNameOfProperty(java.lang.String value)
Sets the value of the formula property.
Parameters:
value - allowed object is String
public void setFormula(java.lang.String value)
Sets the value of the generated property.
Parameters:
value - allowed object is String
public void setGenerated(java.lang.String value)
Sets the value of the index property.
Parameters:
value - allowed object is String
public void setIndex(java.lang.String value)
Sets the value of the insert property.
Parameters:
value - allowed object is String
public void setInsert(java.lang.String value)
Sets the value of the lazy property.
Parameters:
value - allowed object is String
public void setLazy(java.lang.String value)
Sets the value of the length property.
Parameters:
value - allowed object is String
public void setLength(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the node property.
Parameters:
value - allowed object is String
public void setNode(java.lang.String value)
Sets the value of the notNull property.
Parameters:
value - allowed object is String
public void setNotNull(java.lang.String value)
Sets the value of the optimisticLock property.
Parameters:
value - allowed object is String
public void setOptimisticLock(java.lang.String value)
Sets the value of the precision property.
Parameters:
value - allowed object is String
public void setPrecision(java.lang.String value)
Sets the value of the scale property.
Parameters:
value - allowed object is String
public void setScale(java.lang.String value)
Sets the value of the type property.
Parameters:
value - allowed object is Type
public void setType(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Type value)
Sets the value of the typeOfProperty property.
Parameters:
value - allowed object is String
public void setTypeOfProperty(java.lang.String value)
Sets the value of the unique property.
Parameters:
value - allowed object is String
public void setUnique(java.lang.String value)
Sets the value of the uniqueKey property.
Parameters:
value - allowed object is String
public void setUniqueKey(java.lang.String value)
Sets the value of the update property.
Parameters:
value - allowed object is String
public void setUpdate(java.lang.String value)

Class: Query   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Query
  extends java.lang.Object
Fields
protected java.lang.String cacheable
protected java.lang.String cacheMode
protected java.lang.String cacheRegion
protected java.lang.String comment
protected java.lang.String fetchSize
protected java.lang.String flushMode
protected java.lang.String name
protected java.lang.String readOnly
protected java.lang.String timeout
protected java.lang.String value
Constructors
public Query()
Methods
Gets the value of the cacheable property.
Returns:
possible object is String
public java.lang.String getCacheable()
Gets the value of the cacheMode property.
Returns:
possible object is String
public java.lang.String getCacheMode()
Gets the value of the cacheRegion property.
Returns:
possible object is String
public java.lang.String getCacheRegion()
Gets the value of the comment property.
Returns:
possible object is String
public java.lang.String getComment()
Gets the value of the fetchSize property.
Returns:
possible object is String
public java.lang.String getFetchSize()
Gets the value of the flushMode property.
Returns:
possible object is String
public java.lang.String getFlushMode()
Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the readOnly property.
Returns:
possible object is String
public java.lang.String getReadOnly()
Gets the value of the timeout property.
Returns:
possible object is String
public java.lang.String getTimeout()
Gets the value of the value property.
Returns:
possible object is String
public java.lang.String getvalue()
Sets the value of the cacheable property.
Parameters:
value - allowed object is String
public void setCacheable(java.lang.String value)
Sets the value of the cacheMode property.
Parameters:
value - allowed object is String
public void setCacheMode(java.lang.String value)
Sets the value of the cacheRegion property.
Parameters:
value - allowed object is String
public void setCacheRegion(java.lang.String value)
Sets the value of the comment property.
Parameters:
value - allowed object is String
public void setComment(java.lang.String value)
Sets the value of the fetchSize property.
Parameters:
value - allowed object is String
public void setFetchSize(java.lang.String value)
Sets the value of the flushMode property.
Parameters:
value - allowed object is String
public void setFlushMode(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the readOnly property.
Parameters:
value - allowed object is String
public void setReadOnly(java.lang.String value)
Sets the value of the timeout property.
Parameters:
value - allowed object is String
public void setTimeout(java.lang.String value)
Sets the value of the value property.
Parameters:
value - allowed object is String
public void setvalue(java.lang.String value)

Class: QueryParam   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.QueryParam
  extends java.lang.Object
Fields
protected java.lang.String name
protected java.lang.String typeOfQueryParam
Constructors
public QueryParam()
Methods
Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the typeOfQueryParam property.
Returns:
possible object is String
public java.lang.String getTypeOfQueryParam()
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the typeOfQueryParam property.
Parameters:
value - allowed object is String
public void setTypeOfQueryParam(java.lang.String value)

Class: Resultset   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Resultset
  extends java.lang.Object
Fields
protected java.lang.String name
protected java.util.List returnScalarOrReturnOrReturnJoinOrLoadCollection
Constructors
public Resultset()
Methods
Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the returnScalarOrReturnOrReturnJoinOrLoadCollection property.

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 returnScalarOrReturnOrReturnJoinOrLoadCollection property.

For example, to add a new item, do as follows:

    getReturnScalarOrReturnOrReturnJoinOrLoadCollection().add(newItem);
 

Objects of the following type(s) are allowed in the list ReturnScalar Return ReturnJoin LoadCollection
public java.util.List getReturnScalarOrReturnOrReturnJoinOrLoadCollection()

Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)

Class: Return   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Return
  extends java.lang.Object
Fields
protected java.lang.String alias
protected java.lang.String clazz
protected java.lang.String entityName
protected java.lang.String lockMode
protected java.util.List returnDiscriminatorOrReturnProperty
Constructors
public Return()
Methods
Gets the value of the alias property.
Returns:
possible object is String
public java.lang.String getAlias()
Gets the value of the clazz property.
Returns:
possible object is String
public java.lang.String getClazz()
Gets the value of the entityName property.
Returns:
possible object is String
public java.lang.String getEntityName()
Gets the value of the lockMode property.
Returns:
possible object is String
public java.lang.String getLockMode()
Gets the value of the returnDiscriminatorOrReturnProperty property.

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 returnDiscriminatorOrReturnProperty property.

For example, to add a new item, do as follows:

    getReturnDiscriminatorOrReturnProperty().add(newItem);
 

Objects of the following type(s) are allowed in the list ReturnDiscriminator ReturnProperty
public java.util.List getReturnDiscriminatorOrReturnProperty()

Sets the value of the alias property.
Parameters:
value - allowed object is String
public void setAlias(java.lang.String value)
Sets the value of the clazz property.
Parameters:
value - allowed object is String
public void setClazz(java.lang.String value)
Sets the value of the entityName property.
Parameters:
value - allowed object is String
public void setEntityName(java.lang.String value)
Sets the value of the lockMode property.
Parameters:
value - allowed object is String
public void setLockMode(java.lang.String value)

Class: ReturnColumn   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.ReturnColumn
  extends java.lang.Object
Fields
protected java.lang.String name
Constructors
public ReturnColumn()
Methods
Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)

Class: ReturnDiscriminator   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.ReturnDiscriminator
  extends java.lang.Object
Fields
protected java.lang.String column
Constructors
public ReturnDiscriminator()
Methods
Gets the value of the column property.
Returns:
possible object is String
public java.lang.String getColumn()
Sets the value of the column property.
Parameters:
value - allowed object is String
public void setColumn(java.lang.String value)

Class: ReturnJoin   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.ReturnJoin
  extends java.lang.Object
Fields
protected java.lang.String alias
protected java.lang.String lockMode
protected java.lang.String property
protected java.util.List returnProperty
Constructors
public ReturnJoin()
Methods
Gets the value of the alias property.
Returns:
possible object is String
public java.lang.String getAlias()
Gets the value of the lockMode property.
Returns:
possible object is String
public java.lang.String getLockMode()
Gets the value of the property property.
Returns:
possible object is String
public java.lang.String getProperty()
Gets the value of the returnProperty property.

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 returnProperty property.

For example, to add a new item, do as follows:

    getReturnProperty().add(newItem);
 

Objects of the following type(s) are allowed in the list ReturnProperty
public java.util.List getReturnProperty()

Sets the value of the alias property.
Parameters:
value - allowed object is String
public void setAlias(java.lang.String value)
Sets the value of the lockMode property.
Parameters:
value - allowed object is String
public void setLockMode(java.lang.String value)
Sets the value of the property property.
Parameters:
value - allowed object is String
public void setProperty(java.lang.String value)

Class: ReturnProperty   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.ReturnProperty
  extends java.lang.Object
Fields
protected java.lang.String column
protected java.lang.String name
protected java.util.List returnColumn
Constructors
public ReturnProperty()
Methods
Gets the value of the column property.
Returns:
possible object is String
public java.lang.String getColumn()
Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the returnColumn property.

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 returnColumn property.

For example, to add a new item, do as follows:

    getReturnColumn().add(newItem);
 

Objects of the following type(s) are allowed in the list ReturnColumn
public java.util.List getReturnColumn()

Sets the value of the column property.
Parameters:
value - allowed object is String
public void setColumn(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)

Class: ReturnScalar   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.ReturnScalar
  extends java.lang.Object
Fields
protected java.lang.String column
protected java.lang.String typeOfReturnScalar
Constructors
public ReturnScalar()
Methods
Gets the value of the column property.
Returns:
possible object is String
public java.lang.String getColumn()
Gets the value of the typeOfReturnScalar property.
Returns:
possible object is String
public java.lang.String getTypeOfReturnScalar()
Sets the value of the column property.
Parameters:
value - allowed object is String
public void setColumn(java.lang.String value)
Sets the value of the typeOfReturnScalar property.
Parameters:
value - allowed object is String
public void setTypeOfReturnScalar(java.lang.String value)

Class: Set   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Set
  extends java.lang.Object
Fields
protected java.lang.String access
protected java.lang.String batchSize
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Cache cache
protected java.lang.String cascade
protected java.lang.String catalog
protected java.lang.String check
protected java.lang.String collectionType
protected java.lang.String comment
protected java.util.List elementOrOneToManyOrManyToManyOrCompositeElementOrManyToAny
protected java.lang.String embedXml
protected java.lang.String fetch
protected java.util.List filter
protected java.lang.String inverse
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Key key
protected java.lang.String lazy
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader loader
protected java.util.List meta
protected java.lang.String mutable
protected java.lang.String name
protected java.lang.String node
protected java.lang.String optimisticLock
protected java.lang.String orderBy
protected java.lang.String outerJoin
protected java.lang.String persister
protected java.lang.String schema
protected java.lang.String sort
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete sqlDelete
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDeleteAll sqlDeleteAll
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert sqlInsert
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate sqlUpdate
protected java.lang.String subselect
protected java.lang.String subselectOfSet
protected java.util.List synchronize
protected java.lang.String table
protected java.lang.String where
Constructors
public Set()
Methods
Gets the value of the access property.
Returns:
possible object is String
public java.lang.String getAccess()
Gets the value of the batchSize property.
Returns:
possible object is String
public java.lang.String getBatchSize()
Gets the value of the cache property.
Returns:
possible object is Cache
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Cache getCache()
Gets the value of the cascade property.
Returns:
possible object is String
public java.lang.String getCascade()
Gets the value of the catalog property.
Returns:
possible object is String
public java.lang.String getCatalog()
Gets the value of the check property.
Returns:
possible object is String
public java.lang.String getCheck()
Gets the value of the collectionType property.
Returns:
possible object is String
public java.lang.String getCollectionType()
Gets the value of the comment property.
Returns:
possible object is String
public java.lang.String getComment()
Gets the value of the elementOrOneToManyOrManyToManyOrCompositeElementOrManyToAny property.

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 elementOrOneToManyOrManyToManyOrCompositeElementOrManyToAny property.

For example, to add a new item, do as follows:

    getElementOrOneToManyOrManyToManyOrCompositeElementOrManyToAny().add(newItem);
 

Objects of the following type(s) are allowed in the list Element OneToMany ManyToMany CompositeElement ManyToAny
public java.util.List getElementOrOneToManyOrManyToManyOrCompositeElementOrManyToAny()

Gets the value of the embedXml property.
Returns:
possible object is String
public java.lang.String getEmbedXml()
Gets the value of the fetch property.
Returns:
possible object is String
public java.lang.String getFetch()
Gets the value of the filter property.

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 filter property.

For example, to add a new item, do as follows:

    getFilter().add(newItem);
 

Objects of the following type(s) are allowed in the list Filter
public java.util.List getFilter()

Gets the value of the inverse property.
Returns:
possible object is String
public java.lang.String getInverse()
Gets the value of the key property.
Returns:
possible object is Key
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Key getKey()
Gets the value of the lazy property.
Returns:
possible object is String
public java.lang.String getLazy()
Gets the value of the loader property.
Returns:
possible object is Loader
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader getLoader()
Gets the value of the meta property.

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 meta property.

For example, to add a new item, do as follows:

    getMeta().add(newItem);
 

Objects of the following type(s) are allowed in the list Meta
public java.util.List getMeta()

Gets the value of the mutable property.
Returns:
possible object is String
public java.lang.String getMutable()
Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the node property.
Returns:
possible object is String
public java.lang.String getNode()
Gets the value of the optimisticLock property.
Returns:
possible object is String
public java.lang.String getOptimisticLock()
Gets the value of the orderBy property.
Returns:
possible object is String
public java.lang.String getOrderBy()
Gets the value of the outerJoin property.
Returns:
possible object is String
public java.lang.String getOuterJoin()
Gets the value of the persister property.
Returns:
possible object is String
public java.lang.String getPersister()
Gets the value of the schema property.
Returns:
possible object is String
public java.lang.String getSchema()
Gets the value of the sort property.
Returns:
possible object is String
public java.lang.String getSort()
Gets the value of the sqlDelete property.
Returns:
possible object is SqlDelete
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete getSqlDelete()
Gets the value of the sqlDeleteAll property.
Returns:
possible object is SqlDeleteAll
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDeleteAll getSqlDeleteAll()
Gets the value of the sqlInsert property.
Returns:
possible object is SqlInsert
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert getSqlInsert()
Gets the value of the sqlUpdate property.
Returns:
possible object is SqlUpdate
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate getSqlUpdate()
Gets the value of the subselect property.
Returns:
possible object is String
public java.lang.String getSubselect()
Gets the value of the subselectOfSet property.
Returns:
possible object is String
public java.lang.String getSubselectOfSet()
Gets the value of the synchronize property.

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 synchronize property.

For example, to add a new item, do as follows:

    getSynchronize().add(newItem);
 

Objects of the following type(s) are allowed in the list Synchronize
public java.util.List getSynchronize()

Gets the value of the table property.
Returns:
possible object is String
public java.lang.String getTable()
Gets the value of the where property.
Returns:
possible object is String
public java.lang.String getWhere()
Sets the value of the access property.
Parameters:
value - allowed object is String
public void setAccess(java.lang.String value)
Sets the value of the batchSize property.
Parameters:
value - allowed object is String
public void setBatchSize(java.lang.String value)
Sets the value of the cache property.
Parameters:
value - allowed object is Cache
public void setCache(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Cache value)
Sets the value of the cascade property.
Parameters:
value - allowed object is String
public void setCascade(java.lang.String value)
Sets the value of the catalog property.
Parameters:
value - allowed object is String
public void setCatalog(java.lang.String value)
Sets the value of the check property.
Parameters:
value - allowed object is String
public void setCheck(java.lang.String value)
Sets the value of the collectionType property.
Parameters:
value - allowed object is String
public void setCollectionType(java.lang.String value)
Sets the value of the comment property.
Parameters:
value - allowed object is String
public void setComment(java.lang.String value)
Sets the value of the embedXml property.
Parameters:
value - allowed object is String
public void setEmbedXml(java.lang.String value)
Sets the value of the fetch property.
Parameters:
value - allowed object is String
public void setFetch(java.lang.String value)
Sets the value of the inverse property.
Parameters:
value - allowed object is String
public void setInverse(java.lang.String value)
Sets the value of the key property.
Parameters:
value - allowed object is Key
public void setKey(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Key value)
Sets the value of the lazy property.
Parameters:
value - allowed object is String
public void setLazy(java.lang.String value)
Sets the value of the loader property.
Parameters:
value - allowed object is Loader
public void setLoader(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader value)
Sets the value of the mutable property.
Parameters:
value - allowed object is String
public void setMutable(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the node property.
Parameters:
value - allowed object is String
public void setNode(java.lang.String value)
Sets the value of the optimisticLock property.
Parameters:
value - allowed object is String
public void setOptimisticLock(java.lang.String value)
Sets the value of the orderBy property.
Parameters:
value - allowed object is String
public void setOrderBy(java.lang.String value)
Sets the value of the outerJoin property.
Parameters:
value - allowed object is String
public void setOuterJoin(java.lang.String value)
Sets the value of the persister property.
Parameters:
value - allowed object is String
public void setPersister(java.lang.String value)
Sets the value of the schema property.
Parameters:
value - allowed object is String
public void setSchema(java.lang.String value)
Sets the value of the sort property.
Parameters:
value - allowed object is String
public void setSort(java.lang.String value)
Sets the value of the sqlDelete property.
Parameters:
value - allowed object is SqlDelete
public void setSqlDelete(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete value)
Sets the value of the sqlDeleteAll property.
Parameters:
value - allowed object is SqlDeleteAll
public void setSqlDeleteAll(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDeleteAll value)
Sets the value of the sqlInsert property.
Parameters:
value - allowed object is SqlInsert
public void setSqlInsert(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert value)
Sets the value of the sqlUpdate property.
Parameters:
value - allowed object is SqlUpdate
public void setSqlUpdate(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate value)
Sets the value of the subselect property.
Parameters:
value - allowed object is String
public void setSubselect(java.lang.String value)
Sets the value of the subselectOfSet property.
Parameters:
value - allowed object is String
public void setSubselectOfSet(java.lang.String value)
Sets the value of the table property.
Parameters:
value - allowed object is String
public void setTable(java.lang.String value)
Sets the value of the where property.
Parameters:
value - allowed object is String
public void setWhere(java.lang.String value)

Class: SqlDelete   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete
  extends java.lang.Object
Fields
protected java.lang.String callable
protected java.lang.String check
protected java.lang.String value
Constructors
public SqlDelete()
Methods
Gets the value of the callable property.
Returns:
possible object is String
public java.lang.String getCallable()
Gets the value of the check property.
Returns:
possible object is String
public java.lang.String getCheck()
Gets the value of the value property.
Returns:
possible object is String
public java.lang.String getvalue()
Sets the value of the callable property.
Parameters:
value - allowed object is String
public void setCallable(java.lang.String value)
Sets the value of the check property.
Parameters:
value - allowed object is String
public void setCheck(java.lang.String value)
Sets the value of the value property.
Parameters:
value - allowed object is String
public void setvalue(java.lang.String value)

Class: SqlDeleteAll   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDeleteAll
  extends java.lang.Object
Fields
protected java.lang.String callable
protected java.lang.String check
protected java.lang.String value
Constructors
public SqlDeleteAll()
Methods
Gets the value of the callable property.
Returns:
possible object is String
public java.lang.String getCallable()
Gets the value of the check property.
Returns:
possible object is String
public java.lang.String getCheck()
Gets the value of the value property.
Returns:
possible object is String
public java.lang.String getvalue()
Sets the value of the callable property.
Parameters:
value - allowed object is String
public void setCallable(java.lang.String value)
Sets the value of the check property.
Parameters:
value - allowed object is String
public void setCheck(java.lang.String value)
Sets the value of the value property.
Parameters:
value - allowed object is String
public void setvalue(java.lang.String value)

Class: SqlInsert   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert
  extends java.lang.Object
Fields
protected java.lang.String callable
protected java.lang.String check
protected java.lang.String value
Constructors
public SqlInsert()
Methods
Gets the value of the callable property.
Returns:
possible object is String
public java.lang.String getCallable()
Gets the value of the check property.
Returns:
possible object is String
public java.lang.String getCheck()
Gets the value of the value property.
Returns:
possible object is String
public java.lang.String getvalue()
Sets the value of the callable property.
Parameters:
value - allowed object is String
public void setCallable(java.lang.String value)
Sets the value of the check property.
Parameters:
value - allowed object is String
public void setCheck(java.lang.String value)
Sets the value of the value property.
Parameters:
value - allowed object is String
public void setvalue(java.lang.String value)

Class: SqlQuery   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlQuery
  extends java.lang.Object
Fields
protected java.lang.String cacheable
protected java.lang.String cacheMode
protected java.lang.String cacheRegion
protected java.lang.String callable
protected java.lang.String comment
protected java.lang.String fetchSize
protected java.lang.String flushMode
protected java.lang.String name
protected java.lang.String readOnly
protected java.lang.String resultsetRef
protected java.lang.String timeout
protected java.lang.String value
Constructors
public SqlQuery()
Methods
Gets the value of the cacheable property.
Returns:
possible object is String
public java.lang.String getCacheable()
Gets the value of the cacheMode property.
Returns:
possible object is String
public java.lang.String getCacheMode()
Gets the value of the cacheRegion property.
Returns:
possible object is String
public java.lang.String getCacheRegion()
Gets the value of the callable property.
Returns:
possible object is String
public java.lang.String getCallable()
Gets the value of the comment property.
Returns:
possible object is String
public java.lang.String getComment()
Gets the value of the fetchSize property.
Returns:
possible object is String
public java.lang.String getFetchSize()
Gets the value of the flushMode property.
Returns:
possible object is String
public java.lang.String getFlushMode()
Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the readOnly property.
Returns:
possible object is String
public java.lang.String getReadOnly()
Gets the value of the resultsetRef property.
Returns:
possible object is String
public java.lang.String getResultsetRef()
Gets the value of the timeout property.
Returns:
possible object is String
public java.lang.String getTimeout()
Gets the value of the value property.
Returns:
possible object is String
public java.lang.String getvalue()
Sets the value of the cacheable property.
Parameters:
value - allowed object is String
public void setCacheable(java.lang.String value)
Sets the value of the cacheMode property.
Parameters:
value - allowed object is String
public void setCacheMode(java.lang.String value)
Sets the value of the cacheRegion property.
Parameters:
value - allowed object is String
public void setCacheRegion(java.lang.String value)
Sets the value of the callable property.
Parameters:
value - allowed object is String
public void setCallable(java.lang.String value)
Sets the value of the comment property.
Parameters:
value - allowed object is String
public void setComment(java.lang.String value)
Sets the value of the fetchSize property.
Parameters:
value - allowed object is String
public void setFetchSize(java.lang.String value)
Sets the value of the flushMode property.
Parameters:
value - allowed object is String
public void setFlushMode(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the readOnly property.
Parameters:
value - allowed object is String
public void setReadOnly(java.lang.String value)
Sets the value of the resultsetRef property.
Parameters:
value - allowed object is String
public void setResultsetRef(java.lang.String value)
Sets the value of the timeout property.
Parameters:
value - allowed object is String
public void setTimeout(java.lang.String value)
Sets the value of the value property.
Parameters:
value - allowed object is String
public void setvalue(java.lang.String value)

Class: SqlUpdate   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate
  extends java.lang.Object
Fields
protected java.lang.String callable
protected java.lang.String check
protected java.lang.String value
Constructors
public SqlUpdate()
Methods
Gets the value of the callable property.
Returns:
possible object is String
public java.lang.String getCallable()
Gets the value of the check property.
Returns:
possible object is String
public java.lang.String getCheck()
Gets the value of the value property.
Returns:
possible object is String
public java.lang.String getvalue()
Sets the value of the callable property.
Parameters:
value - allowed object is String
public void setCallable(java.lang.String value)
Sets the value of the check property.
Parameters:
value - allowed object is String
public void setCheck(java.lang.String value)
Sets the value of the value property.
Parameters:
value - allowed object is String
public void setvalue(java.lang.String value)

Class: Subclass   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Subclass
  extends java.lang.Object
Fields
protected java.lang.String _abstract
protected java.lang.String _extends
protected java.lang.String batchSize
protected java.lang.String discriminatorValue
protected java.lang.String dynamicInsert
protected java.lang.String dynamicUpdate
protected java.lang.String entityName
protected java.util.List fetchProfile
protected java.util.List join
protected java.lang.String lazy
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader loader
protected java.util.List meta
protected java.lang.String name
protected java.lang.String node
protected java.lang.String persister
protected java.util.List propertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrAnyOrMapOrSetOrListOrBagOrIdbagOrArrayOrPrimitiveArray
protected java.lang.String proxy
protected java.util.List queryOrSqlQuery
protected java.util.List resultset
protected java.lang.String selectBeforeUpdate
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete sqlDelete
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert sqlInsert
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate sqlUpdate
protected java.util.List subclass
protected java.util.List synchronize
protected java.util.List tuplizer
Constructors
public Subclass()
Methods
Gets the value of the abstract property.
Returns:
possible object is String
public java.lang.String getAbstract()
Gets the value of the batchSize property.
Returns:
possible object is String
public java.lang.String getBatchSize()
Gets the value of the discriminatorValue property.
Returns:
possible object is String
public java.lang.String getDiscriminatorValue()
Gets the value of the dynamicInsert property.
Returns:
possible object is String
public java.lang.String getDynamicInsert()
Gets the value of the dynamicUpdate property.
Returns:
possible object is String
public java.lang.String getDynamicUpdate()
Gets the value of the entityName property.
Returns:
possible object is String
public java.lang.String getEntityName()
Gets the value of the extends property.
Returns:
possible object is String
public java.lang.String getExtends()
Gets the value of the fetchProfile property.

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 fetchProfile property.

For example, to add a new item, do as follows:

    getFetchProfile().add(newItem);
 

Objects of the following type(s) are allowed in the list FetchProfile
public java.util.List getFetchProfile()

Gets the value of the join property.

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 join property.

For example, to add a new item, do as follows:

    getJoin().add(newItem);
 

Objects of the following type(s) are allowed in the list Join
public java.util.List getJoin()

Gets the value of the lazy property.
Returns:
possible object is String
public java.lang.String getLazy()
Gets the value of the loader property.
Returns:
possible object is Loader
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader getLoader()
Gets the value of the meta property.

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 meta property.

For example, to add a new item, do as follows:

    getMeta().add(newItem);
 

Objects of the following type(s) are allowed in the list Meta
public java.util.List getMeta()

Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the node property.
Returns:
possible object is String
public java.lang.String getNode()
Gets the value of the persister property.
Returns:
possible object is String
public java.lang.String getPersister()
Gets the value of the propertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrAnyOrMapOrSetOrListOrBagOrIdbagOrArrayOrPrimitiveArray property.

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 propertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrAnyOrMapOrSetOrListOrBagOrIdbagOrArrayOrPrimitiveArray property.

For example, to add a new item, do as follows:

    getPropertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrAnyOrMapOrSetOrListOrBagOrIdbagOrArrayOrPrimitiveArray().add(newItem);
 

Objects of the following type(s) are allowed in the list Property ManyToOne OneToOne Component DynamicComponent Any Map Set com.arsi.mj.maprpt.entity.hibgen.hbmxjc.List Bag Idbag Array PrimitiveArray
public java.util.List getPropertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrAnyOrMapOrSetOrListOrBagOrIdbagOrArrayOrPrimitiveArray()

Gets the value of the proxy property.
Returns:
possible object is String
public java.lang.String getProxy()
Gets the value of the queryOrSqlQuery property.

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 queryOrSqlQuery property.

For example, to add a new item, do as follows:

    getQueryOrSqlQuery().add(newItem);
 

Objects of the following type(s) are allowed in the list Query SqlQuery
public java.util.List getQueryOrSqlQuery()

Gets the value of the resultset property.

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 resultset property.

For example, to add a new item, do as follows:

    getResultset().add(newItem);
 

Objects of the following type(s) are allowed in the list Resultset
public java.util.List getResultset()

Gets the value of the selectBeforeUpdate property.
Returns:
possible object is String
public java.lang.String getSelectBeforeUpdate()
Gets the value of the sqlDelete property.
Returns:
possible object is SqlDelete
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete getSqlDelete()
Gets the value of the sqlInsert property.
Returns:
possible object is SqlInsert
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert getSqlInsert()
Gets the value of the sqlUpdate property.
Returns:
possible object is SqlUpdate
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate getSqlUpdate()
Gets the value of the subclass property.

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 subclass property.

For example, to add a new item, do as follows:

    getSubclass().add(newItem);
 

Objects of the following type(s) are allowed in the list Subclass
public java.util.List getSubclass()

Gets the value of the synchronize property.

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 synchronize property.

For example, to add a new item, do as follows:

    getSynchronize().add(newItem);
 

Objects of the following type(s) are allowed in the list Synchronize
public java.util.List getSynchronize()

Gets the value of the tuplizer property.

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 tuplizer property.

For example, to add a new item, do as follows:

    getTuplizer().add(newItem);
 

Objects of the following type(s) are allowed in the list Tuplizer
public java.util.List getTuplizer()

Sets the value of the abstract property.
Parameters:
value - allowed object is String
public void setAbstract(java.lang.String value)
Sets the value of the batchSize property.
Parameters:
value - allowed object is String
public void setBatchSize(java.lang.String value)
Sets the value of the discriminatorValue property.
Parameters:
value - allowed object is String
public void setDiscriminatorValue(java.lang.String value)
Sets the value of the dynamicInsert property.
Parameters:
value - allowed object is String
public void setDynamicInsert(java.lang.String value)
Sets the value of the dynamicUpdate property.
Parameters:
value - allowed object is String
public void setDynamicUpdate(java.lang.String value)
Sets the value of the entityName property.
Parameters:
value - allowed object is String
public void setEntityName(java.lang.String value)
Sets the value of the extends property.
Parameters:
value - allowed object is String
public void setExtends(java.lang.String value)
Sets the value of the lazy property.
Parameters:
value - allowed object is String
public void setLazy(java.lang.String value)
Sets the value of the loader property.
Parameters:
value - allowed object is Loader
public void setLoader(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the node property.
Parameters:
value - allowed object is String
public void setNode(java.lang.String value)
Sets the value of the persister property.
Parameters:
value - allowed object is String
public void setPersister(java.lang.String value)
Sets the value of the proxy property.
Parameters:
value - allowed object is String
public void setProxy(java.lang.String value)
Sets the value of the selectBeforeUpdate property.
Parameters:
value - allowed object is String
public void setSelectBeforeUpdate(java.lang.String value)
Sets the value of the sqlDelete property.
Parameters:
value - allowed object is SqlDelete
public void setSqlDelete(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete value)
Sets the value of the sqlInsert property.
Parameters:
value - allowed object is SqlInsert
public void setSqlInsert(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert value)
Sets the value of the sqlUpdate property.
Parameters:
value - allowed object is SqlUpdate
public void setSqlUpdate(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate value)

Class: Synchronize   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Synchronize
  extends java.lang.Object
Fields
protected java.lang.String table
Constructors
public Synchronize()
Methods
Gets the value of the table property.
Returns:
possible object is String
public java.lang.String getTable()
Sets the value of the table property.
Parameters:
value - allowed object is String
public void setTable(java.lang.String value)

Class: Timestamp   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Timestamp
  extends java.lang.Object
Fields
protected java.lang.String access
protected java.lang.String column
protected java.lang.String generated
protected java.util.List meta
protected java.lang.String name
protected java.lang.String node
protected java.lang.String source
protected java.lang.String unsavedValue
Constructors
public Timestamp()
Methods
Gets the value of the access property.
Returns:
possible object is String
public java.lang.String getAccess()
Gets the value of the column property.
Returns:
possible object is String
public java.lang.String getColumn()
Gets the value of the generated property.
Returns:
possible object is String
public java.lang.String getGenerated()
Gets the value of the meta property.

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 meta property.

For example, to add a new item, do as follows:

    getMeta().add(newItem);
 

Objects of the following type(s) are allowed in the list Meta
public java.util.List getMeta()

Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the node property.
Returns:
possible object is String
public java.lang.String getNode()
Gets the value of the source property.
Returns:
possible object is String
public java.lang.String getSource()
Gets the value of the unsavedValue property.
Returns:
possible object is String
public java.lang.String getUnsavedValue()
Sets the value of the access property.
Parameters:
value - allowed object is String
public void setAccess(java.lang.String value)
Sets the value of the column property.
Parameters:
value - allowed object is String
public void setColumn(java.lang.String value)
Sets the value of the generated property.
Parameters:
value - allowed object is String
public void setGenerated(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the node property.
Parameters:
value - allowed object is String
public void setNode(java.lang.String value)
Sets the value of the source property.
Parameters:
value - allowed object is String
public void setSource(java.lang.String value)
Sets the value of the unsavedValue property.
Parameters:
value - allowed object is String
public void setUnsavedValue(java.lang.String value)

Class: Tuplizer   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Tuplizer
  extends java.lang.Object
Fields
protected java.lang.String clazz
protected java.lang.String entityMode
Constructors
public Tuplizer()
Methods
Gets the value of the clazz property.
Returns:
possible object is String
public java.lang.String getClazz()
Gets the value of the entityMode property.
Returns:
possible object is String
public java.lang.String getEntityMode()
Sets the value of the clazz property.
Parameters:
value - allowed object is String
public void setClazz(java.lang.String value)
Sets the value of the entityMode property.
Parameters:
value - allowed object is String
public void setEntityMode(java.lang.String value)

Class: Type   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Type
  extends java.lang.Object
Fields
protected java.lang.String name
protected java.util.List param
Constructors
public Type()
Methods
Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the param property.

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 param property.

For example, to add a new item, do as follows:

    getParam().add(newItem);
 

Objects of the following type(s) are allowed in the list Param
public java.util.List getParam()

Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)

Class: Typedef   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Typedef
  extends java.lang.Object
Fields
protected java.lang.String clazz
protected java.lang.String name
protected java.util.List param
Constructors
public Typedef()
Methods
Gets the value of the clazz property.
Returns:
possible object is String
public java.lang.String getClazz()
Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the param property.

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 param property.

For example, to add a new item, do as follows:

    getParam().add(newItem);
 

Objects of the following type(s) are allowed in the list Param
public java.util.List getParam()

Sets the value of the clazz property.
Parameters:
value - allowed object is String
public void setClazz(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)

Class: UnionSubclass   previous next package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.UnionSubclass
  extends java.lang.Object
Fields
protected java.lang.String _abstract
protected java.lang.String _extends
protected java.lang.String batchSize
protected java.lang.String catalog
protected java.lang.String check
protected java.lang.String comment
protected java.lang.String dynamicInsert
protected java.lang.String dynamicUpdate
protected java.lang.String entityName
protected java.util.List fetchProfile
protected java.lang.String lazy
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader loader
protected java.util.List meta
protected java.lang.String name
protected java.lang.String node
protected java.lang.String persister
protected java.util.List propertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrPropertiesOrAnyOrMapOrSetOrListOrBagOrIdbagOrArrayOrPrimitiveArray
protected java.lang.String proxy
protected java.util.List queryOrSqlQuery
protected java.util.List resultset
protected java.lang.String schema
protected java.lang.String selectBeforeUpdate
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete sqlDelete
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert sqlInsert
protected com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate sqlUpdate
protected java.lang.String subselect
protected java.lang.String subselectOfUnionSubclass
protected java.util.List synchronize
protected java.lang.String table
protected java.util.List tuplizer
protected java.util.List unionSubclass
Constructors
public UnionSubclass()
Methods
Gets the value of the abstract property.
Returns:
possible object is String
public java.lang.String getAbstract()
Gets the value of the batchSize property.
Returns:
possible object is String
public java.lang.String getBatchSize()
Gets the value of the catalog property.
Returns:
possible object is String
public java.lang.String getCatalog()
Gets the value of the check property.
Returns:
possible object is String
public java.lang.String getCheck()
Gets the value of the comment property.
Returns:
possible object is String
public java.lang.String getComment()
Gets the value of the dynamicInsert property.
Returns:
possible object is String
public java.lang.String getDynamicInsert()
Gets the value of the dynamicUpdate property.
Returns:
possible object is String
public java.lang.String getDynamicUpdate()
Gets the value of the entityName property.
Returns:
possible object is String
public java.lang.String getEntityName()
Gets the value of the extends property.
Returns:
possible object is String
public java.lang.String getExtends()
Gets the value of the fetchProfile property.

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 fetchProfile property.

For example, to add a new item, do as follows:

    getFetchProfile().add(newItem);
 

Objects of the following type(s) are allowed in the list FetchProfile
public java.util.List getFetchProfile()

Gets the value of the lazy property.
Returns:
possible object is String
public java.lang.String getLazy()
Gets the value of the loader property.
Returns:
possible object is Loader
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader getLoader()
Gets the value of the meta property.

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 meta property.

For example, to add a new item, do as follows:

    getMeta().add(newItem);
 

Objects of the following type(s) are allowed in the list Meta
public java.util.List getMeta()

Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the node property.
Returns:
possible object is String
public java.lang.String getNode()
Gets the value of the persister property.
Returns:
possible object is String
public java.lang.String getPersister()
Gets the value of the propertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrPropertiesOrAnyOrMapOrSetOrListOrBagOrIdbagOrArrayOrPrimitiveArray property.

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 propertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrPropertiesOrAnyOrMapOrSetOrListOrBagOrIdbagOrArrayOrPrimitiveArray property.

For example, to add a new item, do as follows:

    getPropertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrPropertiesOrAnyOrMapOrSetOrListOrBagOrIdbagOrArrayOrPrimitiveArray().add(newItem);
 

Objects of the following type(s) are allowed in the list Property ManyToOne OneToOne Component DynamicComponent Properties Any Map Set com.arsi.mj.maprpt.entity.hibgen.hbmxjc.List Bag Idbag Array PrimitiveArray
public java.util.List getPropertyOrManyToOneOrOneToOneOrComponentOrDynamicComponentOrPropertiesOrAnyOrMapOrSetOrListOrBagOrIdbagOrArrayOrPrimitiveArray()

Gets the value of the proxy property.
Returns:
possible object is String
public java.lang.String getProxy()
Gets the value of the queryOrSqlQuery property.

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 queryOrSqlQuery property.

For example, to add a new item, do as follows:

    getQueryOrSqlQuery().add(newItem);
 

Objects of the following type(s) are allowed in the list Query SqlQuery
public java.util.List getQueryOrSqlQuery()

Gets the value of the resultset property.

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 resultset property.

For example, to add a new item, do as follows:

    getResultset().add(newItem);
 

Objects of the following type(s) are allowed in the list Resultset
public java.util.List getResultset()

Gets the value of the schema property.
Returns:
possible object is String
public java.lang.String getSchema()
Gets the value of the selectBeforeUpdate property.
Returns:
possible object is String
public java.lang.String getSelectBeforeUpdate()
Gets the value of the sqlDelete property.
Returns:
possible object is SqlDelete
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete getSqlDelete()
Gets the value of the sqlInsert property.
Returns:
possible object is SqlInsert
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert getSqlInsert()
Gets the value of the sqlUpdate property.
Returns:
possible object is SqlUpdate
public com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate getSqlUpdate()
Gets the value of the subselect property.
Returns:
possible object is String
public java.lang.String getSubselect()
Gets the value of the subselectOfUnionSubclass property.
Returns:
possible object is String
public java.lang.String getSubselectOfUnionSubclass()
Gets the value of the synchronize property.

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 synchronize property.

For example, to add a new item, do as follows:

    getSynchronize().add(newItem);
 

Objects of the following type(s) are allowed in the list Synchronize
public java.util.List getSynchronize()

Gets the value of the table property.
Returns:
possible object is String
public java.lang.String getTable()
Gets the value of the tuplizer property.

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 tuplizer property.

For example, to add a new item, do as follows:

    getTuplizer().add(newItem);
 

Objects of the following type(s) are allowed in the list Tuplizer
public java.util.List getTuplizer()

Gets the value of the unionSubclass property.

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 unionSubclass property.

For example, to add a new item, do as follows:

    getUnionSubclass().add(newItem);
 

Objects of the following type(s) are allowed in the list UnionSubclass
public java.util.List getUnionSubclass()

Sets the value of the abstract property.
Parameters:
value - allowed object is String
public void setAbstract(java.lang.String value)
Sets the value of the batchSize property.
Parameters:
value - allowed object is String
public void setBatchSize(java.lang.String value)
Sets the value of the catalog property.
Parameters:
value - allowed object is String
public void setCatalog(java.lang.String value)
Sets the value of the check property.
Parameters:
value - allowed object is String
public void setCheck(java.lang.String value)
Sets the value of the comment property.
Parameters:
value - allowed object is String
public void setComment(java.lang.String value)
Sets the value of the dynamicInsert property.
Parameters:
value - allowed object is String
public void setDynamicInsert(java.lang.String value)
Sets the value of the dynamicUpdate property.
Parameters:
value - allowed object is String
public void setDynamicUpdate(java.lang.String value)
Sets the value of the entityName property.
Parameters:
value - allowed object is String
public void setEntityName(java.lang.String value)
Sets the value of the extends property.
Parameters:
value - allowed object is String
public void setExtends(java.lang.String value)
Sets the value of the lazy property.
Parameters:
value - allowed object is String
public void setLazy(java.lang.String value)
Sets the value of the loader property.
Parameters:
value - allowed object is Loader
public void setLoader(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Loader value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the node property.
Parameters:
value - allowed object is String
public void setNode(java.lang.String value)
Sets the value of the persister property.
Parameters:
value - allowed object is String
public void setPersister(java.lang.String value)
Sets the value of the proxy property.
Parameters:
value - allowed object is String
public void setProxy(java.lang.String value)
Sets the value of the schema property.
Parameters:
value - allowed object is String
public void setSchema(java.lang.String value)
Sets the value of the selectBeforeUpdate property.
Parameters:
value - allowed object is String
public void setSelectBeforeUpdate(java.lang.String value)
Sets the value of the sqlDelete property.
Parameters:
value - allowed object is SqlDelete
public void setSqlDelete(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlDelete value)
Sets the value of the sqlInsert property.
Parameters:
value - allowed object is SqlInsert
public void setSqlInsert(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlInsert value)
Sets the value of the sqlUpdate property.
Parameters:
value - allowed object is SqlUpdate
public void setSqlUpdate(com.arsi.mj.maprpt.entity.hibgen.hbmxjc.SqlUpdate value)
Sets the value of the subselect property.
Parameters:
value - allowed object is String
public void setSubselect(java.lang.String value)
Sets the value of the subselectOfUnionSubclass property.
Parameters:
value - allowed object is String
public void setSubselectOfUnionSubclass(java.lang.String value)
Sets the value of the table property.
Parameters:
value - allowed object is String
public void setTable(java.lang.String value)

Class: Version   previous package

public class com.arsi.mj.maprpt.entity.hibgen.hbmxjc.Version
  extends java.lang.Object
Fields
protected java.lang.String access
protected java.util.List column
protected java.lang.String columnNameOfVersion
protected java.lang.String generated
protected java.lang.String insert
protected java.util.List meta
protected java.lang.String name
protected java.lang.String node
protected java.lang.String typeOfVersion
protected java.lang.String unsavedValue
Constructors
public Version()
Methods
Gets the value of the access property.
Returns:
possible object is String
public java.lang.String getAccess()
Gets the value of the column property.

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 column property.

For example, to add a new item, do as follows:

    getColumn().add(newItem);
 

Objects of the following type(s) are allowed in the list Column
public java.util.List getColumn()

Gets the value of the columnNameOfVersion property.
Returns:
possible object is String
public java.lang.String getColumnNameOfVersion()
Gets the value of the generated property.
Returns:
possible object is String
public java.lang.String getGenerated()
Gets the value of the insert property.
Returns:
possible object is String
public java.lang.String getInsert()
Gets the value of the meta property.

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 meta property.

For example, to add a new item, do as follows:

    getMeta().add(newItem);
 

Objects of the following type(s) are allowed in the list Meta
public java.util.List getMeta()

Gets the value of the name property.
Returns:
possible object is String
public java.lang.String getName()
Gets the value of the node property.
Returns:
possible object is String
public java.lang.String getNode()
Gets the value of the typeOfVersion property.
Returns:
possible object is String
public java.lang.String getTypeOfVersion()
Gets the value of the unsavedValue property.
Returns:
possible object is String
public java.lang.String getUnsavedValue()
Sets the value of the access property.
Parameters:
value - allowed object is String
public void setAccess(java.lang.String value)
Sets the value of the columnNameOfVersion property.
Parameters:
value - allowed object is String
public void setColumnNameOfVersion(java.lang.String value)
Sets the value of the generated property.
Parameters:
value - allowed object is String
public void setGenerated(java.lang.String value)
Sets the value of the insert property.
Parameters:
value - allowed object is String
public void setInsert(java.lang.String value)
Sets the value of the name property.
Parameters:
value - allowed object is String
public void setName(java.lang.String value)
Sets the value of the node property.
Parameters:
value - allowed object is String
public void setNode(java.lang.String value)
Sets the value of the typeOfVersion property.
Parameters:
value - allowed object is String
public void setTypeOfVersion(java.lang.String value)
Sets the value of the unsavedValue property.
Parameters:
value - allowed object is String
public void setUnsavedValue(java.lang.String value)