All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hibernate.boot.model.source.internal.ImplicitColumnNamingSecondPass Maven / Gradle / Ivy

There is a newer version: 7.0.0.Alpha1
Show newest version
/*
 * Hibernate, Relational Persistence for Idiomatic Java
 *
 * License: GNU Lesser General Public License (LGPL), version 2.1 or later.
 * See the lgpl.txt file in the root directory or .
 */
package org.hibernate.boot.model.source.internal;

import org.hibernate.cfg.SecondPass;

/**
 * Because {@link org.hibernate.boot.model.naming.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).
 *
 * @author Steve Ebersole
 */
public interface ImplicitColumnNamingSecondPass extends SecondPass {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy