Interface ImplicitColumnNamingSecondPass

  • All Superinterfaces:
    SecondPass, Serializable

    public interface ImplicitColumnNamingSecondPass
    extends SecondPass
    Because ImplicitNamingStrategy often requires access info from PersistentClass, we sometimes need to wait until the proper PersistentClass is bound to the in-flight metadata, which means a SecondPass (in this version still using second passes).