Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbCustomSqlImpl
Packages that use JaxbCustomSqlImpl
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of JaxbCustomSqlImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbCustomSqlImplModifier and TypeFieldDescriptionprotected JaxbCustomSqlImplJaxbElementCollectionImpl.sqlDeleteprotected JaxbCustomSqlImplJaxbEntityImpl.sqlDeleteprotected JaxbCustomSqlImplJaxbManyToManyImpl.sqlDeleteprotected JaxbCustomSqlImplJaxbOneToManyImpl.sqlDeleteprotected JaxbCustomSqlImplJaxbPluralAnyMappingImpl.sqlDeleteprotected JaxbCustomSqlImplJaxbElementCollectionImpl.sqlDeleteAllprotected JaxbCustomSqlImplJaxbManyToManyImpl.sqlDeleteAllprotected JaxbCustomSqlImplJaxbOneToManyImpl.sqlDeleteAllprotected JaxbCustomSqlImplJaxbPluralAnyMappingImpl.sqlDeleteAllprotected JaxbCustomSqlImplJaxbElementCollectionImpl.sqlInsertprotected JaxbCustomSqlImplJaxbEntityImpl.sqlInsertprotected JaxbCustomSqlImplJaxbManyToManyImpl.sqlInsertprotected JaxbCustomSqlImplJaxbOneToManyImpl.sqlInsertprotected JaxbCustomSqlImplJaxbPluralAnyMappingImpl.sqlInsertprotected JaxbCustomSqlImplJaxbElementCollectionImpl.sqlUpdateprotected JaxbCustomSqlImplJaxbEntityImpl.sqlUpdateprotected JaxbCustomSqlImplJaxbManyToManyImpl.sqlUpdateprotected JaxbCustomSqlImplJaxbOneToManyImpl.sqlUpdateprotected JaxbCustomSqlImplJaxbPluralAnyMappingImpl.sqlUpdateMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbCustomSqlImplModifier and TypeMethodDescriptionObjectFactory.createJaxbCustomSqlImpl()Create an instance ofJaxbCustomSqlImplJaxbElementCollectionImpl.getSqlDelete()Gets the value of the sqlDelete property.@Nullable JaxbCustomSqlImplJaxbEntity.getSqlDelete()JaxbEntityImpl.getSqlDelete()Gets the value of the sqlDelete property.JaxbManyToManyImpl.getSqlDelete()Gets the value of the sqlDelete property.JaxbOneToManyImpl.getSqlDelete()Gets the value of the sqlDelete property.JaxbPluralAnyMappingImpl.getSqlDelete()Gets the value of the sqlDelete property.JaxbPluralAttribute.getSqlDelete()JaxbElementCollectionImpl.getSqlDeleteAll()Gets the value of the sqlDeleteAll property.JaxbManyToManyImpl.getSqlDeleteAll()Gets the value of the sqlDeleteAll property.JaxbOneToManyImpl.getSqlDeleteAll()Gets the value of the sqlDeleteAll property.JaxbPluralAnyMappingImpl.getSqlDeleteAll()Gets the value of the sqlDeleteAll property.JaxbPluralAttribute.getSqlDeleteAll()JaxbElementCollectionImpl.getSqlInsert()Gets the value of the sqlInsert property.@Nullable JaxbCustomSqlImplJaxbEntity.getSqlInsert()JaxbEntityImpl.getSqlInsert()Gets the value of the sqlInsert property.JaxbManyToManyImpl.getSqlInsert()Gets the value of the sqlInsert property.JaxbOneToManyImpl.getSqlInsert()Gets the value of the sqlInsert property.JaxbPluralAnyMappingImpl.getSqlInsert()Gets the value of the sqlInsert property.JaxbPluralAttribute.getSqlInsert()JaxbElementCollectionImpl.getSqlUpdate()Gets the value of the sqlUpdate property.@Nullable JaxbCustomSqlImplJaxbEntity.getSqlUpdate()JaxbEntityImpl.getSqlUpdate()Gets the value of the sqlUpdate property.JaxbManyToManyImpl.getSqlUpdate()Gets the value of the sqlUpdate property.JaxbOneToManyImpl.getSqlUpdate()Gets the value of the sqlUpdate property.JaxbPluralAnyMappingImpl.getSqlUpdate()Gets the value of the sqlUpdate property.JaxbPluralAttribute.getSqlUpdate()Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbCustomSqlImplModifier and TypeMethodDescriptionvoidJaxbElementCollectionImpl.setSqlDelete(JaxbCustomSqlImpl value) Sets the value of the sqlDelete property.voidJaxbEntity.setSqlDelete(@Nullable JaxbCustomSqlImpl value) voidJaxbEntityImpl.setSqlDelete(JaxbCustomSqlImpl value) Sets the value of the sqlDelete property.voidJaxbManyToManyImpl.setSqlDelete(JaxbCustomSqlImpl value) Sets the value of the sqlDelete property.voidJaxbOneToManyImpl.setSqlDelete(JaxbCustomSqlImpl value) Sets the value of the sqlDelete property.voidJaxbPluralAnyMappingImpl.setSqlDelete(JaxbCustomSqlImpl value) Sets the value of the sqlDelete property.voidJaxbPluralAttribute.setSqlDelete(JaxbCustomSqlImpl sqlDelete) voidJaxbElementCollectionImpl.setSqlDeleteAll(JaxbCustomSqlImpl value) Sets the value of the sqlDeleteAll property.voidJaxbManyToManyImpl.setSqlDeleteAll(JaxbCustomSqlImpl value) Sets the value of the sqlDeleteAll property.voidJaxbOneToManyImpl.setSqlDeleteAll(JaxbCustomSqlImpl value) Sets the value of the sqlDeleteAll property.voidJaxbPluralAnyMappingImpl.setSqlDeleteAll(JaxbCustomSqlImpl value) Sets the value of the sqlDeleteAll property.voidJaxbPluralAttribute.setSqlDeleteAll(JaxbCustomSqlImpl sqlDeleteAll) voidJaxbElementCollectionImpl.setSqlInsert(JaxbCustomSqlImpl value) Sets the value of the sqlInsert property.voidJaxbEntity.setSqlInsert(JaxbCustomSqlImpl value) voidJaxbEntityImpl.setSqlInsert(JaxbCustomSqlImpl value) Sets the value of the sqlInsert property.voidJaxbManyToManyImpl.setSqlInsert(JaxbCustomSqlImpl value) Sets the value of the sqlInsert property.voidJaxbOneToManyImpl.setSqlInsert(JaxbCustomSqlImpl value) Sets the value of the sqlInsert property.voidJaxbPluralAnyMappingImpl.setSqlInsert(JaxbCustomSqlImpl value) Sets the value of the sqlInsert property.voidJaxbPluralAttribute.setSqlInsert(JaxbCustomSqlImpl sqlInsert) voidJaxbElementCollectionImpl.setSqlUpdate(JaxbCustomSqlImpl value) Sets the value of the sqlUpdate property.voidJaxbEntity.setSqlUpdate(@Nullable JaxbCustomSqlImpl value) voidJaxbEntityImpl.setSqlUpdate(JaxbCustomSqlImpl value) Sets the value of the sqlUpdate property.voidJaxbManyToManyImpl.setSqlUpdate(JaxbCustomSqlImpl value) Sets the value of the sqlUpdate property.voidJaxbOneToManyImpl.setSqlUpdate(JaxbCustomSqlImpl value) Sets the value of the sqlUpdate property.voidJaxbPluralAnyMappingImpl.setSqlUpdate(JaxbCustomSqlImpl value) Sets the value of the sqlUpdate property.voidJaxbPluralAttribute.setSqlUpdate(JaxbCustomSqlImpl sqlUpdate) -
Uses of JaxbCustomSqlImpl in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal with parameters of type JaxbCustomSqlImplModifier and TypeMethodDescriptionstatic voidXmlAnnotationHelper.applyCustomSql(JaxbCustomSqlImpl jaxbCustomSql, CustomSqlDetails annotation) static voidXmlAnnotationHelper.applyCustomSql(JaxbCustomSqlImpl jaxbCustomSql, org.hibernate.models.spi.MutableAnnotationTarget target, org.hibernate.models.spi.AnnotationDescriptor descriptor, XmlDocumentContext xmlDocumentContext)