接口 ImplicitColumnNamingSecondPass

  • 所有超级接口:
    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).
    作者:
    Steve Ebersole