Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListener
-
Packages that use JaxbEntityListener Package Description org.hibernate.boot.jaxb.mapping.spi -
-
Uses of JaxbEntityListener in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbEntityListener Modifier and Type Field Description protected java.util.List<JaxbEntityListener>JaxbEntityListeners. entityListenerMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbEntityListener Modifier and Type Method Description JaxbEntityListenerObjectFactory. createJaxbEntityListener()Create an instance ofJaxbEntityListenerMethods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbEntityListener Modifier and Type Method Description java.util.List<JaxbEntityListener>JaxbEntityListeners. getEntityListener()Gets the value of the entityListener property.
-