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