railo.runtime.orm.hibernate
Class HibernateConstants

java.lang.Object
  extended by railo.runtime.orm.hibernate.HibernateConstants

public class HibernateConstants
extends Object


Field Summary
static int CASCADE_ALL
           
static int CASCADE_ALL_DELETE_ORPHAN
           
static int CASCADE_DELETE
           
static int CASCADE_DELETE_ORPHAN
           
static int CASCADE_NONE
           
static int CASCADE_SAVE_UPDATE
           
static int COLLECTION_TYPE_ARRAY
           
static int COLLECTION_TYPE_STRUCT
           
static int REFRESH
           
 
Constructor Summary
HibernateConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CASCADE_NONE

public static final int CASCADE_NONE
See Also:
Constant Field Values

CASCADE_ALL

public static final int CASCADE_ALL
See Also:
Constant Field Values

CASCADE_SAVE_UPDATE

public static final int CASCADE_SAVE_UPDATE
See Also:
Constant Field Values

CASCADE_DELETE

public static final int CASCADE_DELETE
See Also:
Constant Field Values

CASCADE_DELETE_ORPHAN

public static final int CASCADE_DELETE_ORPHAN
See Also:
Constant Field Values

CASCADE_ALL_DELETE_ORPHAN

public static final int CASCADE_ALL_DELETE_ORPHAN
See Also:
Constant Field Values

REFRESH

public static final int REFRESH
See Also:
Constant Field Values

COLLECTION_TYPE_ARRAY

public static final int COLLECTION_TYPE_ARRAY
See Also:
Constant Field Values

COLLECTION_TYPE_STRUCT

public static final int COLLECTION_TYPE_STRUCT
See Also:
Constant Field Values
Constructor Detail

HibernateConstants

public HibernateConstants()


Copyright © 2012 Railo