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