Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdCacheType
-
Packages that use JaxbHbmNaturalIdCacheType Package Description org.hibernate.boot.jaxb.hbm.spi org.hibernate.boot.model.source.internal.hbm -
-
Uses of JaxbHbmNaturalIdCacheType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmNaturalIdCacheType Modifier and Type Field Description protected JaxbHbmNaturalIdCacheType
JaxbHbmRootEntityType. naturalIdCache
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmNaturalIdCacheType Modifier and Type Method Description JaxbHbmNaturalIdCacheType
ObjectFactory. createJaxbHbmNaturalIdCacheType()
Create an instance ofJaxbHbmNaturalIdCacheType
JaxbHbmNaturalIdCacheType
JaxbHbmRootEntityType. getNaturalIdCache()
Gets the value of the naturalIdCache property.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmNaturalIdCacheType Modifier and Type Method Description void
JaxbHbmRootEntityType. setNaturalIdCache(JaxbHbmNaturalIdCacheType value)
Sets the value of the naturalIdCache property. -
Uses of JaxbHbmNaturalIdCacheType in org.hibernate.boot.model.source.internal.hbm
Methods in org.hibernate.boot.model.source.internal.hbm with parameters of type JaxbHbmNaturalIdCacheType Modifier and Type Method Description static Caching
Helper. createNaturalIdCaching(JaxbHbmNaturalIdCacheType cacheElement)
-