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