Class LockModeTypeMarshalling
- java.lang.Object
-
- org.hibernate.boot.jaxb.mapping.marshall.LockModeTypeMarshalling
-
public class LockModeTypeMarshalling extends Object
JAXB marshalling forLockModeType
-
-
Constructor Summary
Constructors Constructor Description LockModeTypeMarshalling()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static jakarta.persistence.LockModeType
fromXml(String name)
static String
toXml(jakarta.persistence.LockModeType lockModeType)
-