Class JaxbEntityListeners
- java.lang.Object
-
- org.hibernate.boot.jaxb.mapping.spi.JaxbEntityListeners
-
- All Implemented Interfaces:
java.io.Serializable
public class JaxbEntityListeners extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<JaxbEntityListener>
entityListener
-
Constructor Summary
Constructors Constructor Description JaxbEntityListeners()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<JaxbEntityListener>
getEntityListener()
Gets the value of the entityListener property.
-
-
-
Field Detail
-
entityListener
protected java.util.List<JaxbEntityListener> entityListener
-
-
Method Detail
-
getEntityListener
public java.util.List<JaxbEntityListener> getEntityListener()
Gets the value of the entityListener property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the entityListener property.For example, to add a new item, do as follows:
getEntityListener().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbEntityListener
-
-