|
|||||||||
| Home >> All >> ojb >> broker >> [ metadata overview ] | PREV NEXT | ||||||||
A
- AUTO_DELETE - Static variable in class ojb.broker.metadata.CollectionDescriptorContentHandler
- AUTO_DELETE - Static variable in class ojb.broker.metadata.ReferenceDescriptorContentHandler
- AUTO_INCREMENT - Static variable in class ojb.broker.metadata.FieldDescriptorContentHandler
- AUTO_RETRIEVE - Static variable in class ojb.broker.metadata.CollectionDescriptorContentHandler
- AUTO_RETRIEVE - Static variable in class ojb.broker.metadata.ReferenceDescriptorContentHandler
- AUTO_UPDATE - Static variable in class ojb.broker.metadata.CollectionDescriptorContentHandler
- AUTO_UPDATE - Static variable in class ojb.broker.metadata.ReferenceDescriptorContentHandler
- AttributeDescriptorBase - class ojb.broker.metadata.AttributeDescriptorBase.
- is the base class for all other attribute descriptors.
- AttributeDescriptorBase() - Constructor for class ojb.broker.metadata.AttributeDescriptorBase
- Constructor declaration
- Auto_delete - Static variable in interface ojb.broker.metadata.RepositoryElements
- Auto_retrieve - Static variable in interface ojb.broker.metadata.RepositoryElements
- Auto_update - Static variable in interface ojb.broker.metadata.RepositoryElements
- Autoincrement - Static variable in interface ojb.broker.metadata.RepositoryElements
- addCollectionDescriptor(CollectionDescriptor) - Method in class ojb.broker.metadata.ClassDescriptor
- Method declaration
- addExtent(Class, ClassDescriptor) - Method in class ojb.broker.metadata.DescriptorRepository
- Add a pair of extent/classdescriptor to the extentTable to gain speed while retrieval of extents.
- addExtentClass(Class) - Method in class ojb.broker.metadata.ClassDescriptor
- Method declaration
- addFieldDescriptor(FieldDescriptor) - Method in class ojb.broker.metadata.ClassDescriptor
- adds a FIELDDESCRIPTOR to this ClassDescriptor.
- addFkToItemClass(String) - Method in class ojb.broker.metadata.CollectionDescriptor
- add a FK column pointing to the item Class
- addFkToThisClass(String) - Method in class ojb.broker.metadata.CollectionDescriptor
- add a FK column pointing to This Class
- addForeignKeyField(int) - Method in class ojb.broker.metadata.ObjectReferenceDescriptor
- add a foreign key field ID
- addObjectReferenceDescriptor(ObjectReferenceDescriptor) - Method in class ojb.broker.metadata.ClassDescriptor
- Method declaration
- alreadyLookedup - Variable in class ojb.broker.metadata.ClassDescriptor
- tells whether we tried to lookup multiargs Constructor already
- argsForConstructor - Variable in class ojb.broker.metadata.ClassDescriptor
- the types of the arguments for the attributes in m_FieldDescriptions
- ascending - Variable in class ojb.broker.metadata.CollectionDescriptor
- autoIncrement - Variable in class ojb.broker.metadata.FieldDescriptor
B
- BasicContentHandler - class ojb.broker.metadata.BasicContentHandler.
- BasicContentHandler() - Constructor for class ojb.broker.metadata.BasicContentHandler
- buildRepository(String) - Method in class ojb.broker.metadata.RepositoryPersistor
- buildRepositoryFromJdo(String) - Method in class ojb.broker.metadata.RepositoryPersistor
- Builds the repository from a .jdo file.
C
- CDFIELD_NAME - Static variable in class ojb.broker.metadata.CollectionDescriptorContentHandler
- CLASS_DESCRIPTOR - Static variable in class ojb.broker.metadata.RepositoryContentHandler
- CLASS_EXTENT - Static variable in class ojb.broker.metadata.ClassDescriptorContentHandler
- CLASS_NAME - Static variable in class ojb.broker.metadata.ClassDescriptorContentHandler
- CLASS_PROXY - Static variable in class ojb.broker.metadata.ClassDescriptorContentHandler
- COLLECTION_CLASS - Static variable in class ojb.broker.metadata.CollectionDescriptorContentHandler
- COLLECTION_DESCRIPTOR - Static variable in class ojb.broker.metadata.ClassDescriptorContentHandler
- COLUMN_NAME - Static variable in class ojb.broker.metadata.FieldDescriptorContentHandler
- COLUMN_NAME - Static variable in class ojb.broker.metadata.IndexDescriptorContentHandler
- ClassDescriptor - class ojb.broker.metadata.ClassDescriptor.
- A ClassDescriptor contains all information for mapping objects of a given class to database tables.
- ClassDescriptor() - Constructor for class ojb.broker.metadata.ClassDescriptor
- Constructor declaration
- ClassDescriptor - Static variable in interface ojb.broker.metadata.RepositoryElements
- ClassDescriptorContentHandler - class ojb.broker.metadata.ClassDescriptorContentHandler.
- ClassDescriptorContentHandler(XMLReader, ContentHandler) - Constructor for class ojb.broker.metadata.ClassDescriptorContentHandler
- ClassNotPersistenceCapableException - exception ojb.broker.metadata.ClassNotPersistenceCapableException.
- This exception is thrown if a class is not described in the MetaData Repository, and thus cannot be handled properly by OJB
- ClassNotPersistenceCapableException() - Constructor for class ojb.broker.metadata.ClassNotPersistenceCapableException
- PersistenceBrokerClassNotPersistenceCapableException constructor comment.
- ClassNotPersistenceCapableException(String) - Constructor for class ojb.broker.metadata.ClassNotPersistenceCapableException
- PersistenceBrokerClassNotPersistenceCapableException constructor comment.
- Class_extent - Static variable in interface ojb.broker.metadata.RepositoryElements
- Class_name - Static variable in interface ojb.broker.metadata.RepositoryElements
- Class_proxy - Static variable in interface ojb.broker.metadata.RepositoryElements
- CollectionDescriptor - class ojb.broker.metadata.CollectionDescriptor.
- mapping Description for member fields that are Collections
- CollectionDescriptor() - Constructor for class ojb.broker.metadata.CollectionDescriptor
- CollectionDescriptor - Static variable in interface ojb.broker.metadata.RepositoryElements
- CollectionDescriptorContentHandler - class ojb.broker.metadata.CollectionDescriptorContentHandler.
- CollectionDescriptorContentHandler(XMLReader, ContentHandler) - Constructor for class ojb.broker.metadata.CollectionDescriptorContentHandler
- Collection_class - Static variable in interface ojb.broker.metadata.RepositoryElements
- Column_name - Static variable in interface ojb.broker.metadata.RepositoryElements
- characters(char[], int, int) - Method in class ojb.broker.metadata.BasicContentHandler
- characters(char[], int, int) - Method in class ojb.broker.metadata.RepositoryXmlHandler
- characters callback.
- classDescriptor - Variable in class ojb.broker.metadata.ClassDescriptorContentHandler
- classDescriptorContentHandler - Variable in class ojb.broker.metadata.RepositoryContentHandler
- clazz - Variable in class ojb.broker.metadata.PersistentFieldDefaultImpl
- collectionClass - Variable in class ojb.broker.metadata.CollectionDescriptor
- Represents the type of the collection, if set to null, a java.util.Vector will be used.
- collectionDescriptor - Variable in class ojb.broker.metadata.CollectionDescriptorContentHandler
- collectionDescriptorContentHandler - Variable in class ojb.broker.metadata.ClassDescriptorContentHandler
- computeField(Class, String) - Method in class ojb.broker.metadata.PersistentFieldDefaultImpl
- Method declaration
- containingClass - Variable in class ojb.broker.metadata.CollectionDescriptorContentHandler
- containingClass - Variable in class ojb.broker.metadata.FieldDescriptorContentHandler
- containingClass - Variable in class ojb.broker.metadata.ReferenceDescriptorContentHandler
- createPersistentField(Class, String) - Static method in class ojb.broker.metadata.PersistentFieldFactory
- currentStringBuffer - Variable in class ojb.broker.metadata.BasicContentHandler
D
- DATASOURCE_NAME - Static variable in class ojb.broker.metadata.JDBCConnectionContentHandler
- DBMS_NAME - Static variable in class ojb.broker.metadata.JDBCConnectionContentHandler
- DRIVER_NAME - Static variable in class ojb.broker.metadata.JDBCConnectionContentHandler
- Datasource_name - Static variable in interface ojb.broker.metadata.RepositoryElements
- Dbms_name - Static variable in interface ojb.broker.metadata.RepositoryElements
- DescriptorRepository - class ojb.broker.metadata.DescriptorRepository.
- The repository containing all mapping information of the PersistenceBroker.
- DescriptorRepository() - Constructor for class ojb.broker.metadata.DescriptorRepository
- Constructor declaration
- Driver_name - Static variable in interface ojb.broker.metadata.RepositoryElements
- declaringClass - Variable in class ojb.broker.metadata.PersistentFieldPropertyImpl
- defIsoLevel - Variable in class ojb.broker.metadata.RepositoryXmlHandler
- the default isolation level
- defaultConnectionDescriptor - Variable in class ojb.broker.metadata.DescriptorRepository
- The Descriptor of a default JDBC connection, to be used when no individual descriptor is given for a certain class
- descriptorRepository - Variable in class ojb.broker.metadata.RepositoryContentHandler
- descriptorTable - Variable in class ojb.broker.metadata.DescriptorRepository
- This table holds all known Mapping descriptions.
- deserialize(File) - Method in class ojb.broker.metadata.RepositoryPersistor
E
- EXTENT_DESCRIPTOR - Static variable in class ojb.broker.metadata.ClassDescriptorContentHandler
- endDocument() - Method in class ojb.broker.metadata.RepositoryXmlHandler
- endDocument callback, nothing to do here.
- endElement(String, String, String) - Method in class ojb.broker.metadata.ClassDescriptorContentHandler
- endElement(String, String, String) - Method in class ojb.broker.metadata.CollectionDescriptorContentHandler
- endElement(String, String, String) - Method in class ojb.broker.metadata.FieldDescriptorContentHandler
- endElement(String, String, String) - Method in class ojb.broker.metadata.IndexDescriptorContentHandler
- endElement(String, String, String) - Method in class ojb.broker.metadata.JDBCConnectionContentHandler
- endElement(String, String, String) - Method in class ojb.broker.metadata.NestedContentHandler
- endElement(String, String, String) - Method in class ojb.broker.metadata.ReferenceDescriptorContentHandler
- endElement(String, String, String) - Method in class ojb.broker.metadata.RepositoryContentHandler
- endElement(String, String, String) - Method in class ojb.broker.metadata.RepositoryXmlHandler
- endElement callback.
- endingElement - Variable in class ojb.broker.metadata.FieldDescriptorContentHandler
- endingElement - Variable in class ojb.broker.metadata.IndexDescriptorContentHandler
- endingElement - Variable in class ojb.broker.metadata.JDBCConnectionContentHandler
- error(SAXParseException) - Method in class ojb.broker.metadata.RepositoryXmlHandler
- Error callback.
- extentClasses - Variable in class ojb.broker.metadata.ClassDescriptor
- the list of classes in the extent of this class.
- extentTable - Variable in class ojb.broker.metadata.DescriptorRepository
- We need a lot the extent, to which a class belongs (@see DescriptorRepository#getExtentClass).
F
- FIELDDESCRIPTOR - Static variable in interface ojb.broker.metadata.RepositoryElements
- FIELD_DESCRIPTOR - Static variable in class ojb.broker.metadata.ClassDescriptorContentHandler
- FIELD_NAME - Static variable in class ojb.broker.metadata.FieldDescriptorContentHandler
- FKS_POINTING_TO_ITEMS_CLASS - Static variable in class ojb.broker.metadata.CollectionDescriptorContentHandler
- FKS_POINTING_TO_THIS_CLASS - Static variable in class ojb.broker.metadata.CollectionDescriptorContentHandler
- FK_DESCRIPTOR_IDS - Static variable in class ojb.broker.metadata.ReferenceDescriptorContentHandler
- FOREIGN_KEY - Static variable in interface ojb.broker.metadata.RepositoryElements
- FieldConversion - Static variable in interface ojb.broker.metadata.RepositoryElements
- FieldDescriptor - class ojb.broker.metadata.FieldDescriptor.
- A FieldDescriptor holds the mapping information for a specific member-variable
- FieldDescriptor(int) - Constructor for class ojb.broker.metadata.FieldDescriptor
- Constructor declaration
- FieldDescriptorContentHandler - class ojb.broker.metadata.FieldDescriptorContentHandler.
- FieldDescriptorContentHandler(XMLReader, ContentHandler) - Constructor for class ojb.broker.metadata.FieldDescriptorContentHandler
- Field_name - Static variable in interface ojb.broker.metadata.RepositoryElements
- Fk_descriptor_id - Static variable in interface ojb.broker.metadata.RepositoryElements
- Fk_pointing_to_items_class - Static variable in interface ojb.broker.metadata.RepositoryElements
- Fk_pointing_to_this_class - Static variable in interface ojb.broker.metadata.RepositoryElements
- fatalError(SAXParseException) - Method in class ojb.broker.metadata.RepositoryXmlHandler
- fatal error callback.
- fd - Variable in class ojb.broker.metadata.FieldDescriptorContentHandler
- field - Variable in class ojb.broker.metadata.PersistentFieldDefaultImpl
- fieldConversion - Variable in class ojb.broker.metadata.FieldDescriptor
- fieldDescriptorContentHandler - Variable in class ojb.broker.metadata.ClassDescriptorContentHandler
- fieldname - Variable in class ojb.broker.metadata.PersistentFieldDefaultImpl
- findPropertyDescriptor(Class, String) - Method in class ojb.broker.metadata.PersistentFieldPropertyImpl
- Get the PropertyDescriptor for aClass and aPropertyName
- fksToItemClass - Variable in class ojb.broker.metadata.CollectionDescriptor
- fksToThisClass - Variable in class ojb.broker.metadata.CollectionDescriptor
- foreignKeyFieldDescriptors - Variable in class ojb.broker.metadata.ObjectReferenceDescriptor
G
- get(Object) - Method in interface ojb.broker.metadata.PersistentField
- get(Object) - Method in class ojb.broker.metadata.PersistentFieldDefaultImpl
- get(Object) - Method in class ojb.broker.metadata.PersistentFieldPropertyImpl
- Get the Value from anObject
- getAllValues(Object) - Method in class ojb.broker.metadata.ClassDescriptor
- returns a vector containing values for all the Objects attributes
- getAttributeName() - Method in class ojb.broker.metadata.AttributeDescriptorBase
- Answer the name of the Attribute
- getAutoIncrementValue(FieldDescriptor, Object, Object) - Method in class ojb.broker.metadata.ClassDescriptor
- getCascadeDelete() - Method in class ojb.broker.metadata.ObjectReferenceDescriptor
- Method declaration
- getCascadeRetrieve() - Method in class ojb.broker.metadata.ObjectReferenceDescriptor
- Method declaration
- getCascadeStore() - Method in class ojb.broker.metadata.ObjectReferenceDescriptor
- Method declaration
- getClassDescriptor() - Method in class ojb.broker.metadata.AttributeDescriptorBase
- Gets the classDescriptor.
- getClassDescriptor() - Method in class ojb.broker.metadata.ClassDescriptorContentHandler
- getClassOfObject() - Method in class ojb.broker.metadata.ClassDescriptor
- Method declaration
- getClosingTagById(int) - Method in class ojb.broker.metadata.RepositoryTags
- returns the closing xml-tag associated with the repository element with
id
elementId. - getColNo() - Method in class ojb.broker.metadata.FieldDescriptor
- Method declaration
- getCollectionClass() - Method in class ojb.broker.metadata.CollectionDescriptor
- returns the type of the collection.
- getCollectionDescriptor() - Method in class ojb.broker.metadata.CollectionDescriptorContentHandler
- getCollectionDescriptorByName(String) - Method in class ojb.broker.metadata.ClassDescriptor
- Get an CollectionDescriptor by name BRJ
- getCollectionDescriptors() - Method in class ojb.broker.metadata.ClassDescriptor
- Method declaration
- getColumnJdbcType() - Method in class ojb.broker.metadata.FieldDescriptor
- returns the JDBC type (represented as an int value as specified by java.sql.Types) of a FIELDDESCRIPTOR.
- getColumnName() - Method in class ojb.broker.metadata.FieldDescriptor
- Method declaration
- getColumnType() - Method in class ojb.broker.metadata.FieldDescriptor
- Method declaration
- getComparator() - Static method in class ojb.broker.metadata.FieldDescriptor
- returns a comparator that allows to sort a Vector of FieldMappingDecriptors according to their m_Order entries.
- getCompleteTagById(int, String) - Method in class ojb.broker.metadata.RepositoryTags
- returns the opening xml-tag associated with the repository element with
id
elementId. - getConnectionDescriptor() - Method in class ojb.broker.metadata.ClassDescriptor
- Method declaration
- getConstructor() - Method in class ojb.broker.metadata.ClassDescriptor
- returns a Constructor that takes all persistent attributes of the class as arguments.
- getCurrentLockingValues(Object) - Method in class ojb.broker.metadata.ClassDescriptor
- returns an Array with an Objects CURRENT locking VALUES , BRJ
- getDatasourceName() - Method in class ojb.broker.metadata.JdbcConnectionDescriptor
- Gets the datasourceName.
- getDbAlias() - Method in class ojb.broker.metadata.JdbcConnectionDescriptor
- Method declaration
- getDbAlias(JdbcConnectionDescriptor) - Method in class ojb.broker.metadata.JdbcConnectionDescriptor
- Method declaration
- getDbms() - Method in class ojb.broker.metadata.JdbcConnectionDescriptor
- Method declaration
- getDbms(JdbcConnectionDescriptor) - Method in class ojb.broker.metadata.JdbcConnectionDescriptor
- Method declaration
- getDeclaringClass() - Method in interface ojb.broker.metadata.PersistentField
- getDeclaringClass() - Method in class ojb.broker.metadata.PersistentFieldDefaultImpl
- getDeclaringClass() - Method in class ojb.broker.metadata.PersistentFieldPropertyImpl
- Insert the method's description here.
- getDefaultJdbcConnection() - Method in class ojb.broker.metadata.DescriptorRepository
- Method declaration
- getDescriptorFor(Class) - Method in class ojb.broker.metadata.DescriptorRepository
- lookup a ClassDescriptor in the internal Hashtable
- getDriver() - Method in class ojb.broker.metadata.JdbcConnectionDescriptor
- Method declaration
- getDriver(JdbcConnectionDescriptor) - Method in class ojb.broker.metadata.JdbcConnectionDescriptor
- Method declaration
- getDynamicProxyClass() - Method in class ojb.broker.metadata.ClassDescriptor
- returns a dynamic Proxy that implements all interfaces of the class described by this ClassDescriptor.
- getDynamicProxyClass() - Method in class ojb.broker.metadata.ClassDescriptorContentHandler
- getDynamicProxyClass(ClassDescriptor) - Method in class ojb.broker.metadata.RepositoryXmlHandler
- returns a dynamic Proxy that implements all interfaces implemented by the class described by cld.
- getElementName() - Method in class ojb.broker.metadata.ClassDescriptorContentHandler
- getElementName() - Method in class ojb.broker.metadata.CollectionDescriptorContentHandler
- getElementName() - Method in class ojb.broker.metadata.FieldDescriptorContentHandler
- getElementName() - Method in class ojb.broker.metadata.IndexDescriptorContentHandler
- getElementName() - Method in class ojb.broker.metadata.JDBCConnectionContentHandler
- getElementName() - Method in class ojb.broker.metadata.NestedContentHandler
- getElementName() - Method in class ojb.broker.metadata.ReferenceDescriptorContentHandler
- getExtentClass(Class) - Method in class ojb.broker.metadata.DescriptorRepository
- returns the Extent to which the class clazz belongs.
- getExtentClasses() - Method in class ojb.broker.metadata.ClassDescriptor
- return all classes in this extent.
- getField() - Method in class ojb.broker.metadata.PersistentFieldDefaultImpl
- getFieldConversion() - Method in class ojb.broker.metadata.FieldDescriptor
- Gets the fieldConversion.
- getFieldDescriptions() - Method in class ojb.broker.metadata.ClassDescriptor
- returns array of all FieldDescriptors.
- getFieldDescriptor() - Method in class ojb.broker.metadata.FieldDescriptorContentHandler
- getFieldDescriptorByIndex(int) - Method in class ojb.broker.metadata.ClassDescriptor
- Method declaration
- getFieldDescriptorByName(String) - Method in class ojb.broker.metadata.ClassDescriptor
- Method declaration
- getFieldRecursive(Class, String) - Method in class ojb.broker.metadata.PersistentFieldDefaultImpl
- try to find a field in class c, recurse through class hierarchy if necessary
- getFksToItemClass() - Method in class ojb.broker.metadata.CollectionDescriptor
- getFksToThisClass() - Method in class ojb.broker.metadata.CollectionDescriptor
- getForeignKeyFieldDescriptors(ClassDescriptor) - Method in class ojb.broker.metadata.ObjectReferenceDescriptor
- getForeignKeyFields() - Method in class ojb.broker.metadata.ObjectReferenceDescriptor
- Method declaration
- getForeignKeyValues(Object, ClassDescriptor) - Method in class ojb.broker.metadata.ObjectReferenceDescriptor
- Method declaration
- getFullColumnName() - Method in class ojb.broker.metadata.FieldDescriptor
- Answer the qualified ColumnName
ie: myTab.name - getFullTableName() - Method in class ojb.broker.metadata.ClassDescriptor
- Answer Table name including schema BRJ
- getIdByTag(String) - Method in class ojb.broker.metadata.RepositoryTags
- returns the repository element id associated with the xml-tag
literal
tag. - getIndexColumns() - Method in class ojb.broker.metadata.IndexDescriptor
- getIndexDescriptor() - Method in class ojb.broker.metadata.IndexDescriptorContentHandler
- getIndexes() - Method in class ojb.broker.metadata.ClassDescriptor
- Gets the IndexDescriptors used for DDL generation.
- getIndirectionTable() - Method in class ojb.broker.metadata.CollectionDescriptor
- getInstance() - Static method in class ojb.broker.metadata.DescriptorRepository
- returns the singleton instance
- getInstance(String) - Static method in class ojb.broker.metadata.DescriptorRepository
- getInstance() - Static method in class ojb.broker.metadata.RepositoryTags
- returns the singleton instance.
- getIsoLevel(String) - Method in class ojb.broker.metadata.RepositoryXmlHandler
- maps IsolationLevel literals to the corresponding id
- getIsolationLevel() - Method in class ojb.broker.metadata.ClassDescriptor
- returns the transaction isolation level to be used for this class.
- getItemClass() - Method in class ojb.broker.metadata.ObjectReferenceDescriptor
- Method declaration
- getItemProxyClass() - Method in class ojb.broker.metadata.ObjectReferenceDescriptor
- Insert the method's description here.
- getJdbcConnection() - Method in class ojb.broker.metadata.JDBCConnectionContentHandler
- getJdbcLevel() - Method in class ojb.broker.metadata.JdbcConnectionDescriptor
- Gets the jdbcLevel.
- getJdbcType() - Method in class ojb.broker.metadata.FieldDescriptor
- determines the JDBC type (represented as an int value as specified by java.sql.Types) of a FIELDDESCRIPTOR.
- getKeyValues(Object) - Method in class ojb.broker.metadata.ClassDescriptor
- returns an Array with an Objects PK VALUES
- getLength() - Method in class ojb.broker.metadata.FieldDescriptor
- getLiteralId(String) - Method in class ojb.broker.metadata.RepositoryXmlHandler
- returns the XmlCapable id associated with the literal.
- getLockingFields() - Method in class ojb.broker.metadata.ClassDescriptor
- return an array of FieldDescription for optimistic locking sorted ascending according to the field-descriptions getOrder() property
- getName() - Method in class ojb.broker.metadata.IndexDescriptor
- getName() - Method in interface ojb.broker.metadata.PersistentField
- getName() - Method in class ojb.broker.metadata.PersistentFieldDefaultImpl
- getName() - Method in class ojb.broker.metadata.PersistentFieldPropertyImpl
- getNonKeyValues(Object) - Method in class ojb.broker.metadata.ClassDescriptor
- returns an Array with an Objects NON-PK VALUES
- getNonPkFields() - Method in class ojb.broker.metadata.ClassDescriptor
- return an array of PK FieldDescription sorted ascending according to the field-descriptions getOrder() property
- getORDescriptorByClass(Class) - Method in class ojb.broker.metadata.ClassDescriptor
- Method declaration
- getObjectReferenceDescriptor() - Method in class ojb.broker.metadata.ReferenceDescriptorContentHandler
- getObjectReferenceDescriptorByName(String) - Method in class ojb.broker.metadata.ClassDescriptor
- Get an ObjectReferenceDescriptor by name BRJ
- getObjectReferenceDescriptors() - Method in class ojb.broker.metadata.ClassDescriptor
- Method declaration
- getOpeningTagById(int) - Method in class ojb.broker.metadata.RepositoryTags
- returns the opening xml-tag associated with the repository element with
id
elementId. - getOpeningTagById(int, String) - Method in class ojb.broker.metadata.RepositoryTags
- returns the opening xml-tag associated with the repository element with
id
elementId. - getOrderBy() - Method in class ojb.broker.metadata.CollectionDescriptor
- Gets the orderBy.
- getOrderby() - Method in class ojb.broker.metadata.ClassDescriptor
- Insert the method's description here.
- getParametersFromString(Class, String) - Method in class ojb.broker.metadata.BasicContentHandler
- getPassWord() - Method in class ojb.broker.metadata.JdbcConnectionDescriptor
- Method declaration
- getPassWord(JdbcConnectionDescriptor) - Method in class ojb.broker.metadata.JdbcConnectionDescriptor
- Method declaration
- getPersistentField() - Method in class ojb.broker.metadata.AttributeDescriptorBase
- Method declaration
- getPersistentFieldClass() - Static method in class ojb.broker.metadata.PersistentFieldFactory
- getPkFields() - Method in class ojb.broker.metadata.ClassDescriptor
- return an array of PK FieldDescription sorted ascending according to the field-descriptions getOrder() property
- getPrecision() - Method in class ojb.broker.metadata.FieldDescriptor
- getPropertyDescriptor() - Method in class ojb.broker.metadata.PersistentFieldPropertyImpl
- Insert the method's description here.
- getPropertyName() - Method in class ojb.broker.metadata.PersistentFieldPropertyImpl
- Gets the propertyName.
- getProtocol() - Method in class ojb.broker.metadata.JdbcConnectionDescriptor
- Method declaration
- getProtocol(JdbcConnectionDescriptor) - Method in class ojb.broker.metadata.JdbcConnectionDescriptor
- Method declaration
- getProxyClass() - Method in class ojb.broker.metadata.ClassDescriptor
- Insert the method's description here.
- getRepository() - Method in class ojb.broker.metadata.ClassDescriptor
- Gets the repository.
- getRowReader() - Method in class ojb.broker.metadata.ClassDescriptor
- getScale() - Method in class ojb.broker.metadata.FieldDescriptor
- getSchema() - Method in class ojb.broker.metadata.ClassDescriptor
- Gets the schema.
- getSubProtocol() - Method in class ojb.broker.metadata.JdbcConnectionDescriptor
- Method declaration
- getSubProtocol(JdbcConnectionDescriptor) - Method in class ojb.broker.metadata.JdbcConnectionDescriptor
- Method declaration
- getTableName() - Method in class ojb.broker.metadata.ClassDescriptor
- Method declaration
- getTagById(int) - Method in class ojb.broker.metadata.RepositoryTags
- returns the xml-tag literal associated with the repository element with
id
elementId. - getType() - Method in interface ojb.broker.metadata.PersistentField
- getType() - Method in class ojb.broker.metadata.PersistentFieldDefaultImpl
- getType() - Method in class ojb.broker.metadata.PersistentFieldPropertyImpl
- getUserName() - Method in class ojb.broker.metadata.JdbcConnectionDescriptor
- Method declaration
- getUserName(JdbcConnectionDescriptor) - Method in class ojb.broker.metadata.JdbcConnectionDescriptor
- Method declaration
I
- IL_DEFAULT - Static variable in interface ojb.broker.metadata.IsolationLevels
- numeric constant representing the default (i.e.
- IL_OPTIMISTIC - Static variable in interface ojb.broker.metadata.IsolationLevels
- numeric constant representing the optimistic locking isolation level.
- IL_READ_COMMITTED - Static variable in interface ojb.broker.metadata.IsolationLevels
- numeric constant representing the commited read isolation level.
- IL_READ_UNCOMMITTED - Static variable in interface ojb.broker.metadata.IsolationLevels
- numeric constant representing the uncommited read isolation level.
- IL_REPEATABLE_READ - Static variable in interface ojb.broker.metadata.IsolationLevels
- numeric constant representing the repeatable read isolation level.
- IL_SERIALIZABLE - Static variable in interface ojb.broker.metadata.IsolationLevels
- numeric constant representing the serializable transactions isolation level.
- INDEXED - Static variable in interface ojb.broker.metadata.RepositoryElements
- INDIRECTION_TABLE - Static variable in class ojb.broker.metadata.CollectionDescriptorContentHandler
- INVERSE_FK_DESCRIPTOR_IDS - Static variable in class ojb.broker.metadata.CollectionDescriptorContentHandler
- ISOLATION_LEVEL - Static variable in interface ojb.broker.metadata.RepositoryElements
- ITEMS_CLASS - Static variable in class ojb.broker.metadata.CollectionDescriptorContentHandler
- IndexDescriptor - class ojb.broker.metadata.IndexDescriptor.
- IndexDescriptor() - Constructor for class ojb.broker.metadata.IndexDescriptor
- IndexDescriptorContentHandler - class ojb.broker.metadata.IndexDescriptorContentHandler.
- IndexDescriptorContentHandler(XMLReader, ContentHandler) - Constructor for class ojb.broker.metadata.IndexDescriptorContentHandler
- Indirection_table - Static variable in interface ojb.broker.metadata.RepositoryElements
- Inverse_fk - Static variable in interface ojb.broker.metadata.RepositoryElements
- IsolationLevels - interface ojb.broker.metadata.IsolationLevels.
- This Interface defines Isolation level constants.
- Items_class - Static variable in interface ojb.broker.metadata.RepositoryElements
- id - Variable in class ojb.broker.metadata.IndexDescriptor
- indexColumns - Variable in class ojb.broker.metadata.IndexDescriptor
- indexDescriptor - Variable in class ojb.broker.metadata.IndexDescriptorContentHandler
- indexDescriptorContentHandler - Variable in class ojb.broker.metadata.ClassDescriptorContentHandler
- indexes - Variable in class ojb.broker.metadata.ClassDescriptor
- the vector of indices used in DDL generation.
- indirectionTable - Variable in class ojb.broker.metadata.CollectionDescriptor
- For m:n related Classes this is the indirection table.
- initialize(Attributes) - Method in class ojb.broker.metadata.ClassDescriptorContentHandler
- initialize(Attributes) - Method in class ojb.broker.metadata.CollectionDescriptorContentHandler
- initialize(Attributes) - Method in class ojb.broker.metadata.FieldDescriptorContentHandler
- initialize(Attributes) - Method in class ojb.broker.metadata.IndexDescriptorContentHandler
- initialize(Attributes) - Method in class ojb.broker.metadata.JDBCConnectionContentHandler
- initialize(Attributes) - Method in class ojb.broker.metadata.NestedContentHandler
- initialize(Attributes) - Method in class ojb.broker.metadata.ReferenceDescriptorContentHandler
- instance - Static variable in class ojb.broker.metadata.RepositoryTags
- the singleton instance of this class.
- instantiateConcreteClass() - Method in class ojb.broker.metadata.ClassDescriptorContentHandler
- isAscending() - Method in class ojb.broker.metadata.CollectionDescriptor
- Gets the orderAscending.
- isAutoIncrement() - Method in class ojb.broker.metadata.FieldDescriptor
- isExtent() - Method in class ojb.broker.metadata.ClassDescriptor
- Insert the method's description here.
- isInterface - Variable in class ojb.broker.metadata.ClassDescriptor
- does the described class represent an interface?
- isInterface() - Method in class ojb.broker.metadata.ClassDescriptor
- Insert the method's description here.
- isLazy() - Method in class ojb.broker.metadata.CollectionDescriptor
- returns true if this is a lazy Collection.
- isLazy() - Method in class ojb.broker.metadata.ObjectReferenceDescriptor
- Gets the lazy.
- isLengthSpecified() - Method in class ojb.broker.metadata.FieldDescriptor
- isLocking() - Method in class ojb.broker.metadata.ClassDescriptor
- return true if optimistic locking is used
- isLocking() - Method in class ojb.broker.metadata.FieldDescriptor
- Gets the locking.
- isMtoNRelation() - Method in class ojb.broker.metadata.CollectionDescriptor
- isPrecisionSpecified() - Method in class ojb.broker.metadata.FieldDescriptor
- isPrimaryKey() - Method in class ojb.broker.metadata.FieldDescriptor
- Method declaration
- isRefresh() - Method in class ojb.broker.metadata.CollectionDescriptor
- Gets the refresh.
- isRefresh() - Method in class ojb.broker.metadata.ObjectReferenceDescriptor
- Gets the refresh.
- isRequired() - Method in class ojb.broker.metadata.FieldDescriptor
- isScaleSpecified() - Method in class ojb.broker.metadata.FieldDescriptor
- isUnique() - Method in class ojb.broker.metadata.IndexDescriptor
- isolationLevelXml() - Method in class ojb.broker.metadata.ClassDescriptor
- iterator() - Method in class ojb.broker.metadata.DescriptorRepository
J
- JDBCConnectionContentHandler - class ojb.broker.metadata.JDBCConnectionContentHandler.
- JDBCConnectionContentHandler(XMLReader, ContentHandler) - Constructor for class ojb.broker.metadata.JDBCConnectionContentHandler
- JDBC_LEVEL - Static variable in class ojb.broker.metadata.JDBCConnectionContentHandler
- JDBC_TYPE - Static variable in class ojb.broker.metadata.FieldDescriptorContentHandler
- JdbcConnectionDescriptor - class ojb.broker.metadata.JdbcConnectionDescriptor.
- JdbcConnectionDescriptor describes all relevant parameters of JDBC Connections used by the PersistenceBroker
- JdbcConnectionDescriptor() - Constructor for class ojb.broker.metadata.JdbcConnectionDescriptor
- Constructor declaration
- JdbcConnectionDescriptor - Static variable in interface ojb.broker.metadata.RepositoryElements
- Jdbc_level - Static variable in interface ojb.broker.metadata.RepositoryElements
- Jdbc_type - Static variable in interface ojb.broker.metadata.RepositoryElements
- jcd - Variable in class ojb.broker.metadata.JDBCConnectionContentHandler
- jdbcConnectionContentHandler - Variable in class ojb.broker.metadata.ClassDescriptorContentHandler
- jdbcConnectionContentHandler - Variable in class ojb.broker.metadata.RepositoryContentHandler
L
- LENGTH - Static variable in class ojb.broker.metadata.FieldDescriptorContentHandler
- LENGTH - Static variable in interface ojb.broker.metadata.RepositoryElements
- LITERAL_IL_OPTIMISTIC - Static variable in interface ojb.broker.metadata.IsolationLevels
- literal constant representing the optimistic locking isolation level.
- LITERAL_IL_READ_COMMITTED - Static variable in interface ojb.broker.metadata.IsolationLevels
- literal constant representing the commited read isolation level.
- LITERAL_IL_READ_UNCOMMITTED - Static variable in interface ojb.broker.metadata.IsolationLevels
- literal constant representing the uncommited read isolation level.
- LITERAL_IL_REPEATABLE_READ - Static variable in interface ojb.broker.metadata.IsolationLevels
- literal constant representing the repeatable read isolation level.
- LITERAL_IL_SERIALIZABLE - Static variable in interface ojb.broker.metadata.IsolationLevels
- literal constant representing the serializable transactions isolation level.
- LOCKING - Static variable in class ojb.broker.metadata.FieldDescriptorContentHandler
- Locking - Static variable in interface ojb.broker.metadata.RepositoryElements
- lazy - Variable in class ojb.broker.metadata.CollectionDescriptor
- define loading strategy of the resulting collection BRJ
- lazy - Variable in class ojb.broker.metadata.ObjectReferenceDescriptor
- define loading strategy of the resulting object
- length - Variable in class ojb.broker.metadata.FieldDescriptor
- lengthSpecified - Variable in class ojb.broker.metadata.FieldDescriptor
- locking - Variable in class ojb.broker.metadata.FieldDescriptor
- lockingFieldDescriptors - Variable in class ojb.broker.metadata.ClassDescriptor
- the optimistic lockingFieldDescriptors BRJ
- logger - Variable in class ojb.broker.metadata.RepositoryXmlHandler
M
- MappingRepository - Static variable in interface ojb.broker.metadata.RepositoryElements
- MetadataException - exception ojb.broker.metadata.MetadataException.
- This exception is thrown if a MetaData related problem occurs.
- MetadataException() - Constructor for class ojb.broker.metadata.MetadataException
- MetadataException constructor comment.
- MetadataException(Throwable) - Constructor for class ojb.broker.metadata.MetadataException
- Constructor for MetadataException.
- MetadataException(String) - Constructor for class ojb.broker.metadata.MetadataException
- MetadataException constructor comment.
- m_CascadeDelete - Variable in class ojb.broker.metadata.ObjectReferenceDescriptor
- m_CascadeRetrieve - Variable in class ojb.broker.metadata.ObjectReferenceDescriptor
- m_CascadeStore - Variable in class ojb.broker.metadata.ObjectReferenceDescriptor
- m_Class - Variable in class ojb.broker.metadata.ClassDescriptor
- the described class
- m_ClassDescriptor - Variable in class ojb.broker.metadata.AttributeDescriptorBase
- m_ClassOfItems - Variable in class ojb.broker.metadata.ObjectReferenceDescriptor
- m_ColNo - Variable in class ojb.broker.metadata.FieldDescriptor
- m_CollectionDescriptors - Variable in class ojb.broker.metadata.ClassDescriptor
- the descriptors for collection attributes
- m_ColumnName - Variable in class ojb.broker.metadata.FieldDescriptor
- m_ColumnType - Variable in class ojb.broker.metadata.FieldDescriptor
- m_ColumnTypeId - Variable in class ojb.broker.metadata.FieldDescriptor
- m_ConnDescription - Variable in class ojb.broker.metadata.ClassDescriptor
- the JDBCConnectionDescriptor describing the RDBMS connection to be used for this class
- m_CurrentCLD - Variable in class ojb.broker.metadata.RepositoryXmlHandler
- m_CurrentCOD - Variable in class ojb.broker.metadata.RepositoryXmlHandler
- m_CurrentFLD - Variable in class ojb.broker.metadata.RepositoryXmlHandler
- m_CurrentJCD - Variable in class ojb.broker.metadata.RepositoryXmlHandler
- m_CurrentORD - Variable in class ojb.broker.metadata.RepositoryXmlHandler
- m_CurrentString - Variable in class ojb.broker.metadata.RepositoryXmlHandler
- m_DatasourceName - Variable in class ojb.broker.metadata.JdbcConnectionDescriptor
- m_DbAlias - Variable in class ojb.broker.metadata.JdbcConnectionDescriptor
- m_Dbms - Variable in class ojb.broker.metadata.JdbcConnectionDescriptor
- m_Driver - Variable in class ojb.broker.metadata.JdbcConnectionDescriptor
- m_FieldDescriptions - Variable in class ojb.broker.metadata.ClassDescriptor
- the FieldDescriptors for the primitive attributes
- m_ForeignKeyFields - Variable in class ojb.broker.metadata.ObjectReferenceDescriptor
- m_IsKeyField - Variable in class ojb.broker.metadata.FieldDescriptor
- m_IsolationLevel - Variable in class ojb.broker.metadata.ClassDescriptor
- transaction isolation level specified for this class, used in the ODMG server
- m_JdbcLevel - Variable in class ojb.broker.metadata.JdbcConnectionDescriptor
- m_ObjectReferenceDescriptors - Variable in class ojb.broker.metadata.ClassDescriptor
- the descriptor for 1-1 reference attributes
- m_Password - Variable in class ojb.broker.metadata.JdbcConnectionDescriptor
- m_PersistentField - Variable in class ojb.broker.metadata.AttributeDescriptorBase
- m_Protocol - Variable in class ojb.broker.metadata.JdbcConnectionDescriptor
- m_ProxyOfItems - Variable in class ojb.broker.metadata.ObjectReferenceDescriptor
- m_SubProtocol - Variable in class ojb.broker.metadata.JdbcConnectionDescriptor
- m_TableName - Variable in class ojb.broker.metadata.ClassDescriptor
- the table name used to store the scalar attributes of this class
- m_UserName - Variable in class ojb.broker.metadata.JdbcConnectionDescriptor
- m_repository - Variable in class ojb.broker.metadata.ClassDescriptor
- m_repository - Variable in class ojb.broker.metadata.RepositoryXmlHandler
- main(String[]) - Static method in class ojb.broker.metadata.RepositoryContentHandler
- multiArgumentConstructor - Variable in class ojb.broker.metadata.ClassDescriptor
- the constructor defined by m_Class to initialze all scalar attributes described in m_FieldDescriptions
N
- NAME - Static variable in class ojb.broker.metadata.IndexDescriptorContentHandler
- NULLABLE - Static variable in interface ojb.broker.metadata.RepositoryElements
- NestedContentHandler - class ojb.broker.metadata.NestedContentHandler.
- NestedContentHandler(XMLReader, ContentHandler) - Constructor for class ojb.broker.metadata.NestedContentHandler
- name - Variable in class ojb.broker.metadata.IndexDescriptor
- nonPrimaryKeyFieldDescriptors - Variable in class ojb.broker.metadata.ClassDescriptor
- the non-primary key FieldDescriptors
O
- ORDERBY - Static variable in class ojb.broker.metadata.ClassDescriptorContentHandler
- ORDER_BY - Static variable in class ojb.broker.metadata.CollectionDescriptorContentHandler
- ObjectReferenceDescriptor - class ojb.broker.metadata.ObjectReferenceDescriptor.
- describes a Field containing a reference to another class.
- ObjectReferenceDescriptor() - Constructor for class ojb.broker.metadata.ObjectReferenceDescriptor
- Constructor declaration
- Orderby - Static variable in interface ojb.broker.metadata.RepositoryElements
- ojb.broker.metadata - package ojb.broker.metadata
- orderBy - Variable in class ojb.broker.metadata.