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 JaxbTableImplJaxbEntity.getTable()JaxbEntityImpl.getTable()Gets the value of the table property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbTableImplModifier and TypeMethodDescriptionvoidJaxbEntity.setTable(@Nullable JaxbTableImpl value) voidJaxbEntityImpl.setTable(JaxbTableImpl value) Sets the value of the table property.