Class EntityListeners
- java.lang.Object
-
- org.hibernate.jpamodelgen.xml.jaxb.EntityListeners
-
public class EntityListeners extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<EntityListener>
entityListener
-
Constructor Summary
Constructors Constructor Description EntityListeners()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<EntityListener>
getEntityListener()
Gets the value of the entityListener property.
-
-
-
Field Detail
-
entityListener
protected java.util.List<EntityListener> entityListener
-
-
Method Detail
-
getEntityListener
public java.util.List<EntityListener> 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
EntityListener
-
-