Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListeners
-
Packages that use JaxbEntityListeners Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbEntityListeners in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbEntityListeners Modifier and Type Field Description protected JaxbEntityListenersJaxbEntity. entityListenersprotected JaxbEntityListenersJaxbMappedSuperclass. entityListenersprotected JaxbEntityListenersJaxbPersistenceUnitDefaults. entityListenersMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbEntityListeners Modifier and Type Method Description JaxbEntityListenersObjectFactory. createJaxbEntityListeners()Create an instance ofJaxbEntityListenersJaxbEntityListenersEntityOrMappedSuperclass. getEntityListeners()JaxbEntityListenersJaxbEntity. getEntityListeners()Gets the value of the entityListeners property.JaxbEntityListenersJaxbMappedSuperclass. getEntityListeners()Gets the value of the entityListeners property.JaxbEntityListenersJaxbPersistenceUnitDefaults. getEntityListeners()Gets the value of the entityListeners property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbEntityListeners Modifier and Type Method Description voidEntityOrMappedSuperclass. setEntityListeners(JaxbEntityListeners value)voidJaxbEntity. setEntityListeners(JaxbEntityListeners value)Sets the value of the entityListeners property.voidJaxbMappedSuperclass. setEntityListeners(JaxbEntityListeners value)Sets the value of the entityListeners property.voidJaxbPersistenceUnitDefaults. setEntityListeners(JaxbEntityListeners value)Sets the value of the entityListeners property.
-