| Type |
Changes |
By |
 |
Added support for types of java.lang.StringBuffer, java.util.Calendar, java.util.Stack and java.util.Timezone. |
thiagolm
|
 |
Added 380 new tests to test new and old features. |
thiagolm
|
 |
Added a method to PersistableManager class to delete all occurencies of all types. The method's signature is public void deleteAll() |
thiagolm
|
 |
Added a method to PersistableManager class to delete all occurencies of a given type. The method's signature is public void deleteAll(java.lang.Class class) |
thiagolm
|
 |
Added a method to PersistableManager class to check if an entity is already persisted. The method's signature is public void isPersisted(Persistable persistable) |
thiagolm
|
 |
Improved the bytecode weave process to reduce the total amount of bytecode weaved. |
thiagolm
|
 |
Improved the exception handler mechanism. |
thiagolm
|
 |
Updated the Eclipse plugin to be compliant to the new version of Floggy. |
thiagolm
|
 |
Downgraded the source and target level of all sub projects of Floggy to 1.4. Now Floggy can run on JDK 1.4+. |
thiagolm
|
| Type |
Changes |
By |
 |
Uploaded documentation and first public release. |
thiagolm
|