A C D E G H I L N O P R S U

A

add(Artist) - Method in interface org.company.thesandbox.data.spring.dao.ArtistDaoBase
Adds a new Artist to the database
add(Artist) - Method in class org.company.thesandbox.data.spring.dao.ArtistDaoImplBase
 
add(Customer) - Method in interface org.company.thesandbox.data.spring.dao.CustomerDaoBase
Adds a new Customer to the database
add(Customer) - Method in class org.company.thesandbox.data.spring.dao.CustomerDaoImplBase
 
add(Order) - Method in interface org.company.thesandbox.data.spring.dao.OrderDaoBase
Adds a new Order to the database
add(Order) - Method in class org.company.thesandbox.data.spring.dao.OrderDaoImplBase
 
add(OrderLine) - Method in interface org.company.thesandbox.data.spring.dao.OrderLineDaoBase
Adds a new OrderLine to the database
add(OrderLine) - Method in class org.company.thesandbox.data.spring.dao.OrderLineDaoImplBase
 
add(Person) - Method in interface org.company.thesandbox.data.spring.dao.PersonDaoBase
Adds a new Person to the database
add(Person) - Method in class org.company.thesandbox.data.spring.dao.PersonDaoImplBase
 
add(Product) - Method in interface org.company.thesandbox.data.spring.dao.ProductDaoBase
Adds a new Product to the database
add(Product) - Method in class org.company.thesandbox.data.spring.dao.ProductDaoImplBase
 
add(Record) - Method in interface org.company.thesandbox.data.spring.dao.RecordDaoBase
Adds a new Record to the database
add(Record) - Method in class org.company.thesandbox.data.spring.dao.RecordDaoImplBase
 
ArtistDao - Interface in org.company.thesandbox.data.spring.dao
ArtistDao Data Access Object (DAO).
ArtistDaoBase - Interface in org.company.thesandbox.data.spring.dao
ArtistDaoBaseData Access Object (DAO).
ArtistDaoImpl - Class in org.company.thesandbox.data.spring.dao
Artist Data Access Object (DOA) Implementation.
ArtistDaoImpl() - Constructor for class org.company.thesandbox.data.spring.dao.ArtistDaoImpl
 
ArtistDaoImplBase - Class in org.company.thesandbox.data.spring.dao
Artist Data Access Object (DOA) Implementation.
ArtistDaoImplBase() - Constructor for class org.company.thesandbox.data.spring.dao.ArtistDaoImplBase
 
assemble(Serializable, Object) - Method in class org.company.thesandbox.data.GenericEnumUserType
 

C

CustomerDao - Interface in org.company.thesandbox.data.spring.dao
CustomerDao Data Access Object (DAO).
CustomerDaoBase - Interface in org.company.thesandbox.data.spring.dao
CustomerDaoBaseData Access Object (DAO).
CustomerDaoImpl - Class in org.company.thesandbox.data.spring.dao
Customer Data Access Object (DOA) Implementation.
CustomerDaoImpl() - Constructor for class org.company.thesandbox.data.spring.dao.CustomerDaoImpl
 
CustomerDaoImplBase - Class in org.company.thesandbox.data.spring.dao
Customer Data Access Object (DOA) Implementation.
CustomerDaoImplBase() - Constructor for class org.company.thesandbox.data.spring.dao.CustomerDaoImplBase
 

D

deepCopy(Object) - Method in class org.company.thesandbox.data.GenericEnumUserType
 
delete(Artist) - Method in interface org.company.thesandbox.data.spring.dao.ArtistDaoBase
Deletes a Artist from the database.
delete(Artist) - Method in class org.company.thesandbox.data.spring.dao.ArtistDaoImplBase
 
delete(Customer) - Method in interface org.company.thesandbox.data.spring.dao.CustomerDaoBase
Deletes a Customer from the database.
delete(Customer) - Method in class org.company.thesandbox.data.spring.dao.CustomerDaoImplBase
 
delete(Order) - Method in interface org.company.thesandbox.data.spring.dao.OrderDaoBase
Deletes a Order from the database.
delete(Order) - Method in class org.company.thesandbox.data.spring.dao.OrderDaoImplBase
 
delete(OrderLine) - Method in interface org.company.thesandbox.data.spring.dao.OrderLineDaoBase
Deletes a OrderLine from the database.
delete(OrderLine) - Method in class org.company.thesandbox.data.spring.dao.OrderLineDaoImplBase
 
delete(Person) - Method in interface org.company.thesandbox.data.spring.dao.PersonDaoBase
Deletes a Person from the database.
delete(Person) - Method in class org.company.thesandbox.data.spring.dao.PersonDaoImplBase
 
delete(Product) - Method in interface org.company.thesandbox.data.spring.dao.ProductDaoBase
Deletes a Product from the database.
delete(Product) - Method in class org.company.thesandbox.data.spring.dao.ProductDaoImplBase
 
delete(Record) - Method in interface org.company.thesandbox.data.spring.dao.RecordDaoBase
Deletes a Record from the database.
delete(Record) - Method in class org.company.thesandbox.data.spring.dao.RecordDaoImplBase
 
disassemble(Object) - Method in class org.company.thesandbox.data.GenericEnumUserType
 

E

equals(Object, Object) - Method in class org.company.thesandbox.data.GenericEnumUserType
 

G

GenericEnumUserType - Class in org.company.thesandbox.data
Implements a generic enum user type identified / represented by a single identifier / column.
GenericEnumUserType() - Constructor for class org.company.thesandbox.data.GenericEnumUserType
 

H

hashCode(Object) - Method in class org.company.thesandbox.data.GenericEnumUserType
 

I

isMutable() - Method in class org.company.thesandbox.data.GenericEnumUserType
 

L

listAllArtists() - Method in interface org.company.thesandbox.data.spring.dao.ArtistDaoBase
Selects all Artists from the database.
listAllArtists() - Method in class org.company.thesandbox.data.spring.dao.ArtistDaoImplBase
 
listAllCustomers() - Method in interface org.company.thesandbox.data.spring.dao.CustomerDaoBase
Selects all Customers from the database.
listAllCustomers() - Method in class org.company.thesandbox.data.spring.dao.CustomerDaoImplBase
 
listAllOrderLines() - Method in interface org.company.thesandbox.data.spring.dao.OrderLineDaoBase
Selects all OrderLines from the database.
listAllOrderLines() - Method in class org.company.thesandbox.data.spring.dao.OrderLineDaoImplBase
 
listAllOrders() - Method in interface org.company.thesandbox.data.spring.dao.OrderDaoBase
Selects all Orders from the database.
listAllOrders() - Method in class org.company.thesandbox.data.spring.dao.OrderDaoImplBase
 
listAllPersons() - Method in interface org.company.thesandbox.data.spring.dao.PersonDaoBase
Selects all Persons from the database.
listAllPersons() - Method in class org.company.thesandbox.data.spring.dao.PersonDaoImplBase
 
listAllProducts() - Method in interface org.company.thesandbox.data.spring.dao.ProductDaoBase
Selects all Products from the database.
listAllProducts() - Method in class org.company.thesandbox.data.spring.dao.ProductDaoImplBase
 
listAllRecords() - Method in interface org.company.thesandbox.data.spring.dao.RecordDaoBase
Selects all Records from the database.
listAllRecords() - Method in class org.company.thesandbox.data.spring.dao.RecordDaoImplBase
 

N

nullSafeGet(ResultSet, String[], Object) - Method in class org.company.thesandbox.data.GenericEnumUserType
 
nullSafeSet(PreparedStatement, Object, int) - Method in class org.company.thesandbox.data.GenericEnumUserType
 

O

OrderDao - Interface in org.company.thesandbox.data.spring.dao
OrderDao Data Access Object (DAO).
OrderDaoBase - Interface in org.company.thesandbox.data.spring.dao
OrderDaoBaseData Access Object (DAO).
OrderDaoImpl - Class in org.company.thesandbox.data.spring.dao
Order Data Access Object (DOA) Implementation.
OrderDaoImpl() - Constructor for class org.company.thesandbox.data.spring.dao.OrderDaoImpl
 
OrderDaoImplBase - Class in org.company.thesandbox.data.spring.dao
Order Data Access Object (DOA) Implementation.
OrderDaoImplBase() - Constructor for class org.company.thesandbox.data.spring.dao.OrderDaoImplBase
 
OrderLineDao - Interface in org.company.thesandbox.data.spring.dao
OrderLineDao Data Access Object (DAO).
OrderLineDaoBase - Interface in org.company.thesandbox.data.spring.dao
OrderLineDaoBaseData Access Object (DAO).
OrderLineDaoImpl - Class in org.company.thesandbox.data.spring.dao
OrderLine Data Access Object (DOA) Implementation.
OrderLineDaoImpl() - Constructor for class org.company.thesandbox.data.spring.dao.OrderLineDaoImpl
 
OrderLineDaoImplBase - Class in org.company.thesandbox.data.spring.dao
OrderLine Data Access Object (DOA) Implementation.
OrderLineDaoImplBase() - Constructor for class org.company.thesandbox.data.spring.dao.OrderLineDaoImplBase
 
org.company.thesandbox.data - package org.company.thesandbox.data
 
org.company.thesandbox.data.spring.dao - package org.company.thesandbox.data.spring.dao
 

P

PersonDao - Interface in org.company.thesandbox.data.spring.dao
PersonDao Data Access Object (DAO).
PersonDaoBase - Interface in org.company.thesandbox.data.spring.dao
PersonDaoBaseData Access Object (DAO).
PersonDaoImpl - Class in org.company.thesandbox.data.spring.dao
Person Data Access Object (DOA) Implementation.
PersonDaoImpl() - Constructor for class org.company.thesandbox.data.spring.dao.PersonDaoImpl
 
PersonDaoImplBase - Class in org.company.thesandbox.data.spring.dao
Person Data Access Object (DOA) Implementation.
PersonDaoImplBase() - Constructor for class org.company.thesandbox.data.spring.dao.PersonDaoImplBase
 
ProductDao - Interface in org.company.thesandbox.data.spring.dao
ProductDao Data Access Object (DAO).
ProductDaoBase - Interface in org.company.thesandbox.data.spring.dao
ProductDaoBaseData Access Object (DAO).
ProductDaoImpl - Class in org.company.thesandbox.data.spring.dao
Product Data Access Object (DOA) Implementation.
ProductDaoImpl() - Constructor for class org.company.thesandbox.data.spring.dao.ProductDaoImpl
 
ProductDaoImplBase - Class in org.company.thesandbox.data.spring.dao
Product Data Access Object (DOA) Implementation.
ProductDaoImplBase() - Constructor for class org.company.thesandbox.data.spring.dao.ProductDaoImplBase
 

R

RecordDao - Interface in org.company.thesandbox.data.spring.dao
RecordDao Data Access Object (DAO).
RecordDaoBase - Interface in org.company.thesandbox.data.spring.dao
RecordDaoBaseData Access Object (DAO).
RecordDaoImpl - Class in org.company.thesandbox.data.spring.dao
Record Data Access Object (DOA) Implementation.
RecordDaoImpl() - Constructor for class org.company.thesandbox.data.spring.dao.RecordDaoImpl
 
RecordDaoImplBase - Class in org.company.thesandbox.data.spring.dao
Record Data Access Object (DOA) Implementation.
RecordDaoImplBase() - Constructor for class org.company.thesandbox.data.spring.dao.RecordDaoImplBase
 
replace(Object, Object, Object) - Method in class org.company.thesandbox.data.GenericEnumUserType
 
retrieve(long) - Method in interface org.company.thesandbox.data.spring.dao.ArtistDaoBase
Retrieves a Artist by its ID from the database.
retrieve(long) - Method in class org.company.thesandbox.data.spring.dao.ArtistDaoImplBase
 
retrieve(long) - Method in interface org.company.thesandbox.data.spring.dao.CustomerDaoBase
Retrieves a Customer by its ID from the database.
retrieve(long) - Method in class org.company.thesandbox.data.spring.dao.CustomerDaoImplBase
 
retrieve(long) - Method in interface org.company.thesandbox.data.spring.dao.OrderDaoBase
Retrieves a Order by its ID from the database.
retrieve(long) - Method in class org.company.thesandbox.data.spring.dao.OrderDaoImplBase
 
retrieve(long) - Method in interface org.company.thesandbox.data.spring.dao.OrderLineDaoBase
Retrieves a OrderLine by its ID from the database.
retrieve(long) - Method in class org.company.thesandbox.data.spring.dao.OrderLineDaoImplBase
 
retrieve(long) - Method in interface org.company.thesandbox.data.spring.dao.PersonDaoBase
Retrieves a Person by its ID from the database.
retrieve(long) - Method in class org.company.thesandbox.data.spring.dao.PersonDaoImplBase
 
retrieve(long) - Method in interface org.company.thesandbox.data.spring.dao.ProductDaoBase
Retrieves a Product by its ID from the database.
retrieve(long) - Method in class org.company.thesandbox.data.spring.dao.ProductDaoImplBase
 
retrieve(long) - Method in interface org.company.thesandbox.data.spring.dao.RecordDaoBase
Retrieves a Record by its ID from the database.
retrieve(long) - Method in class org.company.thesandbox.data.spring.dao.RecordDaoImplBase
 
returnedClass() - Method in class org.company.thesandbox.data.GenericEnumUserType
 

S

setParameterValues(Properties) - Method in class org.company.thesandbox.data.GenericEnumUserType
 
sqlTypes() - Method in class org.company.thesandbox.data.GenericEnumUserType
 

U

update(Artist) - Method in interface org.company.thesandbox.data.spring.dao.ArtistDaoBase
Stores/Updates the Artist in the database.
update(Artist) - Method in class org.company.thesandbox.data.spring.dao.ArtistDaoImplBase
 
update(Customer) - Method in interface org.company.thesandbox.data.spring.dao.CustomerDaoBase
Stores/Updates the Customer in the database.
update(Customer) - Method in class org.company.thesandbox.data.spring.dao.CustomerDaoImplBase
 
update(Order) - Method in interface org.company.thesandbox.data.spring.dao.OrderDaoBase
Stores/Updates the Order in the database.
update(Order) - Method in class org.company.thesandbox.data.spring.dao.OrderDaoImplBase
 
update(OrderLine) - Method in interface org.company.thesandbox.data.spring.dao.OrderLineDaoBase
Stores/Updates the OrderLine in the database.
update(OrderLine) - Method in class org.company.thesandbox.data.spring.dao.OrderLineDaoImplBase
 
update(Person) - Method in interface org.company.thesandbox.data.spring.dao.PersonDaoBase
Stores/Updates the Person in the database.
update(Person) - Method in class org.company.thesandbox.data.spring.dao.PersonDaoImplBase
 
update(Product) - Method in interface org.company.thesandbox.data.spring.dao.ProductDaoBase
Stores/Updates the Product in the database.
update(Product) - Method in class org.company.thesandbox.data.spring.dao.ProductDaoImplBase
 
update(Record) - Method in interface org.company.thesandbox.data.spring.dao.RecordDaoBase
Stores/Updates the Record in the database.
update(Record) - Method in class org.company.thesandbox.data.spring.dao.RecordDaoImplBase
 

A C D E G H I L N O P R S U

Copyright © 2010. All Rights Reserved.