Class JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
- Enclosing class:
JaxbCfgHibernateConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<JaxbCfgEventListenerGroupType> protected List<JaxbCfgEventListenerType> protected List<JaxbCfgMappingReferenceType> protected Stringprotected List<JaxbCfgConfigPropertyType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the classCacheOrCollectionCache property.getEvent()Gets the value of the event property.Gets the value of the listener property.Gets the value of the mapping property.getName()Gets the value of the name property.Gets the value of the property property.voidSets the value of the name property.
-
Field Details
-
property
-
mapping
-
classCacheOrCollectionCache
-
event
-
listener
-
name
-
-
Constructor Details
-
JaxbCfgSessionFactory
public JaxbCfgSessionFactory()
-
-
Method Details
-
getProperty
Gets the value of the property 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 Jakarta XML Binding object. This is why there is not a
setmethod for the property property.For example, to add a new item, do as follows:
getProperty().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbCfgConfigPropertyType- Returns:
- The value of the property property.
-
getMapping
Gets the value of the mapping 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 Jakarta XML Binding object. This is why there is not a
setmethod for the mapping property.For example, to add a new item, do as follows:
getMapping().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbCfgMappingReferenceType- Returns:
- The value of the mapping property.
-
getClassCacheOrCollectionCache
Gets the value of the classCacheOrCollectionCache 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 Jakarta XML Binding object. This is why there is not a
setmethod for the classCacheOrCollectionCache property.For example, to add a new item, do as follows:
getClassCacheOrCollectionCache().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbCfgCollectionCacheTypeJaxbCfgEntityCacheType- Returns:
- The value of the classCacheOrCollectionCache property.
-
getEvent
Gets the value of the event 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 Jakarta XML Binding object. This is why there is not a
setmethod for the event property.For example, to add a new item, do as follows:
getEvent().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbCfgEventListenerGroupType- Returns:
- The value of the event property.
-
getListener
Gets the value of the listener 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 Jakarta XML Binding object. This is why there is not a
setmethod for the listener property.For example, to add a new item, do as follows:
getListener().add(newItem);
Objects of the following type(s) are allowed in the list
JaxbCfgEventListenerType- Returns:
- The value of the listener property.
-
getName
-
setName
-