Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbEmbeddableInstantiatorRegistration
-
Packages that use JaxbEmbeddableInstantiatorRegistration Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbEmbeddableInstantiatorRegistration in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbEmbeddableInstantiatorRegistration Modifier and Type Field Description protected List<JaxbEmbeddableInstantiatorRegistration>
JaxbEntityMappings. embeddableInstantiatorRegistrations
Methods in org.hibernate.boot.jaxb.mapping that return JaxbEmbeddableInstantiatorRegistration Modifier and Type Method Description JaxbEmbeddableInstantiatorRegistration
ObjectFactory. createJaxbEmbeddableInstantiatorRegistration()
Create an instance ofJaxbEmbeddableInstantiatorRegistration
Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbEmbeddableInstantiatorRegistration Modifier and Type Method Description List<JaxbEmbeddableInstantiatorRegistration>
JaxbEntityMappings. getEmbeddableInstantiatorRegistrations()
Gets the value of the embeddableInstantiatorRegistrations property.
-