Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbCustomSql
Packages that use JaxbCustomSql
-
Uses of JaxbCustomSql in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbCustomSqlModifier and TypeFieldDescriptionprotected JaxbCustomSqlJaxbEntity.sqlDeleteprotected JaxbCustomSqlJaxbEntity.sqlInsertprotected JaxbCustomSqlJaxbEntity.sqlUpdateMethods in org.hibernate.boot.jaxb.mapping that return JaxbCustomSqlModifier and TypeMethodDescriptionObjectFactory.createJaxbCustomSql()Create an instance ofJaxbCustomSqlJaxbEntity.getSqlDelete()Gets the value of the sqlDelete property.JaxbEntity.getSqlInsert()Gets the value of the sqlInsert property.JaxbEntity.getSqlUpdate()Gets the value of the sqlUpdate property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbCustomSqlModifier and TypeMethodDescriptionvoidJaxbEntity.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.