Entity: User
Model
Rentals
Class Inheritance
webobjectsexamples.businesslogic.rentals.common.User
External Name
RENTALS_USER
Attributes
Properties
Database Definition
Name
Value Class
Column
Ext. Type
Value Type
accessLevel
Number
ACCESS_LEVEL
long(9)
i
customerID
Number
CUSTOMER_ID
long(9)
i
password
String
PASSWORD
char(20)
userID
Number
USER_ID
long(9)
i
username
String
LOGIN
char(20)
Relationships
Property
Join
Options
Name
Destination
Source Attrs
Destination Attrs
Req
Delete
Propagate PK
Owns Dest
Batch Fault
customer
Customer
customerID
customerID
Nullify
Fetch Specifications
Name
Qualifier
Bindings
Sort Orderings
Deep
login
((username = $user) and (password = $password))
String user,
String password