A B C D E F G H I J K L M N O P Q R S T U V W Y Z _

G

getAClass() - Method in interface persistence.type.ObjectID
Get indication of actual class of object with this ObjectID, fixed at creation.
getAClass() - Method in class persistence.type.ObjectIDFactory.ObjectIDImpl
 
getAFloat() - Method in class testApp.PrimitiveClass
 
getAString() - Method in class testApp.PrimitiveClass
 
getAWeirdDouble() - Method in class testApp.PrimitiveClass
 
getAddress() - Method in class javapro.Employee
 
getAdres() - Method in class casestudy.Student
 
getAllLines(String) - Method in class persistence.visitor.DeleteVisitor
 
getAnInt() - Method in class testApp.PrimitiveClass.NestedClass
 
getAnInt() - Method in class testApp.PrimitiveClass
 
getAr() - Method in class testApp.PersistentClass
 
getArray() - Method in class testApp.testPackage.PersistentClass
 
getArrayDimension(String) - Static method in class persistence.Utilities
Gives dimension of array with arrayName.
getBirthdate() - Method in class javapro.Employee
 
getBudget() - Method in class javapro.Project
 
getChildren() - Method in class persistence.table.Table
 
getChildren() - Method in class persistence.table.TableComponent
 
getCity() - Method in class casestudy.Address
 
getCity() - Method in class javapro.Address
 
getColl() - Method in class testApp.PrimitiveClass
 
getColl() - Method in class testApp.testPackage.PersistentClass
 
getComponentName() - Method in class persistence.table.TableComponent
 
getConn() - Method in class persistence.DatabaseConnection
 
getConnection() - Method in class persistence.type.ConnectionFactory
Obtain a Connection.
getConnectionURL() - Method in class persistence.DatabaseConnection
 
getCourseID() - Method in class casestudy.Course
 
getCourseName() - Method in class casestudy.Course
 
getCourseWeight() - Method in class casestudy.Course
 
getCourses() - Method in class casestudy.Curriculum
 
getCreateStatement(String) - Method in interface persistence.AbstractSQLFactory
Create String with all needed statements for creation of tables for objects of the class whose persistence properties are described in NodeList.
getCreateStatement(String) - Method in class persistence.AbstractSQLFactoryImpl
One has to establish a Connection named conn, and to catch Exceptions.
getDeleteStatement() - Method in interface persistence.AbstractSQLFactory
Create String with all needed statements for deletion of object whose persistence properties are described in NodeList.
getDeleteStatement() - Method in class persistence.AbstractSQLFactoryImpl
 
getDepartment() - Method in class casestudy.Major
 
getDepartment() - Method in class javapro.Employee
 
getDeptid() - Method in class javapro.Department
 
getDimension(String) - Static method in class persistence.Utilities
Construct dimension of array out of a String like "[][]" (dimension 2).
getDrieD() - Method in class testApp.PrimitiveClass
 
getDriverClassName() - Method in class persistence.DatabaseConnection
 
getDropStatement(String) - Method in interface persistence.AbstractSQLFactory
Create String with all needed statements for dropping of tables for objects of the class whose persistence properties are described in NodeList.
getDropStatement(String) - Method in class persistence.AbstractSQLFactoryImpl
One has to establish a Connection named conn, and to catch Exceptions.
getDubbeleMapArray() - Method in class testApp.testPackage.PersistentClass
 
getEmpid() - Method in class javapro.Employee
 
getEmployees() - Method in class javapro.Department
 
getFKeys(TableComponent) - Method in class persistence.PDLParser
Get Collection of FK-(Reference)Attributes for children of parent.
getFaculty() - Method in class casestudy.Major
 
getFirstName() - Method in class casestudy.Name
 
getFirstname() - Method in class javapro.Employee
 
getHigh() - Method in class casestudy.Curriculum
 
getHiredate() - Method in class javapro.Employee
 
getIn() - Method in class testApp.PersistentClass
 
getInn() - Method in class testApp.PersistentClass
 
getInsertStatement() - Method in interface persistence.AbstractSQLFactory
Create String with all needed statements for insertion of object whose persistence properties are described in NodeList.
getInsertStatement() - Method in class persistence.AbstractSQLFactoryImpl
 
getIp() - Method in interface persistence.type.ObjectID
Get IP address
getIp() - Method in class persistence.type.ObjectIDFactory.ObjectIDImpl
 
getJ() - Method in class testApp.PersistentClass.PersistentInnerClass
 
getJavaTypeName() - Method in class persistence.table.TableComponent
 
getLastName() - Method in class casestudy.Name
 
getLastname() - Method in class javapro.Employee
 
getLatestPersistenceTrees() - Method in class persistence.AbstractSQLFactory.Registry
 
getLow() - Method in class casestudy.Curriculum
 
getMajor() - Method in class persistence.AbstractSQLFactory.TreeInfo
 
getMajorID() - Method in class casestudy.Major
 
getManager() - Method in class javapro.Employee
 
getMap() - Method in class testApp.PrimitiveClass
 
getMap() - Method in class testApp.testPackage.PersistentClass
 
getMapArray() - Method in class testApp.testPackage.PersistentClass
 
getMembers() - Method in class javapro.Project
 
getMethodName - Variable in class persistence.PDLParser
 
getMinor() - Method in class persistence.AbstractSQLFactory.TreeInfo
 
getName() - Method in class casestudy.Student
 
getName() - Method in class javapro.Department
 
getName() - Method in class javapro.Project
 
getNotInherited() - Method in class testApp.ChildPersistentClass
 
getNotPers() - Method in class testApp.PersistentClass
 
getNumber() - Method in class casestudy.Address
 
getOIDLength() - Static method in class persistence.table.TableComponent
 
getObjectID(Object) - Method in class persistence.type.ObjectIDFactory
Produce a ObjectID for Object.
getObjectID(String) - Method in class persistence.type.ObjectIDFactory
Produce a ObjectID for Object of class fullClassName.
getPackageName(String) - Static method in class persistence.Utilities
 
getPersObj() - Method in class testApp.PrimitiveClass
 
getPersistenceTree(String) - Method in class persistence.AbstractSQLFactory.Registry
Access Map from TreeInfo's to TableComponent corresponding to persistent class with fullPersistentClassName.
getPersistencyFiles(String, String) - Static method in class PersistenceImplementorGenerator
Opvragen van paden naar alle persistentie-files.
getPrerequisites() - Method in class casestudy.Course
 
getProgramOfStudy() - Method in class casestudy.Student
 
getProjects() - Method in class javapro.Department
 
getProjects() - Method in class javapro.Employee
 
getProperties() - Static method in class persistence.type.ConnectionFactory
File called db.properties contains all needed info for setting up Connections.
getPropertiesMap() - Method in class persistence.table.TableComponent
 
getProperty(String) - Method in class persistence.table.Attribute
Default value provided for "key"-key.
getProperty(String) - Method in class persistence.table.ReferenceAttribute
 
getProperty(String) - Method in class persistence.table.Table
 
getProperty(String) - Method in class persistence.table.TableComponent
Default value provided for "root"-key, "size"-key en "sizeKey"-key.
getQueryCompTypeStatement() - Method in class persistence.AbstractSQLFactoryImpl
 
getQueryJoinStatement() - Method in class persistence.AbstractSQLFactoryImpl
 
getQueryRegisterStatement() - Method in class persistence.AbstractSQLFactoryImpl
 
getQueryStatements() - Method in interface persistence.AbstractSQLFactory
 
getQueryStatements() - Method in class persistence.AbstractSQLFactoryImpl
 
getReadStatement() - Method in interface persistence.AbstractSQLFactory
Create String with all needed statements for reading object whose persistence properties are described in NodeList.
getReadStatement() - Method in class persistence.AbstractSQLFactoryImpl
 
getResult() - Method in class persistence.visitor.CreateVisitor
 
getResult() - Method in class persistence.visitor.DeleteVisitor
 
getResult() - Method in class persistence.visitor.DropVisitor
 
getResult() - Method in class persistence.visitor.InsertVisitor
 
getResult() - Method in class persistence.visitor.QueryCompTypeVisitor
 
getResult() - Method in class persistence.visitor.QueryJoinVisitor
 
getResult() - Method in class persistence.visitor.QueryRegisterVisitor
 
getResult() - Method in class persistence.visitor.ReadVisitor
 
getResult() - Method in interface persistence.visitor.TableComponentVisitor
 
getResult() - Method in class persistence.visitor.UpdateVisitor
 
getRij() - Method in class testApp.ChildPersistentClass
 
getRunningTotal() - Method in class casestudy.Curriculum
 
getSalary() - Method in class javapro.Employee
 
getSize() - Method in class persistence.PDLParser.ContentTagList
 
getState() - Method in class javapro.Address
 
getStreet() - Method in class casestudy.Address
 
getStreet() - Method in class javapro.Address
 
getStudentID() - Method in class casestudy.Student
 
getTables(TableComponent, PDLParser.ContentTagList, boolean) - Method in class persistence.PDLParser
Bouw TableComponent-tree op.
getTables(TableComponent, Map) - Method in class persistence.PDLParser
Add a KEY-field to a MapTable and add compType(Key)-properties to parent.
getTime() - Method in interface persistence.type.ObjectID
Get timestamp
getTime() - Method in class persistence.type.ObjectIDFactory.ObjectIDImpl
 
getTransactionID() - Method in interface persistence.transaction.Transaction
Unique transaction ID.
getTransactionID() - Method in class persistence.transaction.TransactionImpl
 
getTypeName() - Method in class persistence.AbstractSQLFactory.TreeInfo
 
getUnqualifiedTypeName(String) - Static method in class persistence.Utilities
Construct unqualified type name.
getUpdateStatement() - Method in interface persistence.AbstractSQLFactory
Create String with all needed statements for update of object whose persistence properties are described in NodeList.
getUpdateStatement() - Method in class persistence.AbstractSQLFactoryImpl
 
getYearOfStudy() - Method in class casestudy.Student
 
getZip() - Method in class casestudy.Address
 
getZipcode() - Method in class javapro.Address
 

A B C D E F G H I J K L M N O P Q R S T U V W Y Z _