Uses of Interface
org.hibernate.boot.model.source.spi.CascadeStyleSource
-
Packages that use CascadeStyleSource Package Description org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
Uses of CascadeStyleSource in org.hibernate.boot.model.source.internal.hbm
Subinterfaces of CascadeStyleSource in org.hibernate.boot.model.source.internal.hbm Modifier and Type Interface Description interfaceIndexedPluralAttributeSourceDescribes a plural attribute that is indexed.Classes in org.hibernate.boot.model.source.internal.hbm that implement CascadeStyleSource Modifier and Type Class Description classAbstractPluralAttributeSourceImplclassAbstractToOneAttributeSourceImplclassCompositeIdentifierSingularAttributeSourceManyToOneImplDescriptor for<key-many-to-one/>mappingclassPluralAttributeSourceArrayImplclassPluralAttributeSourceBagImplclassPluralAttributeSourceIdBagImplclassPluralAttributeSourceListImplclassPluralAttributeSourceMapImplclassPluralAttributeSourcePrimitiveArrayImplclassPluralAttributeSourceSetImplclassSingularAttributeSourceAnyImpl -
Uses of CascadeStyleSource in org.hibernate.boot.model.source.spi
Subinterfaces of CascadeStyleSource in org.hibernate.boot.model.source.spi Modifier and Type Interface Description interfacePluralAttributeSourceinterfacePluralAttributeSourceArrayinterfaceSingularAttributeSourceAnyDescribes an<any/>mappinginterfaceSingularAttributeSourceManyToOneinterfaceSingularAttributeSourceOneToOneinterfaceSingularAttributeSourceToOneFurther contract for sources of singular associations (one-to-oneandmany-to-one).
-