updated API description
This commit is contained in:
@ -20,7 +20,7 @@ import javax.faces.application.FacesMessage.Severity;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author joern@muehlencord.de
|
||||
* @author Joern Muehlencord (joern@muehlencord.de)
|
||||
*/
|
||||
public class DefaultUIMessage implements UIMessage {
|
||||
|
||||
|
||||
@ -29,7 +29,7 @@ import org.hibernate.usertype.UserType;
|
||||
/**
|
||||
* http://octagen.at/2014/10/postgresql-custom-data-types-enum-in-hibernate/
|
||||
*
|
||||
* @author joern@muehlencord.de
|
||||
* @author Joern Muehlencord (joern@muehlencord.de)
|
||||
*/
|
||||
public abstract class GenericEnumType<T, E extends Enum<E>> implements UserType, Serializable {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user