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 JaxbHbmCacheTypeJaxbHbmArrayType. cacheprotected JaxbHbmCacheTypeJaxbHbmBagCollectionType. cacheprotected JaxbHbmCacheTypeJaxbHbmIdBagCollectionType. cacheprotected JaxbHbmCacheTypeJaxbHbmListType. cacheprotected JaxbHbmCacheTypeJaxbHbmMapType. cacheprotected JaxbHbmCacheTypeJaxbHbmPrimitiveArrayType. cacheprotected JaxbHbmCacheTypeJaxbHbmRootEntityType. cacheprotected JaxbHbmCacheTypeJaxbHbmSetType. cacheMethods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmCacheType Modifier and Type Method Description JaxbHbmCacheTypeObjectFactory. createJaxbHbmCacheType()Create an instance ofJaxbHbmCacheTypeJaxbHbmCacheTypeJaxbHbmArrayType. getCache()Gets the value of the cache property.JaxbHbmCacheTypeJaxbHbmBagCollectionType. getCache()Gets the value of the cache property.JaxbHbmCacheTypeJaxbHbmIdBagCollectionType. getCache()Gets the value of the cache property.JaxbHbmCacheTypeJaxbHbmListType. getCache()Gets the value of the cache property.JaxbHbmCacheTypeJaxbHbmMapType. getCache()Gets the value of the cache property.JaxbHbmCacheTypeJaxbHbmPrimitiveArrayType. getCache()Gets the value of the cache property.JaxbHbmCacheTypeJaxbHbmRootEntityType. getCache()Gets the value of the cache property.JaxbHbmCacheTypeJaxbHbmSetType. getCache()Gets the value of the cache property.JaxbHbmCacheTypePluralAttributeInfo. getCache()Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmCacheType Modifier and Type Method Description voidJaxbHbmArrayType. setCache(JaxbHbmCacheType value)Sets the value of the cache property.voidJaxbHbmBagCollectionType. setCache(JaxbHbmCacheType value)Sets the value of the cache property.voidJaxbHbmIdBagCollectionType. setCache(JaxbHbmCacheType value)Sets the value of the cache property.voidJaxbHbmListType. setCache(JaxbHbmCacheType value)Sets the value of the cache property.voidJaxbHbmMapType. setCache(JaxbHbmCacheType value)Sets the value of the cache property.voidJaxbHbmPrimitiveArrayType. setCache(JaxbHbmCacheType value)Sets the value of the cache property.voidJaxbHbmRootEntityType. setCache(JaxbHbmCacheType value)Sets the value of the cache property.voidJaxbHbmSetType. 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 CachingHelper. createCaching(JaxbHbmCacheType cacheElement)
-