Class AccessTypeMarshalling
- java.lang.Object
-
- org.hibernate.boot.jaxb.mapping.marshall.AccessTypeMarshalling
-
public class AccessTypeMarshalling extends Object
JAXB marshalling for JPA'sAccessType
-
-
Constructor Summary
Constructors Constructor Description AccessTypeMarshalling()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static jakarta.persistence.AccessType
fromXml(String name)
static String
toXml(jakarta.persistence.AccessType accessType)
-