Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbTransient
-
Packages that use JaxbTransient Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbTransient in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbTransient Modifier and Type Field Description protected List<JaxbTransient>JaxbAttributes. _transientprotected List<JaxbTransient>JaxbEmbeddableAttributes. _transientMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbTransient Modifier and Type Method Description JaxbTransientObjectFactory. createJaxbTransient()Create an instance ofJaxbTransientMethods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbTransient Modifier and Type Method Description List<JaxbTransient>AttributesContainer. getTransient()List<JaxbTransient>JaxbAttributes. getTransient()Gets the value of the transient property.List<JaxbTransient>JaxbEmbeddableAttributes. getTransient()Gets the value of the transient property.
-