Uses of Interface
org.hibernate.cfg.reveng.AssociationInfo

Packages that use AssociationInfo
org.hibernate.cfg.reveng   
 

Uses of AssociationInfo in org.hibernate.cfg.reveng
 

Classes in org.hibernate.cfg.reveng that implement AssociationInfo
 class DefaulAssociationInfo
           
 

Methods in org.hibernate.cfg.reveng that return AssociationInfo
 AssociationInfo ReverseEngineeringStrategy.foreignKeyToAssociationInfo(org.hibernate.mapping.ForeignKey foreignKey)
           
 AssociationInfo DelegatingReverseEngineeringStrategy.foreignKeyToAssociationInfo(org.hibernate.mapping.ForeignKey foreignKey)
           
 AssociationInfo DefaultReverseEngineeringStrategy.foreignKeyToAssociationInfo(org.hibernate.mapping.ForeignKey foreignKey)
           
 AssociationInfo ReverseEngineeringStrategy.foreignKeyToInverseAssociationInfo(org.hibernate.mapping.ForeignKey foreignKey)
           
 AssociationInfo DelegatingReverseEngineeringStrategy.foreignKeyToInverseAssociationInfo(org.hibernate.mapping.ForeignKey foreignKey)
           
 AssociationInfo DefaultReverseEngineeringStrategy.foreignKeyToInverseAssociationInfo(org.hibernate.mapping.ForeignKey foreignKey)
           
 

Methods in org.hibernate.cfg.reveng with parameters of type AssociationInfo
 void OverrideRepository.addForeignKeyInfo(String constraintName, String toOneProperty, Boolean excludeToOne, String inverseProperty, Boolean excludeInverse, AssociationInfo associationInfo, AssociationInfo inverseAssociationInfo)
          Both sides of the FK are important, the owning side can generate a toOne (ManyToOne or OneToOne), we call this side foreignKeyToOne the inverse side can generate a OneToMany OR a OneToOne (in case we have a pure bidirectional OneToOne, we call this side foreignKeyToInverse