Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
changed native to identity

forumApplicationContext

    • -0
    • +129
    ./java/forumApplicationContext.xml
Fix for Hibernate SessionFactoryImp as it has issues with rolling back transactions as equals and hashcode are not implemented

    • -0
    • +764
    ./java/net/sf/hibernate/impl/SessionFactoryImpl.java
removed unused import

Permisiion Manager not yet implemented Skeleton code

ServiceManager and its Impl

Entity object and their corresponding DAOs.

PersistenceDelegate is used to delegate a Data Access Operation to the right DAO.

GenericObjectFactory is a Factory for looking up beans from the container by name or by class type. Also used to merge context

Exception class defined for exceptions that occur while trying to configure object from GenericObjectFactoyImpl

Interface definition for GenericObjectFactoryImpl