程序包 org.hibernate

类 UnknownProfileException

    • 构造器详细资料

      • UnknownProfileException

        public UnknownProfileException​(String name)
        Constructs an UnknownProfileException for the given name.
        参数:
        name - The profile name that was unknown.
    • 方法详细资料

      • getName

        public String getName()
        The unknown fetch profile name.
        返回:
        The unknown fetch profile name.