» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with persistence + JPA

Chapter 2. Entity Beans

@Embedded @AttributeOverrides( { @AttributeOverride(name="iso2", column = @Column(name="bornIso2") ), @AttributeOverride(name="name", column = @Column(name="bornCountryName") ) } )

Hibernate: del.icio.us tag/hibernate

envers - easy versioning for hibernate

The Envers project aims to enable easy versioning of persistent JPA classes. All that you have to do is annotate your persistent class or some of its properties, that you want to version, with @Versioned. For each versioned entity, a table will be created, which will hold the history of changes made to the entity. You can then retrieve and query historical data without much effort.

Hibernate: del.icio.us tag/hibernate

envers - easy versioning for hibernate

The Envers project aims to enable easy versioning of persistent JPA classes. All that you have to do is annotate your persistent class or some of its properties, that you want to version, with @Versioned. For each versioned entity, a table will be created, which will hold the history of changes made to the entity. You can then retrieve and query historical data without much effort.

opensource: del.icio.us tag/opensource

JPA com Hibernate - persistence.xml - InfoBlogs

QLDialect" /> <property name="hibernate.connection.url" value="jdbc:hsqldb:." /> <property name="hibernate.connection.driver_class" value="org.hsqldb.jdbcDriver" /> Em password e username vocĂȘ deve utilizar os dados para acessar o seu BD.

Hibernate: del.icio.us tag/hibernate

Page 1 | Next >>