public final class JDBCValueClassMetaData extends Object
Constructor and Description |
---|
JDBCValueClassMetaData() |
Modifier and Type | Method and Description |
---|---|
void |
addProperty(JDBCValuePropertyMetaData propertyMetaData) |
Class<?> |
getJavaType()
Gets the Java Class of this value class.
|
List<JDBCValuePropertyMetaData> |
getProperties()
Gets the properties of this value class which are to be saved into the database.
|
void |
setClass(Class<?> className) |
public Class<?> getJavaType()
public List<JDBCValuePropertyMetaData> getProperties()
public void setClass(Class<?> className)
public void addProperty(JDBCValuePropertyMetaData propertyMetaData)
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.