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.synchronizations
protected List
<JaxbSynchronizedTableImpl> JaxbSqlSelectImpl.synchronize
protected List
<JaxbSynchronizedTableImpl> JaxbEntityImpl.synchronizeTables
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbSynchronizedTableImplModifier and TypeMethodDescriptionObjectFactory.createJaxbSynchronizedTableImpl()
Create an instance ofJaxbSynchronizedTableImpl
Methods 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.