Steve Ebersole
c930ebcd7d
HHH-6191 - repackage org.hibernate.cache per api/spi/internal split
2011-05-04 14:43:04 -05:00
Lukasz Antoniak
98342a7e2d
HHH-5580 - Tracking entity names in revision
2011-04-27 23:49:22 +02:00
Steve Ebersole
3ec1928653
HHH-6163 - Need to fix location of envers integrator service file
2011-04-27 12:27:28 -05:00
Adam Warski
061fbc15b9
Merged pull request #68 from lukasz-antoniak/HHH-4787.
...
HHH-4787 - AuditProperty.isNull() query fix and tests
2011-04-27 05:46:32 -07:00
Steve Ebersole
ff74ceaaa4
HHH-6155 - Migrate o.h.impl package to o.h.internal
2011-04-24 09:24:32 -05:00
Lukasz Antoniak
d56089559c
HHH-4787 - Clean up
2011-04-21 20:12:29 +02:00
Lukasz Antoniak
4810a48096
HHH-4787 - AuditProperty.isNull() query fix and tests
2011-04-21 20:04:16 +02:00
Steve Ebersole
53e0439880
HHH-6144 - Introduce ServiceRegistryBuilder
2011-04-20 15:58:10 -05:00
Lukasz Antoniak
86c15fd212
HHH-5276 - Refactoring
2011-04-19 19:19:00 +02:00
Lukasz Antoniak
ac49a906e8
HHH-5276 - REVINFO in different database schema creation
2011-04-19 19:19:00 +02:00
Lukasz Antoniak
d7cc102b00
HHH-6069 - Escape entity fields name
2011-04-19 17:27:07 +02:00
Lukasz Antoniak
40f28ff69c
HHH-4073 - Discriminator formula support in Envers
2011-04-13 19:12:44 +02:00
Steve Ebersole
6504cb6d78
HHH-6098 - Slight naming changes in regards to new logging classes
2011-04-08 09:44:13 -05:00
Steve Ebersole
9a81587505
HHH-6081 - Finish up Integrator
2011-04-06 13:54:03 -05:00
Steve Ebersole
aad256c634
HHH-6081 - Finish up Integrator
2011-04-05 16:10:41 -05:00
adamw
1a1432179f
HHH-6064: only registering the Envers listeners if there are any audited entities
2011-03-30 20:45:36 +02:00
Steve Ebersole
ba71fe0132
HHH-6036 - integration documentation generation
2011-03-29 15:14:09 -05:00
Steve Ebersole
ef3830b7ee
HHH-5913 - Implement set of event listeners as a service
2011-03-28 16:55:23 -05:00
Steve Ebersole
753b95729a
HHH-5913 - Implement set of event listeners as a service
2011-03-28 08:03:11 -05:00
Steve Ebersole
6a180aaa1f
HHH-5913 - Implement set of event listeners as a service
2011-03-28 07:55:45 -05:00
Steve Ebersole
42c609cfdd
HHH-5913 - Implement set of event listeners as a service
2011-03-27 11:45:18 -05:00
Steve Ebersole
e8ebe8e396
HHH-5913 - Implement set of event listeners as a service
2011-03-27 11:45:18 -05:00
Steve Ebersole
5adf2960c2
HHH-5913 - Implement set of event listeners as a service
2011-03-27 11:45:18 -05:00
Steve Ebersole
47abaf12fa
HHH-5697 - Support for multi-tenancy
2011-03-26 10:50:18 -05:00
Steve Ebersole
fe8c7183d1
HHH-5697 - Support for multi-tenancy
2011-03-26 09:11:33 -05:00
Steve Ebersole
d42d52b8f1
HHH-5697 - Support for multi-tenancy
2011-03-25 18:46:20 -05:00
Steve Ebersole
64c38a0726
HHH-2680 - Blobs not updated on Session.merge() for detached instances
2011-03-24 08:15:10 -05:00
Steve Ebersole
efa325f5db
HHH-6027 - Migrate o.h.action pakcage to api/spi/internal split
2011-03-18 17:47:49 -05:00
Steve Ebersole
8b94ac65a1
HHH-5994 - Inserts may be delayed because TransactionCoordinatorImpl.isTransactionInProgress() returns false for non-JTA transactions
2011-03-09 09:52:12 -06:00
JPAV
346418c4ef
Final sync with upstream master
2011-03-08 16:19:57 -06:00
Steve Ebersole
0816d00e59
HHH-5986 - Refactor org.hibernate.util package for spi/internal split
2011-03-05 09:26:34 -06:00
Steve Ebersole
b4a440e8d3
HHH-5949 - Migrate, complete and integrate TransactionFactory as a service
2011-03-02 16:52:43 -06:00
Gail Badner
7243d04541
HHH-5941 : remove deprecated set(), nullSafeSet(), get(), nullSafeGet() methods and add SessionImplementer argument to UserType.nullSafeGet()/nullSafeSet()
2011-02-25 16:29:09 -08:00
JPAV
79080f74d6
sync with master
2011-02-24 16:18:35 -06:00
JPAV
c71e3c4baf
Changed copyright notice from JBoss to Hibernate for new logging classes
2011-02-23 16:46:58 -06:00
Brian Parker
e7d19bb4da
Apply read and write expressions to the revision entity.
2011-02-23 15:32:25 -06:00
adamw
2ccc73454a
HHH-5883: Fixing - @Lob annotated field throws MappingException when the field type is serializable
2011-02-23 15:20:38 -06:00
JPAV
ece77365dc
Updated to work with latest releases of jboss-logging and jboss-logging-tools
2011-02-16 16:14:27 -06:00
Brian Parker
c61606c458
Apply read and write expressions to the revision entity.
2011-02-14 18:05:22 +01:00
JPAV
8c806d361d
Changes from requests at Hibernate meeting: message codes, use XXXf methods for debug and trace, use @Cause
2011-02-08 13:55:27 -06:00
adamw
d8772c04a8
HHH-5883: Fixing - @Lob annotated field throws MappingException when the field type is serializable
2011-01-31 12:35:11 +01:00
JPAV
af24178145
Give each project a single logger
2011-01-18 16:01:00 -06:00
JPAV
3712e1ad7e
Give each project a single logger
2011-01-18 16:00:59 -06:00
Sanne Grinovero
3fab254606
HHH-5839 - non-utf8 characters in AuditReaderImpl
2011-01-13 11:46:15 +00:00
Hernan
83b1f22ea9
Removing isNotAudited() method.
2011-01-04 09:36:55 +01:00
Hernan
323d9dd16e
Removing isEntityClassNotAudited() and isEntityNameNotAudited() method for later discussion.
2011-01-04 09:36:54 +01:00
Hernan
89393c5e9e
HHH-5588
...
Removing EnversExeption and using HibernateException instead.
2011-01-04 09:36:54 +01:00
Hernan
188ec620e8
Creating a generic envers exception
2011-01-04 09:36:53 +01:00
Hernan
46660fd045
Resolving HHH-5588: Improve support for entityNames in envers.
...
When instantiating an historic entity, envers put its entityName on the cache for future uses.
2011-01-04 09:36:53 +01:00
Hernan
7ec8c11327
Resolving HHH-5588: Improve support for entityNames in envers.
...
Adding isNotAudited for determine if an entity is marked as @Audited(NOT_AUDITED)
2011-01-04 09:36:53 +01:00
Hernan
eaeb4f8343
Resolving HHH-5588: Improve support for entityNames in envers.
...
Adding entityNameCache for resolving entityNames in envers.
2011-01-04 09:36:53 +01:00
Hernan
328c098ab9
Resolving HHH-5588: Improve support for entityNames in envers.
...
Adding methods for knowing if an entityName is marked to be resolved by core (@Audited(targetAuditMode='NOT_AUDITED')
isEntityNameNotAudited()
Adding method to resolve the entityName for an entity retrieved previously by envers.
getEntityName()
2011-01-04 09:36:53 +01:00
Erik-Berndt Scheper
f125f06c45
HHH-5750 - Proxied objects lose the temporary session used to initialize them
2010-12-22 11:37:07 +01:00
Svyatoslav Reyentenko
e831e29435
Ignore collection changes if no revision on collection change is set
2010-12-09 09:03:35 +01:00
Gail Badner
b006a6c3c5
HHH-5765 : Refactor JDBCContext/ConnectionManager spi/impl and to use new proxies
2010-12-08 17:23:44 -08:00
nandina
fd0a463f0e
Added comments for changes of HHH-5686
2010-11-11 15:19:25 +01:00
nandina
696fcccd0f
Fix for HHH-5686 Changed the generation of HQL query for one to many relations from "select new list(r) from Relation r" to "select r from Relation r".
2010-11-11 15:19:21 +01:00
adamw
c6a6e5cea1
Fix for HHH-4646 and HHH-5177: removing unneeded addPropertiesFromClassRec method
2010-10-29 19:57:48 +02:00
Hernán Chanfreau
b919969497
Fix for HHH-4646 and HHH-5177
...
- Read audited properties from subclasses first, then check recursively on superclasses.
- Chech on superclasses only if a class is audited
- Calculate if the "current" class of the recursion is audited at class level.
- Created ComponentAuditedPropertiesReader subclass for AuditedPropertiesReader to use for reading component audited properties inside classes
- Created a protected method in AuditedPropertiesReader, letting the subclass do their job.
- Ordered the code to be more understandable.
2010-10-29 19:57:47 +02:00
Hernán Chanfreau
873fe754e3
Fix for HHH-4646 and HHH-5177
...
added methods isEmpty() and contains(key)
2010-10-29 19:57:47 +02:00
Steve Ebersole
e21fed8304
HHH-5616 - Switch to Gradle for builds .. envers
2010-10-11 14:41:48 -05:00