Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
Packages that use JaxbHbmCacheType
-
Uses of JaxbHbmCacheType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmCacheTypeModifier and TypeFieldDescriptionprotected 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 JaxbHbmCacheTypeModifier and TypeMethodDescriptionObjectFactory.createJaxbHbmCacheType()Create an instance ofJaxbHbmCacheTypeJaxbHbmArrayType.getCache()Gets the value of the cache property.JaxbHbmBagCollectionType.getCache()Gets the value of the cache property.JaxbHbmIdBagCollectionType.getCache()Gets the value of the cache property.JaxbHbmListType.getCache()Gets the value of the cache property.JaxbHbmMapType.getCache()Gets the value of the cache property.JaxbHbmPrimitiveArrayType.getCache()Gets the value of the cache property.JaxbHbmRootEntityType.getCache()Gets the value of the cache property.JaxbHbmSetType.getCache()Gets the value of the cache property.PluralAttributeInfo.getCache()Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmCacheTypeModifier and TypeMethodDescriptionvoidJaxbHbmArrayType.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 JaxbHbmCacheTypeModifier and TypeMethodDescriptionstatic CachingHelper.createCaching(JaxbHbmCacheType cacheElement)