Uses of Class
org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
-
Packages that use JaxbHbmTimestampAttributeType Package Description org.hibernate.boot.jaxb.hbm.spi -
-
Uses of JaxbHbmTimestampAttributeType in org.hibernate.boot.jaxb.hbm.spi
Fields in org.hibernate.boot.jaxb.hbm.spi declared as JaxbHbmTimestampAttributeType Modifier and Type Field Description protected JaxbHbmTimestampAttributeType
JaxbHbmRootEntityType. timestamp
Methods in org.hibernate.boot.jaxb.hbm.spi that return JaxbHbmTimestampAttributeType Modifier and Type Method Description JaxbHbmTimestampAttributeType
ObjectFactory. createJaxbHbmTimestampAttributeType()
Create an instance ofJaxbHbmTimestampAttributeType
JaxbHbmTimestampAttributeType
JaxbHbmRootEntityType. getTimestamp()
Gets the value of the timestamp property.Methods in org.hibernate.boot.jaxb.hbm.spi with parameters of type JaxbHbmTimestampAttributeType Modifier and Type Method Description void
JaxbHbmRootEntityType. setTimestamp(JaxbHbmTimestampAttributeType value)
Sets the value of the timestamp property.
-