net.sourceforge.jaxor.api |
|
Java Source File Name | Type | Comment |
ConnectionFactory.java | Interface | |
EntityInterface.java | Interface | |
EntityListAdapter.java | Interface | |
EntityResultSet.java | Interface | |
FieldAdapter.java | Interface | |
FieldLifeCycleListener.java | Interface | |
Finder.java | Interface | |
FinderAdapter.java | Interface | |
InstanceCache.java | Interface | A basic map to ensure that each object maintains a single identity within the jaxor context.
For instance, if you do the same query twice, it should return the same object instances each time. |
InstanceFactory.java | Interface | The Jaxor context uses this context to create new instances of this objects.
This allows us to easily swap in a new factory (i.e. |
JaxorContext.java | Interface | author: mrettig author: This interface allows for the query of objects from the database. |
JaxorContextFactory.java | Interface | |
JaxorPreparedStatement.java | Interface | |
JaxorTransaction.java | Interface | |
LifeCycleListener.java | Interface | |
Mapper.java | Interface | |
MapperRegistry.java | Interface | |
MutationInterceptor.java | Interface | |
ObjectHolder.java | Interface | |
QueryCache.java | Interface | |
QueryResult.java | Interface | |
UnitOfWork.java | Interface | |
UpdateListener.java | Interface | |
ValueChangeListener.java | Interface | This interface should be implemented if an object wishes to be
notified when values within an AbstractMapper instance have been
changed. |
ValueHolder.java | Interface | |