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

org.hibernate.tool.hbm2x.MetaAttributeConstants Maven / Gradle / Ivy

There is a newer version: 5.6.15.Final
Show newest version
package org.hibernate.tool.hbm2x;

public interface MetaAttributeConstants {

	static final String GENERATED_CLASS = "generated-class";
	static final String INTERFACE = "interface";
	static final String CLASS_MODIFIER = "class-modifier";
	static final String SCOPE_CLASS = "scope-class";
	static final String CLASS_DESCRIPTION = "class-description";
	static final String IMPLEMENTS = "implements";
	static final String EXTENDS = "extends";
	static final String GEN_PROPERTY = "gen-property"; // in templates.
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy