Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbSqlSelectImpl
Packages that use JaxbSqlSelectImpl
-
Uses of JaxbSqlSelectImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbSqlSelectImplMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbSqlSelectImplModifier and TypeMethodDescriptionObjectFactory.createJaxbSqlSelectImpl()
Create an instance ofJaxbSqlSelectImpl
@Nullable JaxbSqlSelectImpl
JaxbEntity.getSqlSelect()
JaxbEntityImpl.getSqlSelect()
Gets the value of the sqlSelect property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbSqlSelectImplModifier and TypeMethodDescriptionvoid
JaxbEntityImpl.setSqlSelect
(JaxbSqlSelectImpl value) Sets the value of the sqlSelect property.