public abstract class Metamodels extends Object
Metamodels provides some Metamodel control methods.public static <M extends Metamodel<E>,E> M metamodel(Class<E> entity)
Metamodel instance corresponding to the specified entity
class.
Metamodel class have to be declared as the name that adding '_'
prefix to the entity class name in the same package as the entity class.M - The type of metamodel class.E - The type of entity class.entity - The entity from which metamodel instance is created.Metamodel instance corresponding to the specified
entity class.Copyright © 2009-2014 Eiichiro Uchiumi. All Rights Reserved.