Thread Generate DDL from Class diagram using Hibernate tool
Generate DDL from Class diagram using Hibernate toolHi All, I need to generate the DDL scripts from the existing Class Diagram.Can anyone help me to know if this is possible through hibernate or not. And,if Yes then how. Thanks in advance.
Thread Seam: Update query is called before select query
Seam: Update query is called before select queryI have List of name,when i click on name it will display me the contact detail of the person.but here problem is At a first time when my list is loaded when i select any name then the detail for the same person is s...
nested transactions not supportedAlthough after each commit I close the session but sometimes my code runs into following error. Once I do the same operation for few times it surpass the error and works. Messages: ...
Session is closed.Hi, I am using Jboss 7.1.1 Final and my application embeds Hibernate 3.5. When saving an object MyClass containing these 2 realtions, I have the following exception. @Entity @Au...
Question about the identity keyHi All I have a question about identity key: (1) Is it required a identity key in a entity class? (2) Is it possible to do that make a entity class to following another entity identity key?. Regards...
Envers configuration in map modeI am using Hibernate with entity mode set to dynamic map. I don't have any classes to annotate. How can Envers be configured in this case?
Thread @ModifiedEntityNames with entity names rather than class names
@ModifiedEntityNames with entity names rather than class namesHi, I'm in the process of adding Envers to a... hm.. a bit complex project. I noticed that by default @ModifiedEntityNames stores fully qualified class names of entities. However, this can impact my abilit t...
Thread Cannot audit subclass of non-audited "JOINED" superclass
Cannot audit subclass of non-audited "JOINED" superclassI have a problem with trying to get a class to audit using Envers 4.1.10. Here is the situation as best as I can describe it. I am using a framework called broadleaf that defines a super class (SkuImpl.cla...
Envers without a central REVINFO tableWe are looking to use Envers for a new project. For this project, we don't care whether entites were modified in the same transaction only when each change was made, so the central REVINFO table doesn't help us....
Conditional auditing questions...I have the following Entities set up & linked together. @Entity @Audited public class ProductOrder extends Entity { @ManyToOne private User user; ...
Thread How to manually assign _MOD column name for the property?
How to manually assign _MOD column name for the property?I am applying Hibernate envers for already existing Hibernate project. I am Tracking entity changes at property level, which creates columns with the properties names with a suffix of _MOD by default, then i am getti...
Auditing Dynamic ComponentsHi, unfortunetaly, Envers does currently not support the auditing of dynamic-components (An org.hibernate.MappingException is thrown: Audited dynamic-component properties are not supported. Consider applying @...