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 JaxbCustomSqlJaxbEntity. sqlDeleteprotected JaxbCustomSqlJaxbEntity. sqlInsertprotected JaxbCustomSqlJaxbEntity. sqlUpdateMethods in org.hibernate.boot.jaxb.mapping that return JaxbCustomSql Modifier and Type Method Description JaxbCustomSqlObjectFactory. createJaxbCustomSql()Create an instance ofJaxbCustomSqlJaxbCustomSqlJaxbEntity. getSqlDelete()Gets the value of the sqlDelete property.JaxbCustomSqlJaxbEntity. getSqlInsert()Gets the value of the sqlInsert property.JaxbCustomSqlJaxbEntity. 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 voidJaxbEntity. setSqlDelete(JaxbCustomSql value)Sets the value of the sqlDelete property.voidJaxbEntity. setSqlInsert(JaxbCustomSql value)Sets the value of the sqlInsert property.voidJaxbEntity. setSqlUpdate(JaxbCustomSql value)Sets the value of the sqlUpdate property.
-