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 JaxbCustomSqlImpl
JaxbElementCollectionImpl.sqlDelete
protected JaxbCustomSqlImpl
JaxbEntityImpl.sqlDelete
protected JaxbCustomSqlImpl
JaxbManyToManyImpl.sqlDelete
protected JaxbCustomSqlImpl
JaxbOneToManyImpl.sqlDelete
protected JaxbCustomSqlImpl
JaxbPluralAnyMappingImpl.sqlDelete
protected JaxbCustomSqlImpl
JaxbElementCollectionImpl.sqlDeleteAll
protected JaxbCustomSqlImpl
JaxbManyToManyImpl.sqlDeleteAll
protected JaxbCustomSqlImpl
JaxbOneToManyImpl.sqlDeleteAll
protected JaxbCustomSqlImpl
JaxbPluralAnyMappingImpl.sqlDeleteAll
protected JaxbCustomSqlImpl
JaxbElementCollectionImpl.sqlInsert
protected JaxbCustomSqlImpl
JaxbEntityImpl.sqlInsert
protected JaxbCustomSqlImpl
JaxbManyToManyImpl.sqlInsert
protected JaxbCustomSqlImpl
JaxbOneToManyImpl.sqlInsert
protected JaxbCustomSqlImpl
JaxbPluralAnyMappingImpl.sqlInsert
protected JaxbCustomSqlImpl
JaxbElementCollectionImpl.sqlUpdate
protected JaxbCustomSqlImpl
JaxbEntityImpl.sqlUpdate
protected JaxbCustomSqlImpl
JaxbManyToManyImpl.sqlUpdate
protected JaxbCustomSqlImpl
JaxbOneToManyImpl.sqlUpdate
protected JaxbCustomSqlImpl
JaxbPluralAnyMappingImpl.sqlUpdate
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbCustomSqlImplModifier and TypeMethodDescriptionObjectFactory.createJaxbCustomSqlImpl()
Create an instance ofJaxbCustomSqlImpl
JaxbElementCollectionImpl.getSqlDelete()
Gets the value of the sqlDelete property.@Nullable JaxbCustomSqlImpl
JaxbEntity.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 JaxbCustomSqlImpl
JaxbEntity.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 JaxbCustomSqlImpl
JaxbEntity.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 TypeMethodDescriptionvoid
JaxbElementCollectionImpl.setSqlDelete
(JaxbCustomSqlImpl value) Sets the value of the sqlDelete property.void
JaxbEntity.setSqlDelete
(@Nullable JaxbCustomSqlImpl value) void
JaxbEntityImpl.setSqlDelete
(JaxbCustomSqlImpl value) Sets the value of the sqlDelete property.void
JaxbManyToManyImpl.setSqlDelete
(JaxbCustomSqlImpl value) Sets the value of the sqlDelete property.void
JaxbOneToManyImpl.setSqlDelete
(JaxbCustomSqlImpl value) Sets the value of the sqlDelete property.void
JaxbPluralAnyMappingImpl.setSqlDelete
(JaxbCustomSqlImpl value) Sets the value of the sqlDelete property.void
JaxbPluralAttribute.setSqlDelete
(JaxbCustomSqlImpl sqlDelete) void
JaxbElementCollectionImpl.setSqlDeleteAll
(JaxbCustomSqlImpl value) Sets the value of the sqlDeleteAll property.void
JaxbManyToManyImpl.setSqlDeleteAll
(JaxbCustomSqlImpl value) Sets the value of the sqlDeleteAll property.void
JaxbOneToManyImpl.setSqlDeleteAll
(JaxbCustomSqlImpl value) Sets the value of the sqlDeleteAll property.void
JaxbPluralAnyMappingImpl.setSqlDeleteAll
(JaxbCustomSqlImpl value) Sets the value of the sqlDeleteAll property.void
JaxbPluralAttribute.setSqlDeleteAll
(JaxbCustomSqlImpl sqlDeleteAll) void
JaxbElementCollectionImpl.setSqlInsert
(JaxbCustomSqlImpl value) Sets the value of the sqlInsert property.void
JaxbEntity.setSqlInsert
(JaxbCustomSqlImpl value) void
JaxbEntityImpl.setSqlInsert
(JaxbCustomSqlImpl value) Sets the value of the sqlInsert property.void
JaxbManyToManyImpl.setSqlInsert
(JaxbCustomSqlImpl value) Sets the value of the sqlInsert property.void
JaxbOneToManyImpl.setSqlInsert
(JaxbCustomSqlImpl value) Sets the value of the sqlInsert property.void
JaxbPluralAnyMappingImpl.setSqlInsert
(JaxbCustomSqlImpl value) Sets the value of the sqlInsert property.void
JaxbPluralAttribute.setSqlInsert
(JaxbCustomSqlImpl sqlInsert) void
JaxbElementCollectionImpl.setSqlUpdate
(JaxbCustomSqlImpl value) Sets the value of the sqlUpdate property.void
JaxbEntity.setSqlUpdate
(@Nullable JaxbCustomSqlImpl value) void
JaxbEntityImpl.setSqlUpdate
(JaxbCustomSqlImpl value) Sets the value of the sqlUpdate property.void
JaxbManyToManyImpl.setSqlUpdate
(JaxbCustomSqlImpl value) Sets the value of the sqlUpdate property.void
JaxbOneToManyImpl.setSqlUpdate
(JaxbCustomSqlImpl value) Sets the value of the sqlUpdate property.void
JaxbPluralAnyMappingImpl.setSqlUpdate
(JaxbCustomSqlImpl value) Sets the value of the sqlUpdate property.void
JaxbPluralAttribute.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 void
XmlAnnotationHelper.applyCustomSql
(JaxbCustomSqlImpl jaxbCustomSql, CustomSqlDetails annotation) static void
XmlAnnotationHelper.applyCustomSql
(JaxbCustomSqlImpl jaxbCustomSql, org.hibernate.models.spi.MutableAnnotationTarget target, org.hibernate.models.spi.AnnotationDescriptor descriptor, XmlDocumentContext xmlDocumentContext)