org.progeeks.hibernate
Class HibernateAnnotations.OptimisticLockingPropertyType

java.lang.Object
  extended by org.progeeks.meta.ClassPropertyType
      extended by org.progeeks.meta.ClassEnumeratedPropertyType
          extended by org.progeeks.hibernate.HibernateAnnotations.OptimisticLockingPropertyType
All Implemented Interfaces:
java.io.Serializable, EnumeratedPropertyType, PropertyType
Enclosing class:
HibernateAnnotations

public static class HibernateAnnotations.OptimisticLockingPropertyType
extends ClassEnumeratedPropertyType

Enumerated property type defining the valid values for the class annotation's optimisticLocking property.

See Also:
Serialized Form

Field Summary
static java.lang.String ALL
           
static java.lang.String DIRTY
           
static java.lang.String NONE
           
static java.lang.String VERSION
           
 
Constructor Summary
HibernateAnnotations.OptimisticLockingPropertyType()
           
 
Method Summary
 
Methods inherited from class org.progeeks.meta.ClassEnumeratedPropertyType
getEnumeratedValues, isEnumeratedValue, isInstance, wrapRawSuperType
 
Methods inherited from class org.progeeks.meta.ClassPropertyType
convertPrimitive, createRawSuperTypeIterator, equals, getBaseClass, getSuperTypes, hashCode, isAssignableFrom, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.progeeks.meta.PropertyType
getBaseClass, getSuperTypes, isAssignableFrom
 

Field Detail

NONE

public static final java.lang.String NONE
See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
See Also:
Constant Field Values

DIRTY

public static final java.lang.String DIRTY
See Also:
Constant Field Values

ALL

public static final java.lang.String ALL
See Also:
Constant Field Values
Constructor Detail

HibernateAnnotations.OptimisticLockingPropertyType

public HibernateAnnotations.OptimisticLockingPropertyType()


Copyright © 2002-2003 Paul Speed. All Rights Reserved.