public interface RepositoryIdStrings
Modifier and Type | Method and Description |
---|---|
String |
createForAnyType(Class<?> type) |
String |
createForJavaType(Class<?> clz) |
String |
createForJavaType(Serializable ser) |
String |
createSequenceRepID(Class<?> clazz) |
String |
createSequenceRepID(Object ser) |
String |
getClassDescValueRepId() |
RepositoryIdInterface |
getFromString(String repIdString) |
String |
getWStringValueRepId() |
String createForJavaType(Serializable ser) throws TypeMismatchException
TypeMismatchException
String createForJavaType(Class<?> clz) throws TypeMismatchException
TypeMismatchException
RepositoryIdInterface getFromString(String repIdString)
String getClassDescValueRepId()
String getWStringValueRepId()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.