Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
B C D E G H I K L M N O P R S T V

B

BeanDescriptor - class org.jdbf.engine.mapping.BeanDescriptor.
BeanDescriptor represents the objects repositoryView that are specified in the repository.
BeanDescriptor() - Constructor for class org.jdbf.engine.mapping.BeanDescriptor
Costructs the object

C

CLASS_NAME - Static variable in class org.jdbf.engine.mapping.DatabaseMap
name of class
className - Variable in class org.jdbf.engine.mapping.GeneratorMap
name of class
className - Variable in class org.jdbf.engine.mapping.ObjectDescriptor
Class name
classOwn - Variable in class org.jdbf.engine.mapping.ObjectDescriptor
Class own
columnTableName - Variable in class org.jdbf.engine.mapping.ItemDescriptor
name of column on the table

D

DatabaseMap - class org.jdbf.engine.mapping.DatabaseMap.
DatabaseMap /code> represents a mapping of database
DatabaseMap() - Constructor for class org.jdbf.engine.mapping.DatabaseMap
Creates the DatabaseMap object.
dataType - Variable in class org.jdbf.engine.mapping.ItemDescriptor
data type
databaseName - Variable in class org.jdbf.engine.mapping.BeanDescriptor
Name of database
dbDriver - Variable in class org.jdbf.engine.mapping.DatabaseMap
JDBC driver
dbLogin - Variable in class org.jdbf.engine.mapping.DatabaseMap
Login of database
dbPassword - Variable in class org.jdbf.engine.mapping.DatabaseMap
Password of database
dbServer - Variable in class org.jdbf.engine.mapping.DatabaseMap
Server of database

E

except - Variable in class org.jdbf.engine.mapping.MappingException
 

G

GeneratorMap - class org.jdbf.engine.mapping.GeneratorMap.
GeneratorMap /code> represents a mapping of key generator
GeneratorMap() - Constructor for class org.jdbf.engine.mapping.GeneratorMap
Creates the GeneratorMap object.
GeneratorMap(String) - Constructor for class org.jdbf.engine.mapping.GeneratorMap
Creates the GeneratorMap object.
generatorMap - Variable in class org.jdbf.engine.mapping.BeanDescriptor
GeneratorMap object
getClassName() - Method in class org.jdbf.engine.mapping.ObjectDescriptor
Return class name of class mapped
getClassOwn() - Method in class org.jdbf.engine.mapping.ObjectDescriptor
Return class own
getColumnTableName() - Method in class org.jdbf.engine.mapping.ItemDescriptor
Returns name of column on the table
getDataType() - Method in class org.jdbf.engine.mapping.ItemDescriptor
Returns data type
getDatabaseName() - Method in class org.jdbf.engine.mapping.BeanDescriptor
Return name of database
getDbDriver() - Method in class org.jdbf.engine.mapping.DatabaseMap
Return JDBC driver
getDbLogin() - Method in class org.jdbf.engine.mapping.DatabaseMap
Return login of database
getDbPassword() - Method in class org.jdbf.engine.mapping.DatabaseMap
Return password of database
getDbServer() - Method in class org.jdbf.engine.mapping.DatabaseMap
Return name of server
getException() - Method in class org.jdbf.engine.mapping.MappingException
 
getGeneratorMap() - Method in class org.jdbf.engine.mapping.BeanDescriptor
Returns a generatorMap
getHigh() - Method in class org.jdbf.engine.mapping.HighLowMap
 
getItemDescriptors() - Method in class org.jdbf.engine.mapping.BeanDescriptor
Returns a list of itemDescriptors
getKeyColumn() - Method in class org.jdbf.engine.mapping.HighLowMap
 
getLow() - Method in class org.jdbf.engine.mapping.HighLowMap
 
getName() - Method in class org.jdbf.engine.mapping.DatabaseMap
Return name of database
getNextColumn() - Method in class org.jdbf.engine.mapping.HighLowMap
 
getPropertyName() - Method in class org.jdbf.engine.mapping.ItemDescriptor
Returns name of property of the Java object
getRepositoryViewName() - Method in class org.jdbf.engine.mapping.ObjectDescriptor
Return name of reposiroey item
getSequenceName() - Method in class org.jdbf.engine.mapping.SequenceMap
 
getTable() - Method in class org.jdbf.engine.mapping.HighLowMap
 
getTableColumn() - Method in class org.jdbf.engine.mapping.HighLowMap
 
getTableName() - Method in class org.jdbf.engine.mapping.ObjectDescriptor
Return table name of table mapped to Java object
getType() - Method in class org.jdbf.engine.mapping.GeneratorMap
Return type of generator
getType() - Method in class org.jdbf.engine.mapping.HighLowMap
 
getType() - Method in class org.jdbf.engine.mapping.SequenceMap
 
getVendor() - Method in class org.jdbf.engine.mapping.DatabaseMap
Return vendor of database

H

HighLowMap - class org.jdbf.engine.mapping.HighLowMap.
The class provides mapping information for generation of keys using a key-values table.
HighLowMap(String, String, String, String) - Constructor for class org.jdbf.engine.mapping.HighLowMap
 
high - Variable in class org.jdbf.engine.mapping.HighLowMap
High value

I

ItemDescriptor - class org.jdbf.engine.mapping.ItemDescriptor.
ItemDescriptor represents the objects descritors for objects "item" that are specified in the repository.
ItemDescriptor() - Constructor for class org.jdbf.engine.mapping.ItemDescriptor
Constructs the object
isPrimaryKey - Variable in class org.jdbf.engine.mapping.ItemDescriptor
unique key on table
isPrimaryKey() - Method in class org.jdbf.engine.mapping.ItemDescriptor
Specifies if itemDescriptor is unique key
itemDescriptors - Variable in class org.jdbf.engine.mapping.BeanDescriptor
List of itemDescriptors

K

keyColumn - Variable in class org.jdbf.engine.mapping.HighLowMap
The name of the column for the key value.

L

low - Variable in class org.jdbf.engine.mapping.HighLowMap
Low value

M

MappingException - exception org.jdbf.engine.mapping.MappingException.
Thrown if the class map is not found.
MappingException(String) - Constructor for class org.jdbf.engine.mapping.MappingException
 
MappingException(String, int) - Constructor for class org.jdbf.engine.mapping.MappingException
 
MappingException(String, Object) - Constructor for class org.jdbf.engine.mapping.MappingException
 
MappingException(String, String, String) - Constructor for class org.jdbf.engine.mapping.MappingException
 
MappingException(SAXParseException) - Constructor for class org.jdbf.engine.mapping.MappingException
 
MappingException(Exception) - Constructor for class org.jdbf.engine.mapping.MappingException
 

N

name - Variable in class org.jdbf.engine.mapping.DatabaseMap
name of database
nextColumn - Variable in class org.jdbf.engine.mapping.HighLowMap
The name of the column the low value

O

ObjectDescriptor - class org.jdbf.engine.mapping.ObjectDescriptor.
ObjectDescriptor represents the objects that are specifies in the repository.
ObjectDescriptor() - Constructor for class org.jdbf.engine.mapping.ObjectDescriptor
Constructs the object
org.jdbf.engine.mapping - package org.jdbf.engine.mapping
 

P

propertyName - Variable in class org.jdbf.engine.mapping.ItemDescriptor
property name of object

R

repositoryViewName - Variable in class org.jdbf.engine.mapping.ObjectDescriptor
Name of repository item

S

SequenceMap - class org.jdbf.engine.mapping.SequenceMap.
Provides configuration for a key generator which uses sequences.
SequenceMap(String, String) - Constructor for class org.jdbf.engine.mapping.SequenceMap
Creates the object
sequenceName - Variable in class org.jdbf.engine.mapping.SequenceMap
name fo sequence
setClassName(String) - Method in class org.jdbf.engine.mapping.ObjectDescriptor
Set class own
setColumnTableName(String) - Method in class org.jdbf.engine.mapping.ItemDescriptor
Sets name of column on the table specified in columnTableName
setDataType(String) - Method in class org.jdbf.engine.mapping.ItemDescriptor
Sets data type specified in dataType
setDatabaseName(String) - Method in class org.jdbf.engine.mapping.BeanDescriptor
Sets a database name
setDbDriver(String) - Method in class org.jdbf.engine.mapping.DatabaseMap
Set JDBC driver
setDbLogin(String) - Method in class org.jdbf.engine.mapping.DatabaseMap
Set login of database
setDbPassword(String) - Method in class org.jdbf.engine.mapping.DatabaseMap
Set password of database
setDbServer(String) - Method in class org.jdbf.engine.mapping.DatabaseMap
Set server
setGeneratorMap(GeneratorMap) - Method in class org.jdbf.engine.mapping.BeanDescriptor
Sets a GeneratorMap specified in generatorMap
setHigh(String) - Method in class org.jdbf.engine.mapping.HighLowMap
 
setIsPrimaryKey(boolean) - Method in class org.jdbf.engine.mapping.ItemDescriptor
Sets if itemDescriptor is unique key
setItemDescriptors(ArrayList) - Method in class org.jdbf.engine.mapping.BeanDescriptor
Sets a list of itemDescriptors specified in itemDescriptors
setKeyColumn(String) - Method in class org.jdbf.engine.mapping.HighLowMap
 
setLow(Object) - Method in class org.jdbf.engine.mapping.HighLowMap
 
setName(String) - Method in class org.jdbf.engine.mapping.DatabaseMap
Set name of database
setNextColumn(String) - Method in class org.jdbf.engine.mapping.HighLowMap
 
setPropertyName(String) - Method in class org.jdbf.engine.mapping.ItemDescriptor
Sets name of property name of Java object specified in propertyName
setRepositoryViewName(String) - Method in class org.jdbf.engine.mapping.ObjectDescriptor
Set name of repository item
setSequenceName(String) - Method in class org.jdbf.engine.mapping.SequenceMap
 
setTable(String) - Method in class org.jdbf.engine.mapping.HighLowMap
 
setTableColumn(String) - Method in class org.jdbf.engine.mapping.HighLowMap
 
setTableName(String) - Method in class org.jdbf.engine.mapping.ObjectDescriptor
Set name of table mapped to Java object
setType(String) - Method in class org.jdbf.engine.mapping.GeneratorMap
Set type of generator
setVendor(String) - Method in class org.jdbf.engine.mapping.DatabaseMap
Set vendor name of database

T

table - Variable in class org.jdbf.engine.mapping.HighLowMap
The name of the table which holds the key-values.
tableColumn - Variable in class org.jdbf.engine.mapping.HighLowMap
The name of the column for the table name.
tableName - Variable in class org.jdbf.engine.mapping.ObjectDescriptor
Name of table
toString() - Method in class org.jdbf.engine.mapping.BeanDescriptor
Return the object as String
toString() - Method in class org.jdbf.engine.mapping.DatabaseMap
Return the object as String
toString() - Method in class org.jdbf.engine.mapping.GeneratorMap
Return the object as String
toString() - Method in class org.jdbf.engine.mapping.HighLowMap
 
toString() - Method in class org.jdbf.engine.mapping.ItemDescriptor
Return the object as String
toString() - Method in class org.jdbf.engine.mapping.SequenceMap
 
type - Variable in class org.jdbf.engine.mapping.GeneratorMap
type of keyGenerator

V

vendor - Variable in class org.jdbf.engine.mapping.DatabaseMap
vendor of database

B C D E G H I K L M N O P R S T V