Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbCustomSql
-
Packages that use JaxbCustomSql Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbCustomSql in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbCustomSql Modifier and Type Field Description protected JaxbCustomSql
JaxbEntity. sqlDelete
protected JaxbCustomSql
JaxbEntity. sqlInsert
protected JaxbCustomSql
JaxbEntity. sqlUpdate
Methods in org.hibernate.boot.jaxb.mapping that return JaxbCustomSql Modifier and Type Method Description JaxbCustomSql
ObjectFactory. createJaxbCustomSql()
Create an instance ofJaxbCustomSql
JaxbCustomSql
JaxbEntity. getSqlDelete()
Gets the value of the sqlDelete property.JaxbCustomSql
JaxbEntity. getSqlInsert()
Gets the value of the sqlInsert property.JaxbCustomSql
JaxbEntity. getSqlUpdate()
Gets the value of the sqlUpdate property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbCustomSql Modifier and Type Method Description void
JaxbEntity. setSqlDelete(JaxbCustomSql value)
Sets the value of the sqlDelete property.void
JaxbEntity. setSqlInsert(JaxbCustomSql value)
Sets the value of the sqlInsert property.void
JaxbEntity. setSqlUpdate(JaxbCustomSql value)
Sets the value of the sqlUpdate property.
-