Class OnDeleteActionMarshalling
- java.lang.Object
-
- org.hibernate.boot.jaxb.mapping.marshall.OnDeleteActionMarshalling
-
public class OnDeleteActionMarshalling extends Object
-
-
Constructor Summary
Constructors Constructor Description OnDeleteActionMarshalling()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OnDeleteAction
fromXml(String name)
static String
toXml(OnDeleteAction accessType)
-
-
-
Method Detail
-
fromXml
public static OnDeleteAction fromXml(String name)
-
toXml
public static String toXml(OnDeleteAction accessType)
-
-