Class JaxbTransient
- java.lang.Object
-
- org.hibernate.boot.jaxb.mapping.spi.JaxbTransient
-
- All Implemented Interfaces:
java.io.Serializable
public class JaxbTransient extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringname
-
Constructor Summary
Constructors Constructor Description JaxbTransient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()Gets the value of the name property.voidsetName(java.lang.String value)Sets the value of the name property.
-