CHAPTER 6 (How to cite a web site) n MAPPING WITH ANNOTATIONS 129 n
CHAPTER 6 n MAPPING WITH ANNOTATIONS 129 n MAPPING WITH ANNOTATIONS 129 mutable is true by default, but if set to false, it allows the persistence engine to cache the values read from the database, and the persistence engine will make no attempt to update them in response to changes (changes that should not be made if this flag is set to false). optimisticLock allows an optimistic lock strategy to be selected from the OptimisticLockType enumeration values of ALL, DIRTY, NONE, and VERSION. This defaults to VERSION. persister allows a persister class other than the default Hibernate one to be selected for the entity (for example, allowing serialization to be used instead of relational persistence). polymorphism allows the polymorphism strategy to be selected from the PolymorphismType enumeration values of EXPLICIT and IMPLICIT. This defaults to IMPLICIT. selectBeforeUpdate allows the user to request that a SELECT be performed to retrieve the entity before any potential update. Sorting Collections with @Sort The Hibernate-specific @Sort annotation allows a collection managed by Hibernate to be sorted by a standard Java comparator. The following code gives an example. @javac.persistence.OneToMany @org.hibernate.annotations.Sort( type=org.hibernate.annotations.SortType.COMPARATOR, comparator=EmployeeComparator.class ) public Set
Note: If you are looking for high quality webhost to host and run your jsp application check Vision christian web host services