org.hibernate.annotations
Annotation Type MapKeyType


@Target(value={METHOD,FIELD})
@Retention(value=RUNTIME)
public @interface MapKeyType

Allows defining the type of the key of a persistent map.


Required Element Summary
 Type value
           
 

Element Detail

value

public abstract Type value


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.