org.exolab.castor.mapping.xml
public class ClassMapping extends Object implements Serializable
Version: $Revision: 6104 $ $Date: 2006-01-07 15:48:31 -0700 (Sat, 07 Jan 2006) $
Constructor Summary | |
---|---|
ClassMapping() |
Method Summary | |
---|---|
void | addIdentity(String vIdentity)
Method addIdentity
|
void | addIdentity(int index, String vIdentity)
Method addIdentity
|
void | addNamedQuery(NamedQuery vNamedQuery)
Method addNamedQuery
|
void | addNamedQuery(int index, NamedQuery vNamedQuery)
Method addNamedQuery
|
void | clearIdentity()
Method clearIdentity
|
void | clearNamedQuery()
Method clearNamedQuery
|
void | deleteAutoComplete()
Method deleteAutoComplete
|
void | deleteVerifyConstructable()
Method deleteVerifyConstructable
|
Enumeration | enumerateIdentity()
Method enumerateIdentity
|
Enumeration | enumerateNamedQuery()
Method enumerateNamedQuery
|
ClassMappingAccessType | getAccess()
Returns the value of field 'access'.
|
boolean | getAutoComplete()
Returns the value of field 'autoComplete'.
|
CacheTypeMapping | getCacheTypeMapping()
Returns the value of field 'cacheTypeMapping'.
|
ClassChoice | getClassChoice()
Returns the value of field 'classChoice'.
|
Object | getDepends()
Returns the value of field 'depends'.
|
String | getDescription()
Returns the value of field 'description'.
|
Object | getExtends()
Returns the value of field 'extends'.
|
String | getIdentity(int index)
Method getIdentity
|
String[] | getIdentity()
Method getIdentity
|
int | getIdentityCount()
Method getIdentityCount
|
String | getKeyGenerator()
Returns the value of field 'keyGenerator'.
|
MapTo | getMapTo()
Returns the value of field 'mapTo'.
|
String | getName()
Returns the value of field 'name'.
|
NamedQuery | getNamedQuery(int index)
Method getNamedQuery
|
NamedQuery[] | getNamedQuery()
Method getNamedQuery
|
int | getNamedQueryCount()
Method getNamedQueryCount
|
boolean | getVerifyConstructable()
Returns the value of field 'verifyConstructable'.
|
boolean | hasAutoComplete()
Method hasAutoComplete
|
boolean | hasVerifyConstructable()
Method hasVerifyConstructable
|
boolean | isValid()
Method isValid
|
void | marshal(Writer out)
Method marshal
|
void | marshal(ContentHandler handler)
Method marshal
|
boolean | removeIdentity(String vIdentity)
Method removeIdentity
|
boolean | removeNamedQuery(NamedQuery vNamedQuery)
Method removeNamedQuery
|
void | setAccess(ClassMappingAccessType access)
Sets the value of field 'access'.
|
void | setAutoComplete(boolean autoComplete)
Sets the value of field 'autoComplete'.
|
void | setCacheTypeMapping(CacheTypeMapping cacheTypeMapping)
Sets the value of field 'cacheTypeMapping'.
|
void | setClassChoice(ClassChoice classChoice)
Sets the value of field 'classChoice'.
|
void | setDepends(Object depends)
Sets the value of field 'depends'.
|
void | setDescription(String description)
Sets the value of field 'description'.
|
void | setExtends(Object _extends)
Sets the value of field 'extends'.
|
void | setIdentity(int index, String vIdentity)
Method setIdentity
|
void | setIdentity(String[] identityArray)
Method setIdentity
|
void | setKeyGenerator(String keyGenerator)
Sets the value of field 'keyGenerator'.
|
void | setMapTo(MapTo mapTo)
Sets the value of field 'mapTo'.
|
void | setName(String name)
Sets the value of field 'name'.
|
void | setNamedQuery(int index, NamedQuery vNamedQuery)
Method setNamedQuery
|
void | setNamedQuery(NamedQuery[] namedQueryArray)
Method setNamedQuery
|
void | setVerifyConstructable(boolean verifyConstructable)
Sets the value of field 'verifyConstructable'.
|
static ClassMapping | unmarshal(Reader reader)
Method unmarshal
|
void | validate()
Method validate
|
Parameters: vIdentity
Parameters: index vIdentity
Parameters: vNamedQuery
Parameters: index vNamedQuery
Returns: Enumeration
Returns: Enumeration
Returns: ClassMappingAccessType the value of field 'access'.
Returns: boolean the value of field 'autoComplete'.
Returns: CacheTypeMapping the value of field 'cacheTypeMapping'.
Returns: ClassChoice the value of field 'classChoice'.
Returns: Object the value of field 'depends'.
Returns: String the value of field 'description'.
Returns: Object the value of field 'extends'.
Parameters: index
Returns: String
Returns: String
Returns: int
Returns: String the value of field 'keyGenerator'.
Returns: MapTo the value of field 'mapTo'.
Returns: String the value of field 'name'.
Parameters: index
Returns: NamedQuery
Returns: NamedQuery
Returns: int
Returns: boolean the value of field 'verifyConstructable'.
Returns: boolean
Returns: boolean
Returns: boolean
Parameters: out
Parameters: handler
Parameters: vIdentity
Returns: boolean
Parameters: vNamedQuery
Returns: boolean
Parameters: access the value of field 'access'.
Parameters: autoComplete the value of field 'autoComplete'.
Parameters: cacheTypeMapping the value of field 'cacheTypeMapping'
Parameters: classChoice the value of field 'classChoice'.
Parameters: depends the value of field 'depends'.
Parameters: description the value of field 'description'.
Parameters: _extends extends the value of field 'extends'.
Parameters: index vIdentity
Parameters: identityArray
Parameters: keyGenerator the value of field 'keyGenerator'.
Parameters: mapTo the value of field 'mapTo'.
Parameters: name the value of field 'name'.
Parameters: index vNamedQuery
Parameters: namedQueryArray
Parameters: verifyConstructable the value of field 'verifyConstructable'.
Parameters: reader
Returns: ClassMapping