Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbSynchronizedTableImpl
Packages that use JaxbSynchronizedTableImpl
-
Uses of JaxbSynchronizedTableImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbSynchronizedTableImplModifier and TypeFieldDescriptionprotected List<JaxbSynchronizedTableImpl>JaxbNamedNativeQueryImpl.synchronizationsprotected List<JaxbSynchronizedTableImpl>JaxbSqlSelectImpl.synchronizeprotected List<JaxbSynchronizedTableImpl>JaxbEntityImpl.synchronizeTablesMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbSynchronizedTableImplModifier and TypeMethodDescriptionObjectFactory.createJaxbSynchronizedTableImpl()Create an instance ofJaxbSynchronizedTableImplMethods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbSynchronizedTableImplModifier and TypeMethodDescriptionJaxbNamedNativeQueryImpl.getSynchronizations()Gets the value of the synchronizations property.JaxbSqlSelectImpl.getSynchronize()Gets the value of the synchronize property.JaxbEntity.getSynchronizeTables()JaxbEntityImpl.getSynchronizeTables()Gets the value of the synchronizeTables property.