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

com.github.fluent.hibernate.strategy.Hibernate4NamingStrategy Maven / Gradle / Ivy

Go to download

A library to work with Hibernate by fluent API. This library hasn't dependencies except Hibernate dependencies. It requires Java 1.6 and above.

There is a newer version: 0.3.1
Show newest version
package com.github.fluent.hibernate.strategy;

import org.hibernate.cfg.NamingStrategy;

/**
 * A naming strategy for Hibernate 4.
 *
 * @author V.Ladynev
 */
public class Hibernate4NamingStrategy extends HibernateNamingStrategy implements NamingStrategy {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy