Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
-
Packages that use JaxbHbmCacheType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of JaxbHbmCacheType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmCacheType Modifier and Type Field Description protected JaxbHbmCacheType
JaxbHbmArrayType. cache
protected JaxbHbmCacheType
JaxbHbmBagCollectionType. cache
protected JaxbHbmCacheType
JaxbHbmIdBagCollectionType. cache
protected JaxbHbmCacheType
JaxbHbmListType. cache
protected JaxbHbmCacheType
JaxbHbmMapType. cache
protected JaxbHbmCacheType
JaxbHbmPrimitiveArrayType. cache
protected JaxbHbmCacheType
JaxbHbmRootEntityType. cache
protected JaxbHbmCacheType
JaxbHbmSetType. cache
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmCacheType Modifier and Type Method Description JaxbHbmCacheType
ObjectFactory. createJaxbHbmCacheType()
Create an instance ofJaxbHbmCacheType
JaxbHbmCacheType
JaxbHbmArrayType. getCache()
Gets the value of the cache property.JaxbHbmCacheType
JaxbHbmBagCollectionType. getCache()
Gets the value of the cache property.JaxbHbmCacheType
JaxbHbmIdBagCollectionType. getCache()
Gets the value of the cache property.JaxbHbmCacheType
JaxbHbmListType. getCache()
Gets the value of the cache property.JaxbHbmCacheType
JaxbHbmMapType. getCache()
Gets the value of the cache property.JaxbHbmCacheType
JaxbHbmPrimitiveArrayType. getCache()
Gets the value of the cache property.JaxbHbmCacheType
JaxbHbmRootEntityType. getCache()
Gets the value of the cache property.JaxbHbmCacheType
JaxbHbmSetType. getCache()
Gets the value of the cache property.JaxbHbmCacheType
PluralAttributeInfo. getCache()
Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmCacheType Modifier and Type Method Description void
JaxbHbmArrayType. setCache(JaxbHbmCacheType value)
Sets the value of the cache property.void
JaxbHbmBagCollectionType. setCache(JaxbHbmCacheType value)
Sets the value of the cache property.void
JaxbHbmIdBagCollectionType. setCache(JaxbHbmCacheType value)
Sets the value of the cache property.void
JaxbHbmListType. setCache(JaxbHbmCacheType value)
Sets the value of the cache property.void
JaxbHbmMapType. setCache(JaxbHbmCacheType value)
Sets the value of the cache property.void
JaxbHbmPrimitiveArrayType. setCache(JaxbHbmCacheType value)
Sets the value of the cache property.void
JaxbHbmRootEntityType. setCache(JaxbHbmCacheType value)
Sets the value of the cache property.void
JaxbHbmSetType. setCache(JaxbHbmCacheType value)
Sets the value of the cache property. -
Uses of JaxbHbmCacheType in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmCacheType Modifier and Type Method Description static Caching
Helper. createCaching(JaxbHbmCacheType cacheElement)
-