Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbTableImpl
Packages that use JaxbTableImpl
-
Uses of JaxbTableImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbTableImplMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbTableImplModifier and TypeMethodDescriptionObjectFactory.createJaxbTableImpl()
Create an instance ofJaxbTableImpl
@Nullable JaxbTableImpl
JaxbEntity.getTable()
JaxbEntityImpl.getTable()
Gets the value of the table property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbTableImplModifier and TypeMethodDescriptionvoid
JaxbEntity.setTable
(@Nullable JaxbTableImpl value) void
JaxbEntityImpl.setTable
(JaxbTableImpl value) Sets the value of the table property.